tree-sitter/src
2019-01-04 09:42:06 -08:00
..
build_tables Represent nfa transitions as structs with named fields, not tuples 2019-01-04 09:42:06 -08:00
js Implement more of parse table generation 2018-12-20 13:36:39 -08:00
prepare_grammar Represent nfa transitions as structs with named fields, not tuples 2019-01-04 09:42:06 -08:00
render Respect simple aliases in code gen 2019-01-03 14:08:24 -08:00
error.rs Implement more of parse table generation 2018-12-20 13:36:39 -08:00
generate.rs Add a --no-minimize flag to suppress table minimization for debugging 2019-01-04 09:11:44 -08:00
grammars.rs Give immediate tokens higher implicit precedence than other tokens 2019-01-03 13:49:37 -08:00
logger.rs Fix various logic errors in parse table construction 2019-01-02 16:48:44 -08:00
main.rs Add a --no-minimize flag to suppress table minimization for debugging 2019-01-04 09:11:44 -08:00
nfa.rs Represent nfa transitions as structs with named fields, not tuples 2019-01-04 09:42:06 -08:00
parse_grammar.rs Fix various logic errors in parse table construction 2019-01-02 16:48:44 -08:00
rules.rs Add EOF actions to lex table 2019-01-03 11:50:35 -08:00
tables.rs Add EOF actions to lex table 2019-01-03 11:50:35 -08:00