#[derive_syntax]
Expand description
Transform an enum or struct into a parse tree node, as well as deriving the production rule (the AST nodes)
This will derive the AbstractSyntaxTree trait as well as the super traits, and also generate an implementation for the lexer, and implementation for terminal symbols for the AST
Note that this is not a derive macro, since it will transform the input.