aboutsummaryrefslogtreecommitdiff
path: root/spec/test/parser.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-336/+0
|
* Remove anonymous symbol systemRyo Nihei2022-11-051-5/+1
| | | | Remove unimportant features to tidy up the specification.
* Remove alias systemRyo Nihei2022-11-051-5/+1
| | | | Remove unimportant features to tidy up the specification.
* Remove underscore syntax matching any symbolRyo Nihei2022-08-061-2/+1
| | | | | | | | | Underscore syntax: For instance, a tree `(expr (id 'a') (add '+') (_))` matches both source codes `a + b * c` and `a - b / c`. This feature is helpful because it allows you to emphasize the main points of the test by ignoring nodes of no interest. However, we will remove the feature for the time being to reconsider the grammar.
* 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