cpclib_wasm::asm

Function asm_parse_source

Source
pub fn asm_parse_source(
    code: &str,
    conf: &AsmParserConfig,
) -> Result<JsAsmListing, JsAssemblerError>
Expand description

Parse the source and return the tokens. Mainly usefull for acquiring syntax error when editing the file.