Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for structs/unions defined in structs/unions | enurlyx | 2014-05-31 | 1 | -34/+100 |
| | |||||
* | fixes #1006 | Araq | 2014-03-22 | 1 | -1/+2 |
| | |||||
* | c2nim knows about arrray[N, T] | Araq | 2014-03-22 | 1 | -4/+5 |
| | |||||
* | c2nim knows about the 'union' pragma | Araq | 2014-03-05 | 1 | -11/+10 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -4/+4 |
| | | | | empty blocks. | ||||
* | Applied Araq's suggestions for c2nim | Vincent Burns | 2014-01-14 | 1 | -7/+9 |
| | |||||
* | removed hack for return statement | Vincent Burns | 2014-01-14 | 1 | -9/+7 |
| | |||||
* | Slightly better type parsing for parameters and cast expressions | Vincent Burns | 2014-01-14 | 1 | -7/+41 |
| | |||||
* | Fix for expression parsing, 'new' is a valid C symbol | Vincent Burns | 2014-01-13 | 1 | -6/+9 |
| | |||||
* | Fix for some comments during if statements | Vincent Burns | 2014-01-13 | 1 | -1/+1 |
| | | | | added test files | ||||
* | Support more proper do..while statements | Vincent Burns | 2014-01-13 | 1 | -9/+39 |
| | |||||
* | for statements support comma expressions | Vincent Burns | 2014-01-13 | 1 | -2/+4 |
| | |||||
* | New expression parser | Vincent Burns | 2014-01-12 | 1 | -350/+274 |
| | | | | tests pass | ||||
* | case consistency part 8 | Araq | 2013-12-28 | 1 | -26/+26 |
| | |||||
* | c2nim: added some scope operator parsing | Araq | 2013-09-11 | 1 | -13/+40 |
| | |||||
* | cn2im: basic C++ support | Araq | 2013-09-10 | 1 | -53/+462 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | fixes #323 | Araq | 2013-03-16 | 1 | -2/+9 |
| | |||||
* | 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 | 1 | -7/+14 |
| | |||||
* | fixes #93 | Araq | 2012-01-29 | 1 | -1/+0 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | c2nim: bugfix: 'type x[10];' was not parsed properly | Araq | 2011-12-30 | 1 | -4/+2 |
| | |||||
* | GC stack scanning cares about interior pointers | Araq | 2011-12-30 | 1 | -1/+1 |
| | |||||
* | c2nim: bugfix: parsing of typedef'ed function pointers | Araq | 2011-09-28 | 1 | -11/+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 | 1 | -1/+1 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+1704 |