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