rustsym icon indicating copy to clipboard operation
rustsym copied to clipboard

Find alternative to syntex_syntax

Open trixnz opened this issue 7 years ago • 1 comments

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.

trixnz avatar Aug 09 '17 18:08 trixnz

syn works very well.

Techcable avatar Aug 29 '17 00:08 Techcable