tree-sitter/src/compiler/build_tables
Max Brunsfeld 49f393b75e Merge pull request #22 from maxbrunsfeld/c-compiler-api
Simplify the compiler API
2016-01-13 21:08:41 -08:00
..
build_lex_table.cc When removing duplicate lex states, update the error state too 2015-12-29 21:02:24 -08:00
build_lex_table.h Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
build_parse_table.cc Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
build_parse_table.h Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
build_tables.cc Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
build_tables.h Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08: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 Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
item_set_closure.cc Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08: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 Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -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 Ensure that there are no duplicate lex states 2015-12-20 15:46:13 -08:00
parse_conflict_manager.h Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
parse_item.cc Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
parse_item.h Treat reduce actions with different production IDs as distinct 2015-12-10 13:00:26 -08:00
remove_duplicate_states.h Fix bug in lexical state de-duping 2015-12-30 11:15:36 -08:00
rule_can_be_blank.cc Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00
rule_can_be_blank.h Make the compile function plain C and take a JSON grammar 2016-01-11 12:33:48 -08:00