aboutsummaryrefslogtreecommitdiff
path: root/driver/lexer_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use golangci-lintRyo Nihei2021-12-151-2/+18
* Use new parser and DFA compilerRyo Nihei2021-12-101-2/+5
* Make character properties available in an inverse expression (Make [^\p{...}]...Ryo Nihei2021-11-251-0/+16
* Remove the ModeName and KindName fields from the driver.Token structRyo Nihei2021-10-031-213/+205
* Disallow upper cases in an identifierRyo Nihei2021-09-241-84/+84
* Add name field to the lexical specificationRyo Nihei2021-09-181-0/+27
* Generate constant values representing mode IDs, mode names, kind IDs, and kin...Ryo Nihei2021-09-181-77/+77
* Define a lexical specification interfaceRyo Nihei2021-09-111-208/+215
* Add lexeme positions to tokensRyo Nihei2021-08-071-2/+139
* Change APIsRyo Nihei2021-08-011-9/+9
* Add unique kind IDs to tokensRyo Nihei2021-08-011-173/+174
* Add spec.EscapePattern functionRyo Nihei2021-07-221-0/+28
* Support passive mode transitionRyo Nihei2021-06-101-6/+106
* Add fragment expressionRyo Nihei2021-05-251-0/+52
* 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