aboutsummaryrefslogtreecommitdiff
path: root/grammar/semantic_error.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow an alternative to have multiple directivesRyo Nihei2022-03-301-0/+1
* Move directives given to lexical productionsRyo Nihei2022-03-291-0/+2
* Add label notationRyo Nihei2022-03-291-0/+2
* Add name directive to specify a grammar nameRyo Nihei2021-10-281-0/+1
* Add error symbol and #recover directive to recover from an error stateRyo Nihei2021-08-261-0/+1
* Support %left and %right to specify precedences and associativitiesRyo Nihei2021-08-221-0/+2
* Detect duplicate names between terminals and non-terminalsRyo Nihei2021-07-311-1/+2
* Prevent terminals used in productions from being skippedRyo Nihei2021-07-311-0/+1
* Detect unused-symbol errorRyo Nihei2021-07-301-0/+2
* Detect duplicate production errorsRyo Nihei2021-07-281-5/+6
* Detect duplicate definitions of terminal symbols and fragments in advanceRyo Nihei2021-07-191-0/+1
* Detect multiple semantic errors in a single parseRyo Nihei2021-07-181-0/+22