tree-sitter/test/fixtures/test_grammars/named_precedences
2021-03-03 13:11:05 -08:00
..
corpus.txt Implement named precedence comparison 2021-02-24 16:02:56 -08:00
grammar.json Allow symbols to be used in precedence lists 2021-03-03 13:11:05 -08: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.