Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes token's column information | Araq | 2013-07-30 | 1 | -9/+2 |
| | |||||
* | added macros.genSym | Araq | 2013-07-24 | 1 | -0/+10 |
| | |||||
* | 'modules' module from 'main'; minor bugfixes | Araq | 2013-07-20 | 1 | -1/+0 |
| | |||||
* | refactorings for the eval engine; bugfix: clean templates as accessors | Araq | 2013-07-19 | 1 | -140/+114 |
| | |||||
* | fixes lots of regressions | Araq | 2013-06-29 | 1 | -5/+6 |
| | |||||
* | bugfix: typo | Araq | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | got rid of debug calls | Araq | 2013-06-28 | 1 | -3/+1 |
| | |||||
* | some small performance improvement for the evaluator | Araq | 2013-06-28 | 1 | -36/+53 |
| | |||||
* | small REPL improvements | Araq | 2013-06-28 | 1 | -4/+5 |
| | |||||
* | var tuple unpacking works at compile time | Araq | 2013-06-28 | 1 | -30/+41 |
| | |||||
* | fixes #399 | Araq | 2013-05-18 | 1 | -1/+2 |
| | |||||
* | Update evals.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -2/+2 |
| | |||||
* | fixes #368 | Araq | 2013-04-08 | 1 | -2/+4 |
| | |||||
* | bugfix evals.nim | Araq | 2013-04-07 | 1 | -2/+3 |
| | |||||
* | optimized evals.nim a bit | Araq | 2013-04-07 | 1 | -8/+8 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | first steps to implement object construction expressions | Araq | 2013-03-07 | 1 | -7/+25 |
| | |||||
* | made some tests green | Araq | 2013-03-04 | 1 | -3/+3 |
| | |||||
* | don't eval wrong code | Araq | 2013-02-24 | 1 | -1/+7 |
| | |||||
* | micro optimizations for the evaluation engine | Araq | 2013-02-14 | 1 | -29/+41 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -46/+93 |
|\ | |||||
| * | fixes #293 | Araq | 2013-01-08 | 1 | -2/+2 |
| | | |||||
| * | next steps for FFI at compile time | Araq | 2013-01-02 | 1 | -8/+15 |
| | | |||||
| * | fixed a newly introduced c2nim bug; many untested improvements to the FFI at ↵ | Araq | 2012-12-31 | 1 | -4/+25 |
| | | | | | | | | compile time | ||||
| * | small examples work with the FFI | Araq | 2012-12-19 | 1 | -9/+8 |
| | | |||||
| * | first steps for FFI support at compile time | Araq | 2012-12-19 | 1 | -38/+58 |
| | | |||||
* | | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -5/+4 |
| | | | | | | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -5/+1 |
|/ | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | next steps for first class iterators | Araq | 2012-11-26 | 1 | -1/+7 |
| | |||||
* | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | next steps for 'compiler as a service' | Araq | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 1 | -2/+7 |
| | | | | normalised the line endings of macros.nim (minor edits otherwise) | ||||
* | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 1 | -1/+25 |
| | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
* | improved support for typedesc values | Zahary Karadjov | 2012-09-25 | 1 | -3/+5 |
| | | | | | * can be stored in constants and variables (including in containers like sequences) * can be passed to and returned from macros | ||||
* | type trais used to work only on user-defined types. see #202 | Zahary Karadjov | 2012-09-13 | 1 | -2/+1 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -11/+33 |
| | | | | magic to access the invokation AST | ||||
* | bindSym suffices; no 'bind' for macros anymore | Araq | 2012-08-25 | 1 | -38/+5 |
| | |||||
* | implemented 'bind' for macros | Araq | 2012-08-24 | 1 | -0/+36 |
| | |||||
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -52/+6 |
| | |||||
* | next steps for tyVarargs/tyOpenArray split | Araq | 2012-08-14 | 1 | -1/+2 |
| | |||||
* | top level closures should work; transf is not a pass anymore; next steps for ↵ | Araq | 2012-08-13 | 1 | -1/+2 |
| | | | | first class iterator support | ||||
* | made compiler more robust for idetools support | Araq | 2012-07-30 | 1 | -22/+46 |
| | |||||
* | better error handling for better idetools support | Araq | 2012-07-29 | 1 | -5/+4 |
| | |||||
* | equality and hashing for closures | Araq | 2012-07-17 | 1 | -3/+2 |
| | |||||
* | 'addSon' for types deprecated for 'int literal type' analysis | Araq | 2012-07-09 | 1 | -1/+1 |
| | |||||
* | made tests green again | Araq | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | added devel/logging; weakrefs test; next steps for proper unsigned support | Araq | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | another bugfix | Araq | 2012-06-21 | 1 | -1/+1 |
| |