tree-sitter/test/compiler/build_tables
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
..
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 Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -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