Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 12 | -4484/+0 |
| | |||||
* | Made the code more robust and detect nkPrefix as number (-1 or +4) for enum ↵ | enurlyx | 2014-06-17 | 2 | -9/+54 |
| | | | | sorting. Added also a new test for enums. | ||||
* | Sorting enumerations and generation of consts for enumfields with the same ↵ | enurlyx | 2014-06-15 | 2 | -15/+77 |
| | | | | value + test | ||||
* | Removed time and added a hash based on filename, line and column for ↵ | enurlyx | 2014-06-14 | 1 | -12/+9 |
| | | | | creating a unique struct id | ||||
* | Added test for anonymous structs and unions | enurlyx | 2014-06-10 | 1 | -0/+27 |
| | |||||
* | 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 | 2 | -6/+6 |
| | | | | empty blocks. | ||||
* | Applied Araq's suggestions for c2nim | Vincent Burns | 2014-01-14 | 2 | -9/+11 |
| | |||||
* | removed hack for return statement | Vincent Burns | 2014-01-14 | 2 | -9/+14 |
| | |||||
* | Slightly better type parsing for parameters and cast expressions | Vincent Burns | 2014-01-14 | 2 | -7/+46 |
| | |||||
* | 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 | 3 | -1/+25 |
| | | | | 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 | ||||
* | Properly lex floating constants | Vincent Burns | 2014-01-12 | 1 | -5/+20 |
| | | | | | | digit-sequence? '.' digit-sequence exponent-part? digit-sequence '.' exponent-part? exponent-part: [eE] [+-]? digit-sequence | ||||
* | Lex '\xHH' character constants | Vincent Burns | 2014-01-12 | 1 | -0/+17 |
| | |||||
* | Added spliceHeader option to c2nim | Vincent Burns | 2014-01-12 | 1 | -5/+17 |
| | | | | parse a header file first, then the source. completing a c 'module' | ||||
* | case consistency part 8 | Araq | 2013-12-28 | 4 | -62/+62 |
| | |||||
* | c2nim: added some scope operator parsing | Araq | 2013-09-11 | 3 | -18/+44 |
| | |||||
* | cn2im: basic C++ support | Araq | 2013-09-10 | 5 | -54/+710 |
| | |||||
* | fixes #440 | Araq | 2013-05-18 | 2 | -10/+13 |
| | |||||
* | c2nim compiles again | Araq | 2013-05-15 | 1 | -1/+1 |
| | |||||
* | c2nim, pas2nim compile again | Araq | 2013-05-07 | 1 | -8/+8 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 7 | -0/+0 |
| | |||||
* | fixes #323 | Araq | 2013-03-16 | 2 | -2/+23 |
| | |||||
* | codegen produces better code for complex assignments | Araq | 2013-02-24 | 1 | -2/+2 |
| | |||||
* | fixed a newly introduced c2nim bug; many untested improvements to the FFI at ↵ | Araq | 2012-12-31 | 2 | -0/+4 |
| | | | | compile time | ||||
* | 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 |