aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 messages•••- Add a source file name to error messages. - Add a line that an error occurred at to error messages. Ryo 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 driver•••The driver can reduce productions that have the empty alternative and can generate a CST (and AST) node. Ryo 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 underscore•••Identifiers beginning with an underscore are used as auto-generated identifiers. Ryo Nihei2021-07-023-1/+10
* Simplify syntax of modifiers and semantic actions•••Modifiers and semantic actions are represented by directives following the '#' symbol. Ryo 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 actions•••Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications. Ryo 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 parser•••Currently, the parser only supports definitions of lexical specification. Ryo Nihei2021-06-159-0/+934
* Update READMERyo Nihei2021-05-291-1/+7
* Initial commitRyo Nihei2021-05-292-0/+22