Skip to content

Special support for InlineAsm and GlobalAsm. #24

@harpocrates

Description

@harpocrates

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions