tree-sitter/test
Max Brunsfeld 26a25278cd When comparing parse items, ignore consumed part of their productions
This speeds up parser generation by increasing the likelihood that we'll recognize
parse item sets as equivalent in advance, rather than having to merge their states
after the fact.
2017-07-11 17:30:32 -07:00
..
compiler When comparing parse items, ignore consumed part of their productions 2017-07-11 17:30:32 -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