macro_rules! expr {
((unquote $unquoted:expr)) => { ... };
(($func:tt $($arg:tt)*)) => { ... };
($value:literal) => { ... };
($quoted:tt) => { ... };
}macro_rules! expr {
((unquote $unquoted:expr)) => { ... };
(($func:tt $($arg:tt)*)) => { ... };
($value:literal) => { ... };
($quoted:tt) => { ... };
}