pub fn to_quins(expr: &Expr) -> Vec<NQuin>
Serialise an expression into a post-order Vec<NQuin> (the root is the last element).
Vec<NQuin>