Files
rust/crates/syntax/src
Aleksey Kladov f4cb0ff9be internal: move ws attachment logic to the parser crate
This has to re-introduce the `sink` pattern, because doing this purely
with iterators is awkward :( Maaaybe the event vector was a false start?

But, anyway, I like the current factoring more -- it sort-of obvious
that we do want to keep ws-attachment business in the parser, and that
we also don't want that to depend on the particular tree structure. I
think `shortcuts` module achieves that.
2021-12-26 16:47:10 +03:00
..
2021-12-13 21:16:04 +03:00
2021-12-12 18:31:05 +03:00
2021-10-03 23:39:43 +11:00
2021-10-03 13:05:42 +02:00
2021-05-22 16:53:47 +03:00
2021-10-03 23:39:43 +11:00
2020-08-12 18:30:53 +02:00
2021-10-03 23:39:43 +11:00
2021-03-08 23:59:39 +02:00