aboutsummaryrefslogtreecommitdiff
path: root/spec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify syntax of modifiers and semantic actionsRyo Nihei2021-06-307-236/+291
| | | | Modifiers and semantic actions are represented by directives following the '#' symbol.
* Add ast actionRyo Nihei2021-06-288-37/+277
|
* Add syntax of fragmentRyo Nihei2021-06-207-19/+109
|
* Add skip actionRyo Nihei2021-06-201-0/+1
|
* Add syntax of modifiers and actionsRyo Nihei2021-06-207-6/+191
| | | | | Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications.
* Add syntax of commentsRyo Nihei2021-06-204-1/+22
|
* Add driverRyo Nihei2021-06-191-0/+33
|
* Add production syntaxRyo Nihei2021-06-157-24/+85
|
* Add spec parserRyo Nihei2021-06-157-0/+644
Currently, the parser only supports definitions of lexical specification.