Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rm go.mod go.sum | EuAndreh | 2024-11-29 | 1 | -5/+0 |
| | |||||
* | Use Go 1.16 | Ryo Nihei | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | Add CLI | Ryo Nihei | 2021-02-16 | 1 | -0/+2 |
| | |||||
* | Add compiler | Ryo Nihei | 2021-02-14 | 1 | -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. |