Rowan 是 rust-analyzer 用来表示 AST 的库。
https://github.com/rust-analyzer/rowan

Rowan 采用无类型 AST + 强类型 AST 视图的模式,可以用来表示带有错误的语法树。

\matklad tql/ GitHub - rust-analyzer/rowan
 
 
Back to Top