pub fn cpu_type<'src>() -> impl Parser<'src, &'src str, Type, Err<Simple<'src, char>>>
Parses .<typename> and returns the matching [Type]. Used for the typed arithmetic/comparison variants — add.i64, lt.u64, etc.
.<typename>
Type
add.i64
lt.u64