Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-02-14 | Add compiler | Ryo Nihei | 1 | -0/+221 | |
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. |