aboutsummaryrefslogtreecommitdiff
path: root/spec/test/parser.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-336/+0
* Remove anonymous symbol systemRyo Nihei2022-11-051-5/+1
* Remove alias systemRyo Nihei2022-11-051-5/+1
* Remove underscore syntax matching any symbolRyo Nihei2022-08-061-2/+1
* Prohibit error node having childrenRyo Nihei2022-08-051-0/+8
* Fix parse error messages for tree parserRyo Nihei2022-06-141-36/+54
* Support testing token's texts in vartan-test commandRyo Nihei2022-06-131-5/+61
* Support the underscore symbol matching any symbols in vartan-test commandRyo Nihei2022-06-111-2/+3
* Remove the kind field from a node corresponding to an anonymous terminal symbolRyo Nihei2022-06-111-3/+15
* Support testable tree output in vartan-parse commandRyo Nihei2022-05-291-0/+24
* Add vartan-test commandRyo Nihei2022-05-291-0/+226