tree-sitter/test/fixtures/test_grammars/dynamic_precedence
Max Brunsfeld d05c665863 Convert some of the fixture grammars from JSON to JS
These tests are easier to write and maintain if the grammars are just JS,
like grammars normally are. It doesn't slow the tests down significantly
to shell out to `node` for each of these grammars.
2021-10-22 18:47:23 -06:00
..
corpus.txt Convert some of the fixture grammars from JSON to JS 2021-10-22 18:47:23 -06:00
grammar.js Convert some of the fixture grammars from JSON to JS 2021-10-22 18:47:23 -06:00
readme.md Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00

This grammar contains a conflict that is resolved at runtime. The PREC_DYNAMIC rule is used to indicate that the declarator rule should be preferred to the expression rule at runtime.