Files
Nim/lib
Zahary Karadjov d9d82fb0af syntax compatibility between do blocks and stmt blocks
See the section `do notation` in the manual for more info.

* nkMacroStmt has been removed
   Macro statements are now mapped to regular nkCall nodes.
   The support for additional clauses (such as else, except, of, etc)
   have been restored - they will now appear as additional arguments
   for the nkCall node (as nkElse, nkExcept, etc nodes)

* fixed some regressions in the `is` operator and semCompiles
2012-10-04 15:37:26 +03:00
..
2012-07-17 01:27:25 +02:00
2012-09-02 23:26:49 +01:00
2012-10-04 09:49:04 +02:00
2010-02-26 01:26:16 +01:00
2010-02-26 01:26:16 +01:00
2012-08-02 23:25:17 +02:00
2012-10-03 01:59:49 +03:00