tree-sitter/include/tree_sitter
Max Brunsfeld 9a198562e0 Treat parse conflicts as errors in grammar compilation
For now, only reduce/reduce conflicts w/ no tie-breaking precedence
are treated as errors. The rest are dropped, because shift/reduce
conflicts are currently very common because we don't have a way
of specifying associativity along w/ precedence.
2015-03-15 20:31:41 -07:00
..
compiler.h Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
parser.h Identify fragile reductions at compile time 2015-02-21 15:11:03 -08:00
runtime.h Unify debugging API for parsing and lexing 2014-10-17 17:52:54 -07:00