aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Detect multiple conflictsRyo Nihei2021-07-203-29/+124
* Detect duplicate definitions of terminal symbols and fragments in advanceRyo Nihei2021-07-192-0/+21
* Sort error messages before printing themRyo Nihei2021-07-191-2/+12
* Detect multiple semantic errors in a single parseRyo Nihei2021-07-1812-47/+165
* Add token positions to an ASTRyo Nihei2021-07-183-29/+238
* RefactorRyo Nihei2021-07-183-186/+248
* Detect multiple syntax errors in a single parseRyo Nihei2021-07-176-39/+126
* Improve syntax error messagesRyo Nihei2021-07-174-25/+139
* Add a line number to token error messagesRyo Nihei2021-07-172-6/+31
* Add a line number to error messagesRyo Nihei2021-07-166-74/+137
* Add testing for the driverRyo Nihei2021-07-152-0/+47
* Allow directives to take multiple parametersRyo Nihei2021-07-024-34/+56
* Prettify treesRyo Nihei2021-07-023-11/+33
* Prohibit defining identifiers beginning with an underscoreRyo Nihei2021-07-023-1/+10
* Simplify syntax of modifiers and semantic actionsRyo Nihei2021-06-309-274/+329
* 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
* 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
* Update READMERyo Nihei2021-05-291-1/+7
* Initial commitRyo Nihei2021-05-292-0/+22