Skip to main content

parse_define

Function parse_define 

Source
fn parse_define<'a>(
    after: &'a str,
    macros: &mut HashMap<&'a str, MacroDef<'a>>,
) -> Result<()>
Expand description

Parse a #define directive body (everything after #define) into the macro table.