Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | example: template hygienic(val: expr) = var `*x` = val echo `*x` *x was chosen as mnemonic for "opposite of public" and thus private | ||||
* | 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 |
| | | | | | This is intended for type deduction depending on the arguments proc foo(x: type): type(expr(x)) | ||||
* | tester: threading tests added | Araq | 2011-11-19 | 1 | -1/+2 |
| | |||||
* | lazy loading of body ast implemented | Araq | 2011-10-30 | 1 | -5/+5 |
| | |||||
* | 'bind' as a declarative statement | Araq | 2011-10-10 | 1 | -1/+16 |
| | |||||
* | Cleaned up the circular dependecies and remaining issues | Zahary Karadjov | 2011-10-07 | 1 | -16/+0 |
| | | | | Changed: The []= operator for strings and sequences is now capable of splicing | ||||
* | getAst works correctly with existing AST values as template/macro arguments | Zahary Karadjov | 2011-10-07 | 1 | -4/+4 |
| | |||||
* | finally got rid of nkPassAsOpenArray | Araq | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 1 | -6/+4 |
| | |||||
* | intsets are now a proper module and part of the stdlib | Araq | 2011-06-14 | 1 | -4/+3 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+204 |