tree-sitter/src/prepare_grammar
2019-01-04 09:42:06 -08:00
..
expand_repeats.rs Fix various logic errors in parse table construction 2019-01-02 16:48:44 -08:00
expand_tokens.rs Represent nfa transitions as structs with named fields, not tuples 2019-01-04 09:42:06 -08:00
extract_simple_aliases.rs Give immediate tokens higher implicit precedence than other tokens 2019-01-03 13:49:37 -08:00
extract_tokens.rs Fix various logic errors in parse table construction 2019-01-02 16:48:44 -08:00
flatten_grammar.rs Implement flatten_grammar 2018-12-11 12:14:34 -08:00
intern_symbols.rs Implement flatten_grammar 2018-12-11 12:14:34 -08:00
mod.rs Add handling of precedence within tokens 2018-12-29 13:56:00 -08:00
process_inlines.rs Fix recursive processing of rule inlining 2019-01-03 17:12:09 -08:00