tree-sitter/test/compiler/build_tables
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
..
lex_conflict_manager_test.cc Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
lex_item_test.cc Use simple CharacterSet constructor in LexItem test 2017-03-17 14:47:11 -07:00
lex_table_builder_test.cc Compute conflicting tokens more precisely 2017-07-07 17:54:24 -07:00
parse_item_set_builder_test.cc When comparing parse items, ignore consumed part of their productions 2017-07-11 17:30:32 -07:00
rule_can_be_blank_test.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00