Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | 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 | ||||
* | bugfix: c2nim and pas2nim work again | Araq | 2012-09-26 | 1 | -2/+3 |
| | |||||
* | c2nim and system.nim now agree on a C type mapping | Araq | 2012-07-15 | 2 | -8/+17 |
| | |||||
* | c2nim, pas2nim compile again | Araq | 2012-02-29 | 1 | -2/+2 |
| | |||||
* | fixes #93 | Araq | 2012-01-29 | 1 | -1/+0 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 4 | -5/+5 |
| | |||||
* | c2nim: bugfix: 'type x[10];' was not parsed properly | Araq | 2011-12-30 | 2 | -5/+3 |
| | |||||
* | GC stack scanning cares about interior pointers | Araq | 2011-12-30 | 2 | -2/+3 |
| | |||||
* | c2nim compiles again | Araq | 2011-12-12 | 1 | -1/+1 |
| | |||||
* | path canonicalization and proper project relative paths | Zahary Karadjov | 2011-12-09 | 1 | -4/+4 |
| | |||||
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -0/+0 |
| | |||||
* | c2nim: bugfix: parsing of typedef'ed function pointers | Araq | 2011-09-28 | 2 | -11/+8 |
| | |||||
* | c2nim,pas2nim: use the stdout.writeln to display the "unknown option" message | Keita Haga | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | c2nim,pas2nim: bugfix: --out:FILE option does not work as documented | Keita Haga | 2011-07-29 | 1 | -7/+7 |
| | |||||
* | 0.8.12 bugfix: some files not in download package | Araq | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | c2nim compiles again | Araq | 2011-04-23 | 1 | -1/+1 |
| | |||||
* | got rid of some arcane module names | Araq | 2011-04-21 | 2 | -2/+2 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 7 | -0/+3498 |