aboutsummaryrefslogtreecommitdiff
path: root/driver/lexer_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-171-18/+21
* Print the result of the lex command in JSON formatRyo Nihei2021-04-061-114/+114
* Add logical inverse expressionRyo Nihei2021-04-011-3/+20
* Add range expressionRyo Nihei2021-02-241-1/+260
* Add + and ? operatorsRyo Nihei2021-02-201-5/+35
* Add types of lexical specificationsRyo Nihei2021-02-161-65/+62
* Add bracket expression matching specified characterRyo Nihei2021-02-141-0/+18
* Add dot symbol matching any single characterRyo Nihei2021-02-141-1/+43
* Add driverRyo Nihei2021-02-141-0/+147