cexpr
macro_rules! comp { ($i:expr, $submac:ident!( $($args:tt)* )) => { ... }; ($i:expr, $f:expr) => { ... }; }
equivalent to nom's complete! macro, but adds the custom error type