Skip to main content

register_macro_with_parser_trust

Function register_macro_with_parser_trust 

Source
pub fn register_macro_with_parser_trust(
    cx: &mut Cx,
    mac: Arc<dyn LispMacro>,
    parser_trusted: bool,
) -> Result<MacroId>
Expand description

Registers a macro with an explicit parser-trust flag and returns its id.