macro_rules! define_ops {
    ($(#[$attr:meta])* $vis:vis $ident:ident, $($ops:literal),* $(,)?) => { ... };
}
Expand description

Macro for making a function that will create an OpParser for parsing a specific set of operators.