| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate semExpr flags in macro/template expansion | Zahary Karadjov | 2014-04-06 | 1 | -2/+2 |
* | fixes #880 | Araq | 2014-04-01 | 1 | -14/+20 |
* | fixes tmemit regression | Araq | 2014-03-26 | 1 | -0/+14 |
* | fixes #1025; don't know what this breaks | Araq | 2014-03-26 | 1 | -2/+0 |
* | fixes #993 | Araq | 2014-03-13 | 1 | -1/+7 |
* | fix #909 | Zahary Karadjov | 2014-03-09 | 1 | -1/+3 |
* | split the inline and closure iterators into different symbol kinds for easier... | Zahary Karadjov | 2014-03-06 | 1 | -2/+2 |
* | 'inject' for the new symbol binding rules in templates | Araq | 2014-01-19 | 1 | -7/+19 |
* | Templates will pick the candidate in the nearest scope when symbols are mixed-in | Zahary Karadjov | 2013-12-31 | 1 | -0/+1 |
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -27/+27 |
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -2/+2 |
* | bootstraps with new template symbol binding rules | Araq | 2013-12-24 | 1 | -8/+8 |
* | attempt to merge newtempl | Araq | 2013-12-24 | 1 | -1/+3 |
* | 'bind' default for clean templates | Araq | 2013-05-15 | 1 | -3/+44 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-14 | 1 | -10/+9 |
|\ |
|
| * | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -3/+2 |
| * | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -1/+1 |
| * | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -6/+6 |
* | | 'inject' for 'for' loop variables | Araq | 2013-05-14 | 1 | -18/+26 |
* | | todo.txt changes | Araq | 2013-05-11 | 1 | -3/+14 |
|/ |
|
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
* | allow 'mixin' in generics | Araq | 2012-10-12 | 1 | -23/+0 |
* | bugfix: gensym in rofiles | Araq | 2012-10-05 | 1 | -1/+2 |
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -0/+23 |
* | tr macros now documented | Araq | 2012-09-10 | 1 | -1/+1 |
* | tmatrix.nim works now | Araq | 2012-09-08 | 1 | -4/+12 |
* | term rewriting improvements | Araq | 2012-09-08 | 1 | -6/+16 |
* | activated tests for tr macros | Araq | 2012-09-06 | 1 | -6/+6 |
* | bugfixes and improvements for term rewriting macros | Araq | 2012-09-04 | 1 | -2/+4 |
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -19/+103 |
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -4/+10 |
* | first steps towards term rewriting macros | Araq | 2012-08-30 | 1 | -4/+23 |
* | implemented generic templates | Araq | 2012-08-27 | 1 | -12/+24 |
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -11/+15 |
* | documented hygienic templates; made tests green; fixed system.clamp | Araq | 2012-08-22 | 1 | -5/+14 |
* | breaking change: hygienic templates (undocumented) | Araq | 2012-08-20 | 1 | -1/+3 |
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -7/+38 |
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -27/+240 |
* | made ttempl3 green again | Araq | 2012-07-19 | 1 | -2/+3 |
* | improvements for 'bind', fixes #166 | Araq | 2012-07-18 | 1 | -24/+28 |
* | 'addSon' for types deprecated for 'int literal type' analysis | Araq | 2012-07-09 | 1 | -1/+1 |
* | genSym support for hygienic macros and templates. | Zahary Karadjov | 2012-03-26 | 1 | -61/+0 |
* | the test suite is mostly green again | Zahary Karadjov | 2012-03-16 | 1 | -2/+4 |
* | fix for template redefinition. test cases added. | Zahary Karadjov | 2012-03-15 | 1 | -8/+4 |
* | allowing multiple definitions of templates | Zahary Karadjov | 2012-03-14 | 1 | -10/+12 |
* | bootstraps fine with overloadable templates | Zahary Karadjov | 2012-03-14 | 1 | -2/+2 |
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
* | proc arguments are in scope when the result type definition is being processed | Zahary Karadjov | 2011-12-09 | 1 | -1/+2 |
* | tester: threading tests added | Araq | 2011-11-19 | 1 | -1/+2 |