tree-sitter/test/compiler
Max Brunsfeld 1586d70cbe Compute conflicting tokens more precisely
While generating the parse table, keep track of which tokens can follow one another.
Then use this information to evaluate token conflicts more precisely. This will
result in a smaller parse table than the previous, overly-conservative approach.
2017-07-07 17:54:24 -07:00
..
build_tables Compute conflicting tokens more precisely 2017-07-07 17:54:24 -07:00
prepare_grammar Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00
rules Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
util Rename spec -> test 2017-03-09 20:40:01 -08:00