summary refs log tree commit diff stats
path: root/compiler/idents.nim
Commit message (Collapse)AuthorAgeFilesLines
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-1/+3
| | | | | | | | | | | | 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
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* much more efficient rod file generationAraq2011-10-181-64/+36
|
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-2/+2
|
* big repo cleanupAraq2011-04-121-0/+132