You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see Rust support has now been added in the form of syn, which is fantastic. However would it be possible to add another parser for proc_macro2 that just dumps the tokens it parses? It'd be really handy for developing procedural macros.
I was looking into the source to see if I could figure it out on my own but I'm not entirely sure how the project is set up - I see there's astexplorer-syn but I'm not sure where that's coming from.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there, love the project!
I see Rust support has now been added in the form of
syn
, which is fantastic. However would it be possible to add another parser forproc_macro2
that just dumps the tokens it parses? It'd be really handy for developing procedural macros.I was looking into the source to see if I could figure it out on my own but I'm not entirely sure how the project is set up - I see there's
astexplorer-syn
but I'm not sure where that's coming from.Thanks!
The text was updated successfully, but these errors were encountered: