aboutsummaryrefslogtreecommitdiff
path: root/compiler/ast.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new parser and DFA compilerRyo Nihei2021-12-101-469/+0
* Change APIsRyo Nihei2021-08-011-2/+4
* Add fragment expressionRyo Nihei2021-05-251-0/+38
* Improve performance of the symbolPositionSetRyo Nihei2021-05-041-29/+37
* Improve compilation time a littleRyo Nihei2021-05-021-172/+97
* Increase the maximum number of symbol positions per patternRyo Nihei2021-04-121-20/+38
* Fix grammar the parser acceptsRyo Nihei2021-04-111-1/+19
* Add logging to compile commandRyo Nihei2021-04-081-0/+37
* Add logical inverse expressionRyo Nihei2021-04-011-9/+0
* RefactoringRyo Nihei2021-02-251-11/+8
* Add + and ? operatorsRyo Nihei2021-02-201-0/+42
* Fix computation of last positionsRyo Nihei2021-02-171-0/+3
* Add dot symbol matching any single characterRyo Nihei2021-02-141-3/+26
* Add compilerRyo Nihei2021-02-141-0/+367