aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm go.mod go.sumEuAndreh2024-12-111-10/+0
|
* Import source code of lexer generatorRyo Nihei2022-11-101-4/+1
| | | | From: https://github.com/nihei9/maleeni
* Upgrade Go compiler to v1.19Ryo Nihei2022-08-071-1/+6
|
* Update dependenciesRyo Nihei2022-04-201-2/+2
|
* Upgrade maleeni to v0.6.0Ryo Nihei2022-03-301-1/+1
|
* Use maleeni v0.5.1Ryo Nihei2021-10-271-1/+1
|
* Add a column number to an error messageRyo Nihei2021-08-221-1/+1
|
* Use maleeni v0.3.0Ryo Nihei2021-08-011-1/+1
|
* Add literal pattern syntax and change tree structure syntaxRyo Nihei2021-07-221-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 CLIRyo Nihei2021-06-191-1/+4
|
* Add spec parserRyo Nihei2021-06-151-0/+5
Currently, the parser only supports definitions of lexical specification.