macro_rules! impl_parser {
($target_struct:ty => $body:expr) => { ... };
}Expand description
implement a parser for a specific AST node type.
macro_rules! impl_parser {
($target_struct:ty => $body:expr) => { ... };
}implement a parser for a specific AST node type.