aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Simplify syntax of modifiers and semantic actionsRyo Nihei2021-06-309-274/+329
| | | | Modifiers and semantic actions are represented by directives following the '#' symbol.
* Add testing for the driverRyo Nihei2021-06-291-1/+114
|
* Prioritize anonymous patterns over named patternsRyo Nihei2021-06-291-1/+4
|
* Add ast actionRyo Nihei2021-06-2812-84/+515
|
* Add syntax of fragmentRyo Nihei2021-06-209-19/+129
|
* Add skip actionRyo Nihei2021-06-204-16/+60
|
* Add syntax of modifiers and actionsRyo Nihei2021-06-209-30/+298
| | | | | 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 CLIRyo Nihei2021-06-196-1/+206
|
* Add driverRyo Nihei2021-06-194-0/+337
|
* Add SLR parsing table generatorRyo Nihei2021-06-1810-0/+2201
|
* Add production setRyo Nihei2021-06-181-0/+121
|
* Add symbol tableRyo Nihei2021-06-182-0/+394
|
* Set up CIRyo Nihei2021-06-182-0/+24
|
* Add production syntaxRyo Nihei2021-06-157-24/+85
|
* Add spec parserRyo Nihei2021-06-159-0/+934
| | | | Currently, the parser only supports definitions of lexical specification.
* Update READMERyo Nihei2021-05-291-1/+7
|
* Initial commitRyo Nihei2021-05-292-0/+22