tree-sitter/test/compiler
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
..
build_tables When comparing parse items, ignore consumed part of their productions 2017-07-11 17:30:32 -07:00
prepare_grammar Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00
rules Avoid redundant character comparisons in generated lex function 2017-07-10 14:09:31 -07:00
util Rename spec -> test 2017-03-09 20:40:01 -08:00