Macro expr
macro_rules! expr { ($template:expr) => { ... }; }
Expand description
A helper macro that defines an crate::semantics::default::Expr
.
macro_rules! expr { ($template:expr) => { ... }; }
A helper macro that defines an crate::semantics::default::Expr
.