Skip to main content

parse_with_syntax

Function parse_with_syntax 

Source
pub fn parse_with_syntax(
    tokens: &[Token<'_>],
    arch: Arch,
    syntax: Syntax,
) -> Result<Vec<Statement>, AsmError>
Expand description

Parse with explicit architecture and syntax dialect.