Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #503 | Araq | 2013-07-02 | 1 | -9/+11 |
| | |||||
* | astToStr is now immediate | Araq | 2013-06-02 | 1 | -4/+11 |
| | |||||
* | merged the persistent scopes work with the delayed proc compilation strategy | Zahary Karadjov | 2013-05-12 | 1 | -2/+1 |
|\ | |||||
* | | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -2/+1 |
| | | |||||
* | | get rid of TOverloadIter.stackPtr | Zahary Karadjov | 2013-05-12 | 1 | -0/+1 |
| | | |||||
* | | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -1/+1 |
| | | |||||
* | | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -4/+4 |
| | | |||||
* | | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -4/+4 |
|/ | |||||
* | fixes #117 | Araq | 2013-05-04 | 1 | -0/+4 |
| | |||||
* | completed expr/stmt unification | Araq | 2013-05-03 | 1 | -2/+4 |
| | |||||
* | revert new scope for 'if' | Araq | 2013-05-02 | 1 | -1/+1 |
| | |||||
* | first steps to the expr/stmt unification | Araq | 2013-04-30 | 1 | -1/+4 |
| | |||||
* | first version of commonType | Araq | 2013-04-22 | 1 | -0/+31 |
| | |||||
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | fixes a long-standing bug about procvar checking | Araq | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | lazy operand sem'checking (beware) | Araq | 2013-03-02 | 1 | -11/+5 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -3/+5 |
|\ | |||||
| * | implemented generic multi methods | Araq | 2013-01-16 | 1 | -1/+2 |
| | | |||||
| * | some fixes for generic first class iterators | Araq | 2012-12-15 | 1 | -2/+1 |
| | | |||||
| * | fixes #271 | Araq | 2012-12-15 | 1 | -0/+2 |
| | | |||||
* | | remove any traces of the old global generics cache | Zahary Karadjov | 2013-01-27 | 1 | -7/+7 |
| | | |||||
* | | store the instantiation cache in the generic symbol | Zahary Karadjov | 2012-11-28 | 1 | -1/+1 |
| | | |||||
* | | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -6/+5 |
| | | | | | | | | | | 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 | -7/+2 |
|/ | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | AST quasi-quoting for macros | Zahary Karadjov | 2012-11-11 | 1 | -0/+1 |
| | |||||
* | next steps for exception tracking | Araq | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | nimbuild should work again | Araq | 2012-11-01 | 1 | -0/+1 |
| | |||||
* | cas improvements | Araq | 2012-10-24 | 1 | -1/+2 |
| | |||||
* | caas barely works now | Araq | 2012-10-24 | 1 | -3/+3 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -5/+4 |
| | | | | | | | | | | | | 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 | ||||
* | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 1 | -0/+11 |
| | | | | normalised the line endings of macros.nim (minor edits otherwise) | ||||
* | fixes ttypeselectors | Zahary Karadjov | 2012-09-28 | 1 | -1/+12 |
| | |||||
* | proc bodies can be expressions with a type | Araq | 2012-09-22 | 1 | -0/+1 |
| | |||||
* | fixes #194 | Araq | 2012-09-20 | 1 | -1/+3 |
| | |||||
* | bugfix: 'nimrod i' works again | Araq | 2012-09-18 | 1 | -1/+3 |
| | |||||
* | some support for passing blocks to overloaded templates/macros | Araq | 2012-09-17 | 1 | -1/+2 |
| | |||||
* | semExpr/semStmt merged | Araq | 2012-09-13 | 1 | -2/+9 |
| | |||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 1 | -13/+16 |
| | |||||
* | term rewriting improvements | Araq | 2012-09-08 | 1 | -49/+2 |
| | |||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -9/+41 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -1/+5 |
| | |||||
* | first steps towards term rewriting macros | Araq | 2012-08-30 | 1 | -1/+14 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -3/+3 |
| | | | | magic to access the invokation AST | ||||
* | implemented generic templates | Araq | 2012-08-27 | 1 | -3/+1 |
| | |||||
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -4/+2 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -2/+13 |
| | |||||
* | bugfix: typo in actors.nim | Araq | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | made tests green again | Araq | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | top level closures should work; transf is not a pass anymore; next steps for ↵ | Araq | 2012-08-13 | 1 | -1/+3 |
| | | | | first class iterator support |