aboutsummaryrefslogtreecommitdiff
path: root/driver/lexer_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename fields of driver.TokenRyo Nihei2021-05-131-1/+1
* Add --compression-level option to compile commandRyo Nihei2021-05-111-19/+21
* Fix a text representation of an error tokenRyo Nihei2021-05-111-3/+3
* Remove Peek* functionsRyo Nihei2021-05-051-60/+0
* Add lex modeRyo Nihei2021-05-041-170/+251
* Add code point expression (Meet RL1.1 of UTS #18)Ryo Nihei2021-04-241-2/+35
* Add validation of lexical specs and improve error messagesRyo Nihei2021-04-171-32/+31
* 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