aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add validation of lexical specs and improve error messagesRyo Nihei2021-04-176-75/+174
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-177-446/+603
* 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-084-49/+133
* Print the result of the lex command in JSON formatRyo Nihei2021-04-063-140/+185
* Add logical inverse expressionRyo Nihei2021-04-017-37/+786
* Pass values in error type to panic()Ryo Nihei2021-03-071-2/+2
* RefactoringRyo Nihei2021-02-255-502/+351
* Add range expressionRyo Nihei2021-02-244-9/+977
* Add + and ? operatorsRyo Nihei2021-02-206-21/+117
* Fix computation of last positionsRyo Nihei2021-02-172-0/+122
* Add logging to lex commandRyo Nihei2021-02-163-5/+126
* Add CLIRyo Nihei2021-02-166-0/+433
* Add types of lexical specificationsRyo Nihei2021-02-165-90/+133
* Add bracket expression matching specified characterRyo Nihei2021-02-144-9/+127
* Add dot symbol matching any single characterRyo Nihei2021-02-147-21/+201
* Add driverRyo Nihei2021-02-142-0/+309
* Add compilerRyo Nihei2021-02-149-0/+1268
* Initial commitRyo Nihei2021-02-132-0/+23