Y
Hacker News
new
|
ask
|
show
|
jobs
by
emptysea
522 days ago
Rust-analyzer uses a similar technique for parsing
https://github.com/rust-lang/rust-analyzer/blob/master/crate...
which then gets fed into
https://github.com/rust-analyzer/rowan
(lossless syntax tree)
1 comments
bradrn
521 days ago
There is a longer overview of it here:
https://github.com/rust-lang/rust-analyzer/blob/master/docs/...
link