tree-sitter/src/compiler/build_tables
Max Brunsfeld 39c1ab2d50 Refactor item_set_closure
Inline unnecessary  function
2014-06-16 13:20:39 -07:00
..
build_lex_table.cc Remove unneeded blank rule in lex table builder 2014-06-11 17:43:07 -07:00
build_lex_table.h Clean up table builder functions 2014-05-04 23:04:34 -07:00
build_parse_table.cc Store ParseItemSets as maps, w/ core items as keys 2014-06-16 08:35:20 -07:00
build_parse_table.h Separate functions for building parse and lex tables 2014-05-04 22:07:52 -07:00
build_tables.cc Clean up table builder functions 2014-05-04 23:04:34 -07:00
build_tables.h Separate functions for building parse and lex tables 2014-05-04 22:07:52 -07:00
first_set.cc Store ParseItemSets as maps, w/ core items as keys 2014-06-16 08:35:20 -07:00
first_set.h ISymbol -> Symbol 2014-04-28 20:43:27 -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 Refactor item_set_closure 2014-06-16 13:20:39 -07:00
item_set_closure.h Store ParseItemSets as maps, w/ core items as keys 2014-06-16 08:35:20 -07:00
item_set_transitions.cc Store ParseItemSets as maps, w/ core items as keys 2014-06-16 08:35:20 -07:00
item_set_transitions.h ISymbol -> Symbol 2014-04-28 20:43:27 -07:00
lex_conflict_manager.cc In lexer, prefer tokens to skipped separator characters 2014-05-30 13:29:54 -07:00
lex_conflict_manager.h Separate functions for building parse and lex tables 2014-05-04 22:07:52 -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 Separate functions for building parse and lex tables 2014-05-04 22:07:52 -07:00
parse_conflict_manager.h Separate functions for building parse and lex tables 2014-05-04 22:07:52 -07:00
parse_item.cc Store ParseItemSets as maps, w/ core items as keys 2014-06-16 08:35:20 -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 ISymbol -> Symbol 2014-04-28 20:43:27 -07:00
rule_can_be_blank.h Make include guards pass cpplint 2014-03-09 22:05:24 -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