tree-sitter/spec/compiler/build_tables
Max Brunsfeld 5ed5ae7514 In LR(1) items, only store consumed symbols as booleans
the booleans represent the symbols point to auxiliary tokens
or not. This is all we need to know for the purpose of building
parse tables. Any other information just leads to redundant
parse states.
2014-01-31 00:13:05 -08:00
..
first_set_spec.cpp Rename next_{terminals,non_terminals} to first_set and follow_sets 2014-01-19 01:49:56 -08:00
item_set_closure_spec.cpp In LR(1) items, only store consumed symbols as booleans 2014-01-31 00:13:05 -08:00
perform_spec.cpp Allow Character rules to handle arbitrary character sets 2014-01-30 08:34:20 -08:00
rule_transitions_spec.cpp Fix bug in character rule equality 2014-01-30 13:04:10 -08:00