macro_rules! tree_cast { (($($t:tt)*) $var:expr ) => { ... }; }
Convenience macro for casting enum variants for AST and PT.