tree-sitter/src/compiler/build_tables
2015-12-17 15:45:47 -08:00
..
build_lex_table.cc Remove unused parameter to LexConflictManager 2015-12-17 15:45:47 -08:00
build_lex_table.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
build_parse_table.cc Remove unused parameters to ParseConflictManager 2015-12-17 15:19:00 -08: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
conflict_type.h Treat reduce actions with different production IDs as distinct 2015-12-10 13:00:26 -08:00
does_match_any_line.cc In lex error state, don't look for tokens that would match *any* line 2015-10-28 17:45:17 -07:00
does_match_any_line.h In lex error state, don't look for tokens that would match *any* line 2015-10-28 17:45:17 -07:00
item_set_closure.cc Fix conflation of finished items w/ different precedence 2015-10-18 12:51:32 -07:00
item_set_closure.h Compute closures of item sets lazily 2015-10-04 00:21:29 -07:00
lex_conflict_manager.cc Remove unused parameter to LexConflictManager 2015-12-17 15:45:47 -08:00
lex_conflict_manager.h Remove unused parameter to LexConflictManager 2015-12-17 15:45:47 -08:00
lex_item.cc Fix handling of changing precedence within lexical rules. 2015-11-08 13:36:15 -08:00
lex_item.h Fix handling of changing precedence within lexical rules. 2015-11-08 13:36:15 -08:00
lex_item_transitions.cc Use ::count to check if sets and maps contain elements 2015-12-17 10:05:42 -08:00
lex_item_transitions.h Include precedence calculation in LexItemSet::transitions 2015-10-30 16:07:29 -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 Fix resolution of shift-extra vs reduce actions 2015-12-17 15:19:58 -08:00
parse_conflict_manager.h Remove unused parameters to ParseConflictManager 2015-12-17 15:19:00 -08:00
parse_item.cc Record in parse table which actions can hide splits 2015-12-17 13:11:56 -08:00
parse_item.h Treat reduce actions with different production IDs as distinct 2015-12-10 13:00:26 -08: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