[nem-en] access to type and function call resolution information in a macro

Kannan Goundan cakoose at yahoo.com
Tue Jun 6 05:59:54 CEST 2006


I'm wrote a macro that takes:

   FancyAssert(a < 10)

And produces something like:

   unless (a < 10)
      throw Exception("Failed: (a < 10), a = " + a.ToString());

Right now, it works with a 'PExpr' tree, but I currently have some
issues that could be resolved if type information and function call
resolution information were available.  Any ideas?

- Kannan

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the devel-en mailing list