> Your syntax for macro's call is OK

Exactly.

@slimshady, @dataPulverizer: General tip: if a macro call is passed to 
_dumpTree_ as a block argument and that compiles and prints the call as a 
(pre-symbol-binding) AST, then the call syntax is ok: 
    
    
    import macros
    
    dumpTree:
      typeGen(Employee):
        id: int
    

Reply via email to