aboutsummaryrefslogtreecommitdiff
path: root/compiler/ast.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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