aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add compilerRyo Nihei2021-02-149-0/+1268
| | | | | 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.
* Initial commitRyo Nihei2021-02-132-0/+23