Skip to main content

cpu_type

Function cpu_type 

Source
pub fn cpu_type<'src>() -> impl Parser<'src, &'src str, Type, Err<Simple<'src, char>>>
Expand description

Parses .<typename> and returns the matching [Type]. Used for the typed arithmetic/comparison variants — add.i64, lt.u64, etc.