tree-sitter/src/compiler
2014-04-23 13:12:00 -07:00
..
build_tables Further reduce allocations in rule transitions functions 2014-04-23 13:12:00 -07:00
generate_code Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
prepare_grammar Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
rules Profile and optimize 2014-04-23 08:32:11 -07:00
util Refactor bookkeeping of token starts in lexical rules 2014-04-17 13:33:34 -07:00
compile.cc Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
conflict.cc cpplint 2014-04-14 08:38:44 -07:00
grammar.cc Resolve token conflicts by tokens' order in grammar 2014-03-24 19:18:06 -07:00
lex_table.cc Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
lex_table.h Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
parse_table.cc Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
parse_table.h Intern symbols during grammar preparation 2014-04-22 23:38:26 -07:00
prepared_grammar.cc Profile and optimize 2014-04-23 08:32:11 -07:00
prepared_grammar.h Profile and optimize 2014-04-23 08:32:11 -07:00