rust/crates/parser/src
Aleksey Kladov 7dc331faef fix: correct extend_to logic in parser
Previously we swapped to events in the buffer, but that might be wrong
if there aer `forward_parent` links pointing to the swapped-out node.

Let's do the same via parent links instead, keeping the nodes in place
2021-09-25 22:09:50 +03:00
..
grammar simplify attribute parsing 2021-09-25 18:07:51 +03:00
syntax_kind minor: modernize 2021-09-06 18:54:16 +03:00
event.rs fix: correct extend_to logic in parser 2021-09-25 22:09:50 +03:00
grammar.rs internal: better naming 2021-09-18 15:55:07 +03:00
lib.rs minor: modernize 2021-09-06 18:54:16 +03:00
parser.rs fix: correct extend_to logic in parser 2021-09-25 22:09:50 +03:00
syntax_kind.rs minor: modernize 2021-09-06 18:54:16 +03:00
token_set.rs CONST LOOPS ARE HERE 2020-08-27 18:12:01 +02:00