tree-sitter/spec/compiler/build_tables
Max Brunsfeld 1d314d71c2 Separate functions for building parse and lex tables
Now, instead of adding states to the lex table as they are needed
by the parse states, we iterate over the parse states after the fact
and set up their corresponding lex states. This has the nice side
effect that the lex states are in a more readable order.
2014-05-04 22:07:52 -07:00
..
conflict_manager_spec.cc Separate functions for building parse and lex tables 2014-05-04 22:07:52 -07:00
first_set_spec.cc cpplint 2014-04-28 21:46:43 -07:00
follow_sets_spec.cc ISymbol -> Symbol 2014-04-28 20:43:27 -07:00
get_metadata_spec.cc Refactor bookkeeping of token starts in lexical rules 2014-04-17 13:33:34 -07:00
item_set_closure_spec.cc ISymbol -> Symbol 2014-04-28 20:43:27 -07:00
item_set_transitions_spec.cc Add token helper for building token rules 2014-05-01 12:43:29 -07:00
lex_item_spec.cc Add keyword helper for making higher-priority string tokens 2014-05-01 13:25:20 -07:00
merge_transitions_spec.cc cpplint 2014-04-28 21:46:43 -07:00
rule_can_be_blank_spec.cc Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
rule_transitions_spec.cc ISymbol -> Symbol 2014-04-28 20:43:27 -07:00