Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rm go.mod go.sum | EuAndreh | 2024-12-11 | 1 | -10/+0 |
| | |||||
* | Import source code of lexer generator | Ryo Nihei | 2022-11-10 | 1 | -4/+1 |
| | | | | From: https://github.com/nihei9/maleeni | ||||
* | Upgrade Go compiler to v1.19 | Ryo Nihei | 2022-08-07 | 1 | -1/+6 |
| | |||||
* | Update dependencies | Ryo Nihei | 2022-04-20 | 1 | -2/+2 |
| | |||||
* | Upgrade maleeni to v0.6.0 | Ryo Nihei | 2022-03-30 | 1 | -1/+1 |
| | |||||
* | Use maleeni v0.5.1 | Ryo Nihei | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | Add a column number to an error message | Ryo Nihei | 2021-08-22 | 1 | -1/+1 |
| | |||||
* | Use maleeni v0.3.0 | Ryo Nihei | 2021-08-01 | 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 #(...). | ||||
* | Add CLI | Ryo Nihei | 2021-06-19 | 1 | -1/+4 |
| | |||||
* | Add spec parser | Ryo Nihei | 2021-06-15 | 1 | -0/+5 |
Currently, the parser only supports definitions of lexical specification. |