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.
pub fn asm_parse_source(
code: &str,
conf: &AsmParserConfig,
) -> Result<JsAsmListing, JsAssemblerError>
Parse the source and return the tokens. Mainly usefull for acquiring syntax error when editing the file.