aboutsummaryrefslogtreecommitdiff
path: root/compiler/dfa.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new parser and DFA compilerRyo Nihei2021-12-101-139/+0
* Change APIsRyo Nihei2021-08-011-9/+9
* Fix the initial state numberRyo Nihei2021-05-191-1/+5
* Change type of acceping_states to sliceRyo Nihei2021-05-071-2/+6
* Add transition table compressorRyo Nihei2021-05-071-7/+9
* Improve performance of the symbolPositionSetRyo Nihei2021-05-041-6/+6
* Add types of lexical specificationsRyo Nihei2021-02-161-8/+4
* Add dot symbol matching any single characterRyo Nihei2021-02-141-4/+6
* Add compilerRyo Nihei2021-02-141-0/+131