tree-sitter/src/compiler/build_tables
Max Brunsfeld e941f8c175 Fix error in document editing
When breaking down the stack in parser.c, the previous code
would not account for ubiquitous tokens. This was a problem
for a long time, but wasn't noticed until ubiquitous tokens
started being used to represent separator characters
2014-09-01 21:32:29 -07:00
..
build_lex_table.cc Fix error in document editing 2014-09-01 21:32:29 -07:00
build_lex_table.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
build_parse_table.cc Allow multiple top-level nodes 2014-08-09 00:00:20 -07:00
build_parse_table.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
build_tables.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
build_tables.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
first_set.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
first_set.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
get_metadata.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
get_metadata.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
item.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
item.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
item_set_closure.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
item_set_closure.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
item_set_transitions.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07: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 Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
lex_conflict_manager.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
lex_item.cc Remove the separator characters construct 2014-09-01 20:19:43 -07:00
lex_item.h Remove the separator characters construct 2014-09-01 20:19:43 -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 Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
parse_conflict_manager.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
parse_item.cc Tweak format for pretty printing some classes 2014-08-23 13:52:00 -07:00
parse_item.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
rule_can_be_blank.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07: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 Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
rule_transitions.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00