aboutsummaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-175-425/+568
* Increase the maximum number of symbol positions per patternRyo Nihei2021-04-125-29/+139
* Fix grammar the parser acceptsRyo Nihei2021-04-116-98/+1192
* Add logging to compile commandRyo Nihei2021-04-083-47/+108
* Add logical inverse expressionRyo Nihei2021-04-016-34/+766
* Pass values in error type to panic()Ryo Nihei2021-03-071-2/+2
* RefactoringRyo Nihei2021-02-255-502/+351
* Add range expressionRyo Nihei2021-02-243-8/+717
* Add + and ? operatorsRyo Nihei2021-02-205-16/+82
* Fix computation of last positionsRyo Nihei2021-02-172-0/+122
* Add types of lexical specificationsRyo Nihei2021-02-162-11/+27
* Add bracket expression matching specified characterRyo Nihei2021-02-143-9/+109
* Add dot symbol matching any single characterRyo Nihei2021-02-146-20/+158
* Add compilerRyo Nihei2021-02-148-0/+1265