trixnz / rustsym

A tool to query symbols from rust code for use in IDEs
MIT License
91 stars 7 forks source link

Find alternative to syntex_syntax #11

Open trixnz opened 7 years ago

trixnz commented 7 years ago

Since syntex_syntax is no longer maintained, we need an alternative solution for parsing Rust to an AST.

I'm not as involved in the rust community as much as I would like to be, so I'm out of the loop as far as AST parsers go for Rust.

Techcable commented 7 years ago

syn works very well.