Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Namespace packages with "urubu/" | EuAndreh | 2024-12-10 | 1 | -336/+0 |
| | |||||
* | Remove anonymous symbol system | Ryo Nihei | 2022-11-05 | 1 | -5/+1 |
| | | | | Remove unimportant features to tidy up the specification. | ||||
* | Remove alias system | Ryo Nihei | 2022-11-05 | 1 | -5/+1 |
| | | | | Remove unimportant features to tidy up the specification. | ||||
* | Remove underscore syntax matching any symbol | Ryo Nihei | 2022-08-06 | 1 | -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 children | Ryo Nihei | 2022-08-05 | 1 | -0/+8 |
| | |||||
* | Fix parse error messages for tree parser | Ryo Nihei | 2022-06-14 | 1 | -36/+54 |
| | |||||
* | Support testing token's texts in vartan-test command | Ryo Nihei | 2022-06-13 | 1 | -5/+61 |
| | |||||
* | Support the underscore symbol matching any symbols in vartan-test command | Ryo Nihei | 2022-06-11 | 1 | -2/+3 |
| | |||||
* | Remove the kind field from a node corresponding to an anonymous terminal symbol | Ryo Nihei | 2022-06-11 | 1 | -3/+15 |
| | |||||
* | Support testable tree output in vartan-parse command | Ryo Nihei | 2022-05-29 | 1 | -0/+24 |
| | |||||
* | Add vartan-test command | Ryo Nihei | 2022-05-29 | 1 | -0/+226 |