tree-sitter/test/fixtures/test_grammars/named_precedences
2024-04-29 00:01:35 -04:00
..
corpus.txt Implement named precedence comparison 2021-02-24 16:02:56 -08:00
grammar.js refactor(tests): migrate remaining grammar.json tests to grammar.js 2024-04-29 00:01:35 -04:00
readme.txt Implement named precedence comparison 2021-02-24 16:02:56 -08:00

This grammar uses named precedences, which have a partial order specified via the grammar's `precedences` field. Named
precedences allow certain conflicts to be resolved statically without accidentally resolving *other* conflicts, which
are intended to be resolved dynamically.