tree-sitter/spec/compiler/helpers
Max Brunsfeld c495076adb Record in parse table which actions can hide splits
Suppose a parse state S has multiple actions for a terminal lookahead symbol A.
Then during incremental parsing, while in state S, the parser should not
reuse a non-terminal lookahead B where FIRST(B) contains A, because reusing B
might prematurely discard one of the possible actions that a batch parser
would have attempted in state S, upon seeing A as a lookahead.
2015-12-17 13:11:56 -08:00
..
equals_pointer.h Use 2-space continuation indent consistently in specs 2015-07-27 18:18:58 -07:00
rule_helpers.cc Fix handling of changing precedence within lexical rules. 2015-11-08 13:36:15 -08:00
rule_helpers.h Fix handling of changing precedence within lexical rules. 2015-11-08 13:36:15 -08:00
stream_methods.cc Record in parse table which actions can hide splits 2015-12-17 13:11:56 -08:00
stream_methods.h 🔥 get_metadata function 2015-10-30 16:22:25 -07:00