Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up command expressions | Araq | 2014-02-02 | 1 | -6/+5 |
| | |||||
* | fixes #844 | Araq | 2014-02-02 | 3 | -7/+9 |
| | |||||
* | remove the old tester | Araq | 2014-02-02 | 12 | -131/+199 |
|\ | |||||
| * | Fixes #848. | Dominik Picheta | 2014-01-27 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel | Zahary Karadjov | 2014-01-26 | 10 | -209/+317 |
| |\ | |||||
| * | | the `is` operator now uses exactly the same algorithm as proc signature matching | Zahary Karadjov | 2014-01-26 | 2 | -19/+8 |
| | | | |||||
| * | | implements #766; | Zahary Karadjov | 2014-01-24 | 11 | -69/+117 |
| | | | | | | | | | | | | | | | | | | expressions such as Type.field are now recognised by the compiler. This also fixes a bug, preventing the user-defined to check for the presence of regular fields in addition to procs | ||||
| * | | support for parametric user-defined type classes | Zahary Karadjov | 2014-01-24 | 6 | -71/+102 |
| | | | |||||
* | | | deactivated debug output | Araq | 2014-02-02 | 1 | -3/+3 |
| | | | |||||
* | | | only 1 argument allowed for command expressions | Araq | 2014-02-02 | 1 | -6/+10 |
| | | | |||||
* | | | tstringinterp almost working | Araq | 2014-02-01 | 3 | -40/+72 |
| | | | |||||
* | | | case consistency for evalffi | Araq | 2014-02-01 | 1 | -3/+4 |
| | | | |||||
* | | | case consistency for evalffi | Araq | 2014-02-01 | 2 | -29/+29 |
| | | | |||||
* | | | bugfix: object constructor doesn't allow 'distinct' types | Araq | 2014-02-01 | 1 | -2/+2 |
| |/ |/| | |||||
* | | fixes #838 | Araq | 2014-01-25 | 2 | -2/+4 |
| | | |||||
* | | disable internalError so that nimbuild compiles again | Araq | 2014-01-25 | 2 | -1/+6 |
| | | |||||
* | | more efficient calls for closure iterators | Araq | 2014-01-25 | 1 | -3/+5 |
| | | |||||
* | | fixes a minor parser bug | Araq | 2014-01-25 | 1 | -2/+1 |
| | | |||||
* | | renderer knows about nkStaticTy and nkTypeClassTy | Araq | 2014-01-23 | 1 | -0/+23 |
| | | |||||
* | | typeClasses now documented in grammar.txt | Araq | 2014-01-23 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-23 | 1 | -57/+67 |
|\| | |||||
| * | nest PreMain inside NimMain for easier consumption of static libraries ↵ | Zahary Karadjov | 2014-01-23 | 1 | -57/+67 |
| | | | | | | | | | | | | developed in Nimrod fixes many uses of $N instead of $n for new lines that don't affect #line directives | ||||
* | | small code cleanups | Araq | 2014-01-23 | 2 | -4/+1 |
| | | |||||
* | | closure iterators work | Araq | 2014-01-23 | 1 | -15/+39 |
| | | |||||
* | | closure iterators almost work | Araq | 2014-01-23 | 2 | -191/+189 |
| | | |||||
* | | next steps for closure iterators | Araq | 2014-01-22 | 7 | -53/+107 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-20 | 1 | -1/+1 |
|\ | |||||
| * | fix the segfault in #827 | Zahary Karadjov | 2014-01-20 | 1 | -1/+1 |
| | | |||||
* | | parser support anon iterators | Araq | 2014-01-20 | 2 | -4/+9 |
| | | |||||
* | | updated grammar.txt | Araq | 2014-01-20 | 1 | -2/+2 |
| | | |||||
* | | command syntax is allowed in expressions | Araq | 2014-01-20 | 1 | -44/+74 |
|/ | |||||
* | compiler warns when you use GC'ed memory and '--gc:none' | Araq | 2014-01-19 | 2 | -2/+19 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 39 | -128/+131 |
| | |||||
* | it's the year 2014 | Araq | 2014-01-19 | 7 | -20/+20 |
| | |||||
* | 'inject' for the new symbol binding rules in templates | Araq | 2014-01-19 | 1 | -7/+19 |
| | |||||
* | resolved conflicts with master | Araq | 2014-01-18 | 4 | -595/+8 |
|\ | |||||
| * | bugfix: doc generation for actors.nim works again | Araq | 2014-01-13 | 1 | -4/+5 |
| | | |||||
| * | Removes generated .dot file uploaded by mistake. | Grzegorz Adam Hankiewicz | 2013-12-30 | 1 | -591/+0 |
| | | |||||
| * | Fixes #594 | Dominik Picheta | 2013-12-28 | 1 | -1/+1 |
| | | | | | | | | | | This was already partially fixed, ``expandTilde`` was the missing piece from perfection. | ||||
| * | Added --noBabelPath override. | Dominik Picheta | 2013-12-25 | 2 | -1/+5 |
| | | |||||
* | | unittest module works again | Araq | 2014-01-18 | 1 | -2/+11 |
| | | |||||
* | | better tester | Araq | 2014-01-17 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-17 | 5 | -390/+463 |
|\ \ | |||||
| * \ | Merge pull request #814 from discoloda/devel | Andreas Rumpf | 2014-01-14 | 5 | -390/+463 |
| |\ \ | | | | | | | | | Many small improvements to c2nim | ||||
| | * | | 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 |
| | | | |