tree-sitter/src/compiler/build_tables
2015-10-15 23:59:47 -07:00
..
build_lex_table.cc Define repeat rule in terms of repeat1 rule 2015-10-12 19:22:05 -07:00
build_lex_table.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
build_parse_table.cc Fix item-set-closure bug w/ empty productions 2015-10-15 23:59:47 -07:00
build_parse_table.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
build_tables.cc Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
build_tables.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
get_completion_status.cc Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
get_completion_status.h Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
get_metadata.cc Move stream operator definitions to spec helpers 2015-09-10 10:12:11 -07:00
get_metadata.h Move stream operator definitions to spec helpers 2015-09-10 10:12:11 -07:00
item_set_closure.cc Fix item-set-closure bug w/ empty productions 2015-10-15 23:59:47 -07:00
item_set_closure.h Compute closures of item sets lazily 2015-10-04 00:21:29 -07:00
lex_conflict_manager.cc Use PrecedenceRange in build_lex_table 2015-10-05 18:02:59 -07:00
lex_conflict_manager.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
lex_item.cc Fix linter errors 2015-10-12 19:22:05 -07:00
lex_item.h Fix linter errors 2015-10-12 19:22:05 -07:00
lex_item_transitions.cc Fix linter errors 2015-10-12 19:22:05 -07:00
lex_item_transitions.h Fix linter errors 2015-10-12 19:22:05 -07:00
lookahead_set.cc Improve parse conflict reporting 2015-10-14 22:14:08 -07:00
lookahead_set.h Improve parse conflict reporting 2015-10-14 22:14:08 -07:00
parse_conflict_manager.cc Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
parse_conflict_manager.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
parse_item.cc Make ParseItemSet & LexItemSet classes 2015-10-05 15:13:43 -07:00
parse_item.h Fix linter errors 2015-10-12 19:22:05 -07:00
rule_can_be_blank.cc Define repeat rule in terms of repeat1 rule 2015-10-12 19:22:05 -07:00
rule_can_be_blank.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00