aboutsummaryrefslogtreecommitdiff
path: root/driver/parser_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Detect duplicate names between terminals and non-terminalsRyo Nihei2021-07-311-0/+26
* Prevent terminals used in productions from being skippedRyo Nihei2021-07-311-0/+11
* Detect unused-symbol errorRyo Nihei2021-07-301-0/+43
* Detect duplicate production errorsRyo Nihei2021-07-281-0/+42
* Add literal pattern syntax and change tree structure syntaxRyo Nihei2021-07-221-5/+5
* Write a description fileRyo Nihei2021-07-221-2/+4
* Detect multiple semantic errors in a single parseRyo Nihei2021-07-181-1/+2
* Add testing for the driverRyo Nihei2021-07-151-0/+44
* Allow directives to take multiple parametersRyo Nihei2021-07-021-1/+3
* Prettify treesRyo Nihei2021-07-021-2/+3
* Simplify syntax of modifiers and semantic actionsRyo Nihei2021-06-301-15/+15
* Add testing for the driverRyo Nihei2021-06-291-1/+114
* Add ast actionRyo Nihei2021-06-281-22/+87
* Add syntax of fragmentRyo Nihei2021-06-201-0/+11
* Add skip actionRyo Nihei2021-06-201-0/+12
* Add syntax of modifiers and actionsRyo Nihei2021-06-201-23/+65
* Add driverRyo Nihei2021-06-191-0/+50