tree-sitter/src/compiler
2015-10-30 14:07:33 -07:00
..
build_tables Make completion_status() a method on ParseItem 2015-10-30 14:07:33 -07:00
generate_code clang format 2015-10-28 12:10:58 -07:00
prepare_grammar Handle inline ubiquitous that are used elsewhere in the grammar 2015-10-26 17:19:37 -07:00
rules Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
util Generate correct C literals for non-ascii characters 2014-09-28 18:40:15 -07:00
associativity.h Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
compile.cc Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
grammar.cc clang-format 2015-09-13 19:41:11 -07:00
lex_table.cc Simplify lex item set transitions code 2015-10-11 22:51:37 -07:00
lex_table.h Use PrecedenceRange in build_lex_table 2015-10-05 18:02:59 -07:00
lexical_grammar.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
parse_table.cc Fix conflation of finished items w/ different precedence 2015-10-18 12:51:32 -07:00
parse_table.h Fix conflation of finished items w/ different precedence 2015-10-18 12:51:32 -07:00
precedence_range.cc Store parse actions' precedences as ranges, not sets 2015-10-05 16:05:19 -07:00
precedence_range.h Fix linter errors 2015-10-12 19:22:05 -07:00
rule.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
rule.h Fix linter errors 2015-10-12 19:22:05 -07:00
syntax_grammar.cc Fix conflation of finished items w/ different precedence 2015-10-18 12:51:32 -07:00
syntax_grammar.h Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
variable.cc Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
variable.h Fix linter errors 2015-10-12 19:22:05 -07:00