tree-sitter/src/compiler
Max Brunsfeld 97bb7a26cf Fix precedence calculations when building parse table
* Recurse into choice rules
* Compute reduction precedence differently than shift precedence
2015-09-02 13:05:54 -07:00
..
build_tables Fix precedence calculations when building parse table 2015-09-02 13:05:54 -07:00
generate_code Remove 'document' wrapper node 2015-08-22 10:48:34 -07:00
prepare_grammar Auto-format: no single-line functions 2015-07-31 16:32:24 -07:00
rules Remove 'document' wrapper node 2015-08-22 10:48:34 -07:00
util Generate correct C literals for non-ascii characters 2014-09-28 18:40:15 -07:00
compile.cc clang-format everything 2015-07-27 18:29:48 -07:00
grammar.cc Auto-format: no single-line functions 2015-07-31 16:32:24 -07:00
lex_table.cc clang-format everything 2015-07-27 18:29:48 -07:00
lex_table.h Fix uninitialized variable error 2015-02-16 22:09:30 -08:00
lexical_grammar.cc Remove custom LexicalGrammar and SyntaxGrammar constructors 2015-07-19 16:12:11 -07:00
lexical_grammar.h Remove custom LexicalGrammar and SyntaxGrammar constructors 2015-07-19 16:12:11 -07:00
parse_table.cc Auto-format: no single-line functions 2015-07-31 16:32:24 -07:00
parse_table.h clang-format everything 2015-07-27 18:29:48 -07:00
syntax_grammar.cc Remove custom LexicalGrammar and SyntaxGrammar constructors 2015-07-19 16:12:11 -07:00
syntax_grammar.h Remove custom LexicalGrammar and SyntaxGrammar constructors 2015-07-19 16:12:11 -07:00