tree-sitter/test/fixtures/test_grammars/conflict_in_repeat_rule
2019-08-13 15:57:42 -07:00
..
expected_error.txt Avoid non-deterministic set iteration order when handling conflicts 2019-08-13 15:57:42 -07:00
grammar.json Don't use non-existent \a syntax in test grammars 2017-12-13 12:21:28 -08:00
readme.md Allow conflicts involving repeat rules to be whitelisted, via their parent rule 2017-08-03 15:18:29 -07:00

This grammar has a conflict that involves repeat rules: auxiliary rules that are added by the parser generator in order to implement repetition. There is no way of referring to these rules in the grammar DSL, so these conflicts must be resolved by referring to their parent rules.