Skip to main content

impl_parser

Macro impl_parser 

Source
macro_rules! impl_parser {
    ($target_struct:ty => $body:expr) => { ... };
}
Expand description

implement a parser for a specific AST node type.