pub type Parser = Parser<()>;Aliased Type§
pub struct Parser {
pub config: (),
pub codemap: Arc<CodeMap>,
}Fields§
§config: ()The configuration provided to the parser
codemap: Arc<CodeMap>The underlying [miden_diagnostics::CodeMap] used by the parser