summary refs log tree commit diff stats
path: root/tests/run/tmacros1.nim
Commit message (Collapse)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-7/+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 more tests green; fixes #201Araq2012-09-121-1/+1
|
* made tests green againAraq2012-08-311-1/+2
|
* got rid of 'accept' dir in the testsAraq2011-11-191-0/+32