aboutsummaryrefslogtreecommitdiff
path: root/driver/parser.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix panic on a syntax errorRyo Nihei2021-08-151-3/+5
* Add --only-parse option to the parse command•••When this option is enabled, the parser performs only parse and doesn't semantic actions. Ryo Nihei2021-08-051-6/+11
* Avoid the growth of slices when constructing treesRyo Nihei2021-08-051-5/+25
* Generate an AST and a CST only when they are necessaryRyo Nihei2021-08-041-58/+98
* Print expected terminals on a parse errorRyo Nihei2021-08-021-2/+44
* Use maleeni v0.3.0Ryo Nihei2021-08-011-2/+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-151-0/+3
* Prettify treesRyo Nihei2021-07-021-8/+29
* Add ast actionRyo Nihei2021-06-281-20/+71
* Add skip actionRyo Nihei2021-06-201-12/+21
* Add driverRyo Nihei2021-06-191-0/+155