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