tree-sitter/src/compiler
2014-04-27 21:45:05 -07:00
..
build_tables Extract shared helper functions from example grammars 2014-04-27 21:45:05 -07:00
generate_code Trim whitespace 2014-04-25 22:17:23 -07:00
prepare_grammar Trim whitespace 2014-04-25 22:17:23 -07:00
rules Store choice rules using vectors, not pairs 2014-04-26 23:21:09 -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 Trim whitespace 2014-04-25 22:17:23 -07:00
prepared_grammar.h Profile and optimize 2014-04-23 08:32:11 -07:00