tree-sitter/src/compiler/build_tables
Max Brunsfeld 7df35f9b8d Make separate types for syntax and lexical grammars
This way, the separator characters can be added as a field to
lexical grammars only
2014-06-25 13:27:16 -07:00
..
build_lex_table.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
build_lex_table.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
build_parse_table.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
build_parse_table.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
build_tables.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
build_tables.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
first_set.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
first_set.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
get_metadata.cc Fix precedence of comments vs '/' operator 2014-06-11 12:27:58 -07:00
get_metadata.h cpplint 2014-04-14 08:38:44 -07:00
item.cc Expose all grammar compilation errors 2014-05-01 23:28:40 -07:00
item.h Add keyword helper for making higher-priority string tokens 2014-05-01 13:25:20 -07:00
item_set_closure.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
item_set_closure.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
item_set_transitions.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
item_set_transitions.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
lex_conflict_manager.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
lex_conflict_manager.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
lex_item.cc Clean up table builder functions 2014-05-04 23:04:34 -07:00
lex_item.h ISymbol -> Symbol 2014-04-28 20:43:27 -07:00
merge_transitions.h Optimize merge_sym_transitions and merge_char_transitions 2014-06-10 14:01:32 -07:00
parse_conflict_manager.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
parse_conflict_manager.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
parse_item.cc Trim trailing whitespace 2014-06-16 21:33:35 -07:00
parse_item.h Store ParseItemSets as maps, w/ core items as keys 2014-06-16 08:35:20 -07:00
rule_can_be_blank.cc Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
rule_can_be_blank.h Make separate types for syntax and lexical grammars 2014-06-25 13:27:16 -07:00
rule_transitions.cc Optimize merge_sym_transitions and merge_char_transitions 2014-06-10 14:01:32 -07:00
rule_transitions.h cpplint 2014-04-28 21:46:43 -07:00