Skip to content

Add support for bridge syntax transformers #210

@maplant

Description

@maplant

It would be nice to define syntax transformers in Rust like the following:

#[bridge_macro(name = "example", lib = "(macro-lib)")]
pub fn example_macro(input: &Syntax) -> Result<Syntax, Condition> {
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions