Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse_quote! functionallity #254

Open
zetanumbers opened this issue Nov 20, 2022 · 1 comment
Open

parse_quote! functionallity #254

zetanumbers opened this issue Nov 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@zetanumbers
Copy link

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.

@Kampfkarren
Copy link
Owner

Proc macros are really odd, but this looks like it could be neat.

@Kampfkarren Kampfkarren added the enhancement New feature or request label Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants