aboutsummaryrefslogtreecommitdiff
path: root/driver/parser_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify syntax of modifiers and semantic actionsRyo Nihei2021-06-301-15/+15
| | | | Modifiers and semantic actions are represented by directives following the '#' symbol.
* 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
| | | | | Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications.
* Add driverRyo Nihei2021-06-191-0/+50