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
There's a pretty usefull macro called parse_quote! in the syn crate. It's based upon quote crate, which in return depends upon proc-macro2. Assuming lua AST is whitespace independant, i think full-moon should use these crates (quote and proc-macro2) too, kinda like it does syn, perhaps gated under some feature.
The text was updated successfully, but these errors were encountered:
There's a pretty usefull macro called
parse_quote!
in the syn crate. It's based upon quote crate, which in return depends upon proc-macro2. Assuming lua AST is whitespace independant, i think full-moon should use these crates (quote and proc-macro2) too, kinda like it does syn, perhaps gated under some feature.The text was updated successfully, but these errors were encountered: