aboutsummaryrefslogtreecommitdiff
path: root/compiler/parser_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add compilerRyo Nihei2021-02-141-0/+208
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.