aboutsummaryrefslogtreecommitdiff
path: root/compiler/lexer.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use new parser and DFA compilerRyo Nihei2021-12-101-578/+0
* Add fragment expressionRyo Nihei2021-05-251-4/+70
* Add character property expression (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-04-301-7/+81
* Add code point expression (Meet RL1.1 of UTS #18)Ryo Nihei2021-04-241-8/+120
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-171-34/+23
* Fix grammar the parser acceptsRyo Nihei2021-04-111-5/+73
* Add logical inverse expressionRyo Nihei2021-04-011-17/+101
* Add range expressionRyo Nihei2021-02-241-1/+4
* Add + and ? operatorsRyo Nihei2021-02-201-10/+16
* Add bracket expression matching specified characterRyo Nihei2021-02-141-1/+54
* Add dot symbol matching any single characterRyo Nihei2021-02-141-1/+4
* Add compilerRyo Nihei2021-02-141-0/+120