tree-sitter/src/compiler
2017-07-10 16:46:11 -07:00
..
build_tables 🎨 merge_parse_state 2017-07-10 16:46:11 -07:00
generate_code Avoid redundant character comparisons in generated lex function 2017-07-10 14:09:31 -07:00
prepare_grammar Allow negative dynamic precedences 2017-07-06 22:21:59 -07:00
rules Avoid redundant character comparisons in generated lex function 2017-07-10 14:09:31 -07:00
util Format make_visitor helper consistently w/ project 2017-03-17 13:37:26 -07:00
compile.cc Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
compile.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
compile_error.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
grammar.h Allow anonymous tokens to be used in grammars' external token lists 2017-03-17 16:31:29 -07:00
lex_table.cc Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
lex_table.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
lexical_grammar.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
parse_grammar.cc Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00
parse_grammar.h Implement Rule as a union rather than an abstract base class 2017-03-17 13:29:31 -07:00
parse_table.cc Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00
parse_table.h Don't store unfinished item signature on ParseStates 2017-07-10 10:47:38 -07:00
precedence_range.cc Include precedence calculation in LexItemSet::transitions 2015-10-30 16:07:29 -07:00
precedence_range.h Include precedence calculation in LexItemSet::transitions 2015-10-30 16:07:29 -07:00
rule.cc Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
rule.h Remove use of shared_ptr in choice, repeat, and seq factories 2017-03-17 14:28:13 -07:00
syntax_grammar.h Add PREC_DYNAMIC rule for resolving runtime ambiguities 2017-07-06 15:24:45 -07:00