summary refs log tree commit diff stats
path: root/compiler/c2nim/cparse.nim
Commit message (Collapse)AuthorAgeFilesLines
* c2nim: added some scope operator parsingAraq2013-09-111-13/+40
|
* cn2im: basic C++ supportAraq2013-09-101-53/+462
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* fixes #323Araq2013-03-161-2/+9
|
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-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 againAraq2012-09-261-2/+3
|
* c2nim and system.nim now agree on a C type mappingAraq2012-07-151-7/+14
|
* fixes #93Araq2012-01-291-1/+0
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* c2nim: bugfix: 'type x[10];' was not parsed properlyAraq2011-12-301-4/+2
|
* GC stack scanning cares about interior pointersAraq2011-12-301-1/+1
|
* c2nim: bugfix: parsing of typedef'ed function pointersAraq2011-09-281-11/+7
|
* 0.8.12 bugfix: some files not in download packageAraq2011-07-111-1/+1
|
* c2nim compiles againAraq2011-04-231-1/+1
|
* got rid of some arcane module namesAraq2011-04-211-1/+1
|
* big repo cleanupAraq2011-04-121-0/+1704