aboutsummaryrefslogtreecommitdiff
path: root/compiler/parser_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keep the order of AST nodes constantRyo Nihei2021-09-221-4/+10
* Change APIsRyo Nihei2021-08-011-3/+5
* Add fragment expressionRyo Nihei2021-05-251-8/+126
* Fix parser to recognize property expressions in bracket expressionsRyo Nihei2021-05-021-0/+11
* Improve compilation time a littleRyo Nihei2021-05-021-2/+1
* Add character property expression (Meet RL1.2 of UTS #18 partially)Ryo Nihei2021-04-301-1/+72
* Add code point expression (Meet RL1.1 of UTS #18)Ryo Nihei2021-04-241-2/+125
* Change the lexical specs of regexp and define concrete syntax error valuesRyo Nihei2021-04-171-318/+308
* Increase the maximum number of symbol positions per patternRyo Nihei2021-04-121-4/+12
* Fix grammar the parser acceptsRyo Nihei2021-04-111-57/+955
* Add logging to compile commandRyo Nihei2021-04-081-38/+0
* RefactoringRyo Nihei2021-02-251-22/+9
* Add dot symbol matching any single characterRyo Nihei2021-02-141-7/+14
* Add compilerRyo Nihei2021-02-141-0/+208