aboutsummaryrefslogtreecommitdiff
path: root/compiler/parser/parser_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Absorb compiler/parser/EuAndreh2024-11-291-1389/+0
|
* Fix the calculation of inverse bracket expressionsRyo Nihei2022-04-191-8/+400
| | | | Close #7
* Add tests of compiler/parser packageRyo Nihei2021-12-111-0/+8
|
* Make character properties unavailable in bracket expressionsRyo Nihei2021-12-111-7/+56
|
* Add a new parser that constructs a tree representing characters as code ↵Ryo Nihei2021-12-101-0/+940
points, not byte sequences