Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate the lexer source code | Ryo Nihei | 2021-10-27 | 1 | -1/+0 |
| | |||||
* | Support the escape sequecens \' and \\ in a string literal | Ryo Nihei | 2021-08-28 | 1 | -1/+1 |
| | |||||
* | Support %left and %right to specify precedences and associativities | Ryo Nihei | 2021-08-22 | 1 | -1/+1 |
| | |||||
* | Use maleeni v0.3.0 | Ryo Nihei | 2021-08-01 | 1 | -1/+1 |
| | |||||
* | Count the number of each line in consecutive lines | Ryo Nihei | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | Add literal pattern syntax and change tree structure syntax | Ryo Nihei | 2021-07-22 | 1 | -1/+1 |
| | | | | | | - Literal patterns don't interpret the special characters of regular expressions. In other words, 'abc|def' matches only `abc|def`, not `abc` or `def`. - Change tree structure syntax from '(...) to #(...). | ||||
* | Simplify syntax of modifiers and semantic actions | Ryo Nihei | 2021-06-30 | 1 | -1/+1 |
| | | | | Modifiers and semantic actions are represented by directives following the '#' symbol. | ||||
* | Add ast action | Ryo Nihei | 2021-06-28 | 1 | -1/+1 |
| | |||||
* | Add syntax of fragment | Ryo Nihei | 2021-06-20 | 1 | -1/+1 |
| | |||||
* | Add syntax of modifiers and actions | Ryo Nihei | 2021-06-20 | 1 | -1/+1 |
| | | | | | Currently, a mode modifier and push/pop actions are available. The modifier and the actions make sense in only lexical specifications. | ||||
* | Add syntax of comments | Ryo Nihei | 2021-06-20 | 1 | -1/+1 |
| | |||||
* | Add production syntax | Ryo Nihei | 2021-06-15 | 1 | -1/+1 |
| | |||||
* | Add spec parser | Ryo Nihei | 2021-06-15 | 1 | -0/+1 |
Currently, the parser only supports definitions of lexical specification. |