aboutsummaryrefslogtreecommitdiff
path: root/driver (follow)
Commit message (Expand)AuthorAgeFilesLines
* Detect multiple semantic errors in a single parseRyo Nihei2021-07-181-1/+2
* Add testing for the driver•••The driver can reduce productions that have the empty alternative and can generate a CST (and AST) node. Ryo Nihei2021-07-152-0/+47
* Allow directives to take multiple parametersRyo Nihei2021-07-021-1/+3
* Prettify treesRyo Nihei2021-07-022-10/+32
* Simplify syntax of modifiers and semantic actions•••Modifiers and semantic actions are represented by directives following the '#' symbol. Ryo Nihei2021-06-301-15/+15
* Add testing for the driverRyo Nihei2021-06-291-1/+114
* Add ast actionRyo Nihei2021-06-282-42/+158
* Add syntax of fragmentRyo Nihei2021-06-201-0/+11
* Add skip actionRyo Nihei2021-06-202-12/+33
* Add syntax of modifiers and actions•••Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications. Ryo Nihei2021-06-201-23/+65
* Add driverRyo Nihei2021-06-192-0/+205