tree-sitter/src/compiler/build_tables
2015-06-28 16:22:31 -05:00
..
build_lex_table.cc Improve reduce/reduce conflict error message 2015-03-16 11:59:45 -07:00
build_lex_table.h Tidy up build_lex_table function 2014-10-12 12:44:16 -07:00
build_parse_table.cc Respect expected_conflicts field when building parse table 2015-06-28 16:22:31 -05:00
build_parse_table.h Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
build_tables.cc Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
build_tables.h Treat parse conflicts as errors in grammar compilation 2015-03-15 20:31:41 -07:00
first_symbols.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
first_symbols.h Tidy up first_symbols function 2014-10-12 13:02:39 -07:00
get_metadata.cc Tidy up get_metadata function 2014-10-12 13:04:11 -07:00
get_metadata.h Tidy up get_metadata function 2014-10-12 13:04:11 -07:00
item.cc Tidy up remaining files in build_tables namespace 2014-10-13 01:02:18 -07:00
item.h Tidy up remaining files in build_tables namespace 2014-10-13 01:02:18 -07:00
item_set_closure.cc Store parse items' list of consumed symbols 2015-02-20 22:53:27 -08:00
item_set_closure.h Tidy up remaining files in build_tables namespace 2014-10-13 01:02:18 -07:00
item_set_transitions.cc Store parse items' list of consumed symbols 2015-02-20 22:53:27 -08:00
item_set_transitions.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
lex_conflict_manager.cc Improve reduce/reduce conflict error message 2015-03-16 11:59:45 -07:00
lex_conflict_manager.h Improve reduce/reduce conflict error message 2015-03-16 11:59:45 -07:00
lex_item.cc Tidy up remaining files in build_tables namespace 2014-10-13 01:02:18 -07:00
lex_item.h Revert "Remove the separator characters construct" 2014-09-02 08:03:51 -07:00
merge_transitions.h Refactor - represent char sets in terms of inclusions and exclusions 2014-08-23 14:25:45 -07:00
parse_conflict_manager.cc Respect expected_conflicts field when building parse table 2015-06-28 16:22:31 -05:00
parse_conflict_manager.h Respect expected_conflicts field when building parse table 2015-06-28 16:22:31 -05:00
parse_item.cc Replace prec rule w/ left_assoc and right_assoc 2015-03-16 23:12:34 -07:00
parse_item.h Replace prec rule w/ left_assoc and right_assoc 2015-03-16 23:12:34 -07:00
rule_can_be_blank.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
rule_can_be_blank.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
rule_transitions.cc Rename static 'Build' methods to 'build' 2015-01-14 21:11:05 -08:00
rule_transitions.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00