aboutsummaryrefslogtreecommitdiff
path: root/compiler/lexer_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add fragment expressionRyo Nihei2021-05-251-0/+28
* Add character property expression (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-04-301-1/+45
* Add code point expression (Meet RL1.1 of UTS #18)Ryo Nihei2021-04-241-6/+174
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-171-29/+58
* Fix grammar the parser acceptsRyo Nihei2021-04-111-1/+72
* Add logical inverse expressionRyo Nihei2021-04-011-2/+30
* Add range expressionRyo Nihei2021-02-241-3/+8
* Add + and ? operatorsRyo Nihei2021-02-201-3/+9
* Add bracket expression matching specified characterRyo Nihei2021-02-141-2/+30
* Add dot symbol matching any single characterRyo Nihei2021-02-141-2/+4
* Add compilerRyo Nihei2021-02-141-0/+105