It would be nice to define syntax transformers in Rust like the following: ```rust #[bridge_macro(name = "example", lib = "(macro-lib)")] pub fn example_macro(input: &Syntax) -> Result<Syntax, Condition> { ... } ```
It would be nice to define syntax transformers in Rust like the following: