aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add token positions to an ASTRyo Nihei2021-07-183-29/+238
|
* RefactorRyo Nihei2021-07-183-188/+250
|
* Detect multiple syntax errors in a single parseRyo Nihei2021-07-176-39/+126
|
* Improve syntax error messagesRyo Nihei2021-07-174-25/+139
| | | | | - Add a source file name to error messages. - Add a line that an error occurred at to error messages.
* 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
| | | | The driver can reduce productions that have the empty alternative and can generate a CST (and AST) node.
* 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
| | | | Identifiers beginning with an underscore are used as auto-generated identifiers.
* 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