tree-sitter/test/fixtures/test_grammars/dynamic_precedence/readme.md

1 line
188 B
Markdown

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.