aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rm go.mod go.sumEuAndreh2024-11-291-5/+0
|
* Use Go 1.16Ryo Nihei2021-08-071-1/+1
|
* Add CLIRyo Nihei2021-02-161-0/+2
|
* Add compilerRyo Nihei2021-02-141-0/+3
The compiler takes a lexical specification expressed by regular expressions and generates a DFA accepting the tokens. Operators that you can use in the regular expressions are concatenation, alternation, repeat, and grouping.