summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
Commit message (Expand)AuthorAgeFilesLines
* implemented opcTypeTraitAraq2013-08-221-2/+5
* fixed and documented computedGoto pragmaAraq2013-08-221-9/+33
* new VM: preparations for evalMacroCallAraq2013-08-111-6/+16
* new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-28/+67
* new VM: implemented constructors and jump optimizerAraq2013-08-071-10/+115
* new VM: next stepsAraq2013-08-031-4/+7
* new vm: further progressAraq2013-07-291-22/+47
* new vm: lots of fixesAraq2013-07-271-25/+89
* new vm: can execute simple programsAraq2013-07-261-6/+6
* new vm: next stepsAraq2013-07-251-2/+7
* new evaluation engine: next stepsAraq2013-07-251-6/+9
* first steps to a new evaluation engineAraq2013-07-241-0/+1002