tree-sitter/test/fixtures/test_grammars/named_precedences
2025-09-16 02:24:11 -04:00
..
corpus.txt Implement named precedence comparison 2021-02-24 16:02:56 -08:00
grammar.js feat: migrate to ESM 2025-09-16 02:24:11 -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.