tree-sitter/src/compiler/prepare_grammar
2015-10-13 11:25:28 -07:00
..
expand_repeats.cc Define repeat rule in terms of repeat1 rule 2015-10-12 19:22:05 -07:00
expand_repeats.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
expand_tokens.cc Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
expand_tokens.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
extract_choices.cc Normalize lexical grammar rules before constructing lex table 2015-10-11 16:56:00 -07:00
extract_choices.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
extract_tokens.cc Add helper for dynamic-casting to rule subclasses 2015-10-12 19:21:56 -07:00
extract_tokens.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
flatten_grammar.cc Allow associativity to be specified in rules w/o precedence 2015-10-13 11:25:28 -07:00
flatten_grammar.h Normalize lexical grammar rules before constructing lex table 2015-10-11 16:56:00 -07:00
initial_syntax_grammar.h Fix linter errors 2015-10-12 19:22:05 -07:00
intern_symbols.cc Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
intern_symbols.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
interned_grammar.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
is_token.cc Fix lint errors 2015-09-19 13:19:49 -07:00
is_token.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
normalize_rules.cc Normalize lexical grammar rules before constructing lex table 2015-10-11 16:56:00 -07:00
normalize_rules.h Normalize lexical grammar rules before constructing lex table 2015-10-11 16:56:00 -07:00
parse_regex.cc Define repeat rule in terms of repeat1 rule 2015-10-12 19:22:05 -07:00
parse_regex.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00
prepare_grammar.cc Simplify lex item set transitions code 2015-10-11 22:51:37 -07:00
prepare_grammar.h Merge branch 'flatten-rules-into-productions' 2015-10-02 23:46:39 -07:00
token_description.cc In compiler, distinguish between anonymous tokens and hidden rules 2015-09-05 22:28:55 -07:00
token_description.h Move public rule functions out of rule namespace 2015-09-03 17:49:20 -07:00