aboutsummaryrefslogtreecommitdiff
path: root/spec/test/parser_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-411/+0
|
* Add testsRyo Nihei2022-08-061-0/+14
|
* Remove underscore syntax matching any symbolRyo Nihei2022-08-061-50/+2
| | | | | | | | | 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/+77
|
* Support testing token's texts in vartan-test commandRyo Nihei2022-06-131-91/+91
|
* Support the underscore symbol matching any symbols in vartan-test commandRyo Nihei2022-06-111-0/+49
|
* Support testable tree output in vartan-parse commandRyo Nihei2022-05-291-0/+19
|
* Add vartan-test commandRyo Nihei2022-05-291-0/+300