tree-sitter/test
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
..
compiler Compute conflicting tokens more precisely 2017-07-07 17:54:24 -07:00
fixtures Provide all preceding symbols as context when reporting conflicts 2017-07-07 14:52:56 -07:00
helpers Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00
integration Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00
runtime Avoid deep tree comparison when both trees have errors 2017-07-05 17:33:35 -07:00
benchmarks.cc Represent all speeds as size_t in benchmarks 2017-07-06 12:24:41 -07:00
test_helper.h Rename spec -> test 2017-03-09 20:40:01 -08:00
tests.cc Rename spec -> test 2017-03-09 20:40:01 -08:00