rust/crates/parser
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
..
src fix: correct extend_to logic in parser 2021-09-25 22:09:50 +03:00
Cargo.toml minor: drop dummy authors field 2021-07-05 14:19:41 +03:00