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

Special support for InlineAsm and GlobalAsm. #24

Open
harpocrates opened this issue Jun 21, 2017 · 0 comments
Open

Special support for InlineAsm and GlobalAsm. #24

harpocrates opened this issue Jun 21, 2017 · 0 comments

Comments

@harpocrates
Copy link
Owner

harpocrates commented Jun 21, 2017

The rust AST has special forms for inline and global assembly. It might be worth adding explicit support for these. This is not urgent since both inline and global assembly can already be represented via regular macros.

It would nonetheless be nice to not have to muck around with token trees in order to generate/read these special macros.

The main challenge is in parsing.

harpocrates added a commit that referenced this issue Jun 21, 2017
Move pretty printing facility to 'prettyprinter' library.

Remove 'InlineAsm' since we have no good way of parsing it, we don't
represent it properly, and we don't support 'GlobalAsm'. This is
tracked in #24.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant