aboutsummaryrefslogtreecommitdiff
path: root/compiler/parser/error.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Absorb compiler/parser/EuAndreh2024-11-291-36/+0
|
* Add tests of compiler/parser packageRyo Nihei2021-12-111-0/+1
|
* Make character properties unavailable in bracket expressionsRyo Nihei2021-12-111-1/+3
|
* Add a new parser that constructs a tree representing characters as code ↵Ryo Nihei2021-12-101-0/+33
points, not byte sequences