aboutsummaryrefslogtreecommitdiff
path: root/compiler/test_util_test.go (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-12Increase the maximum number of symbol positions per patternRyo Nihei5-29/+139
2021-04-11Fix grammar the parser acceptsRyo Nihei6-98/+1192
2021-04-08Add logging to compile commandRyo Nihei4-49/+133
2021-04-06Print the result of the lex command in JSON formatRyo Nihei3-140/+185
2021-04-01Add logical inverse expressionRyo Nihei7-37/+786
2021-03-07Pass values in error type to panic()Ryo Nihei1-2/+2
2021-02-25RefactoringRyo Nihei5-502/+351
2021-02-24Add range expressionRyo Nihei4-9/+977
2021-02-20Add + and ? operatorsRyo Nihei6-21/+117
2021-02-17Fix computation of last positionsRyo Nihei2-0/+122
2021-02-16Add logging to lex commandRyo Nihei3-5/+126
2021-02-16Add CLIRyo Nihei6-0/+433
2021-02-16Add types of lexical specificationsRyo Nihei5-90/+133
2021-02-14Add bracket expression matching specified characterRyo Nihei4-9/+127
2021-02-14Add dot symbol matching any single characterRyo Nihei7-21/+201
2021-02-14Add driverRyo Nihei2-0/+309
2021-02-14Add compilerRyo Nihei9-0/+1268