aboutsummaryrefslogtreecommitdiff
path: root/spec/syntax_error.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-30Simplify syntax of modifiers and semantic actionsRyo Nihei1-2/+3
Modifiers and semantic actions are represented by directives following the '#' symbol.
2021-06-29Add testing for the driverRyo Nihei1-1/+114
2021-06-29Prioritize anonymous patterns over named patternsRyo Nihei1-1/+4
2021-06-28Add ast actionRyo Nihei12-84/+515
2021-06-20Add syntax of fragmentRyo Nihei9-19/+129
2021-06-20Add skip actionRyo Nihei4-16/+60
2021-06-20Add syntax of modifiers and actionsRyo Nihei9-30/+298
Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications.
2021-06-20Add syntax of commentsRyo Nihei4-1/+22
2021-06-19Add CLIRyo Nihei6-1/+206
2021-06-19Add driverRyo Nihei4-0/+337
2021-06-18Add SLR parsing table generatorRyo Nihei10-0/+2201