tree-sitter/src/compiler
2015-02-16 22:11:03 -08:00
..
build_tables Store productions' end rule ids in the vector 2015-02-16 22:11:03 -08:00
generate_code Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
prepare_grammar Store productions' end rule ids in the vector 2015-02-16 22:11:03 -08:00
rules Store productions' end rule ids in the vector 2015-02-16 22:11:03 -08:00
util Generate correct C literals for non-ascii characters 2014-09-28 18:40:15 -07:00
compile.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
conflict.cc Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
grammar.cc Remove whitespace between template closing tags 2014-10-12 11:51:12 -07:00
lex_table.cc Fix uninitialized variable error 2015-02-16 22:09:30 -08:00
lex_table.h Fix uninitialized variable error 2015-02-16 22:09:30 -08:00
lexical_grammar.cc Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
lexical_grammar.h Move {Syntax,Lexical}Grammar into separate files 2015-01-14 21:10:41 -08:00
parse_table.cc Tweak auto-format settings 2014-09-09 13:15:40 -07:00
parse_table.h Auto-format all source code with clang-format 2014-07-21 13:20:00 -07:00
syntax_grammar.cc Store productions' end rule ids in the vector 2015-02-16 22:11:03 -08:00
syntax_grammar.h Store productions' end rule ids in the vector 2015-02-16 22:11:03 -08:00