Skip to main content

parse_inline_masm

Function parse_inline_masm 

Source
pub fn parse_inline_masm(
    source: Arc<SourceFile>,
    bounds: Option<SourceSpan>,
) -> Parse
Expand description

Parses a inline MASM from a subset of a source-managed file into a lossless CST.

Content of an inline MASM block is parsed like the body block of a procedure - it is not supported to define top-level items in an inline MASM block