brun -s2 '(opt (com (q . ((add2 (f (f @))))) (r (opt (com (q . (list (defmacro add2 (X) (qq ( + 2 (unquote X)))))))))))'
((+ (q . 2) 4))
