summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
Commit message (Expand)AuthorAgeFilesLines
* added #903 to the test suiteAraq2014-03-261-0/+1
* VM: endless loop preventionAraq2014-03-241-1/+6
* fixed tuples in a static context; preparations for correct compile time evalu...Araq2014-03-221-0/+1
* fixes #937Araq2014-03-051-0/+1
* tstmtexprs.nim works againAraq2014-02-271-1/+1
* new VM is getting stableAraq2014-02-241-2/+1
* vm2: new representation of registersAraq2014-02-211-11/+9
* tstringinterp almost workingAraq2014-02-011-0/+2
* case consistency: next stepsAraq2013-12-291-1/+1
* more tests workAraq2013-12-131-1/+1
* new VM: globals kinda workAraq2013-12-131-1/+4
* new VM: improvementsAraq2013-12-121-1/+2
* more tests are greenAraq2013-12-081-1/+1
* new VM: passes more testsAraq2013-12-061-1/+2
* next steps for FFI supportAraq2013-11-251-0/+1
* jump optimizer worksAraq2013-10-291-0/+2
* new VM is getting stableAraq2013-10-291-2/+2
* some complex macros workAraq2013-10-161-15/+15
* compiler bootstraps with new VMAraq2013-10-151-0/+18
* cooler quote for c2nimAraq2013-10-101-0/+3
* docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-291-1/+2
* new VM: preparations for evalMacroCallAraq2013-08-111-1/+1
* new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-0/+4
* new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+5
* new VM: next stepsAraq2013-08-031-0/+1
* new vm: further progressAraq2013-07-291-2/+25
* new vm: lots of fixesAraq2013-07-271-12/+12
* first steps to a new evaluation engineAraq2013-07-241-0/+149