tree-sitter/src
2019-01-04 15:27:35 -08:00
..
build_tables Add flag for logging the item set associated with a certain parse state 2019-01-04 15:26:48 -08:00
js Implement more of parse table generation 2018-12-20 13:36:39 -08:00
prepare_grammar Fix handling of precedence and associativity with inlining 2019-01-04 15:27:35 -08:00
render Fix error in code generation w/ tokens that are internal and external 2019-01-04 15:27:15 -08:00
error.rs Simplify error handling, finish up LR conflict message generation 2019-01-04 12:42:45 -08:00
generate.rs Add flag for logging the item set associated with a certain parse state 2019-01-04 15:26:48 -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 flag for logging the item set associated with a certain parse state 2019-01-04 15:26:48 -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 Fix minor differences in generated C code 2019-01-04 11:19:53 -08:00
tables.rs Fix computation of MAX_ALIAS_SEQUENCE_LENGTH 2019-01-04 13:01:07 -08:00