summary refs log tree commit diff stats
path: root/tests/run/tusingstatement.nim
Commit message (Collapse)AuthorAgeFilesLines
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-5/+5
| | | | | | | | | | | | 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
* made tests green againAraq2012-08-311-1/+2
|
* making tests green againZahary Karadjov2012-03-201-2/+2
|
* got rid of 'accept' dir in the testsAraq2011-11-191-0/+102