summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
>72ff19fa9 ^
dd6c5f892 ^
3ea644690 ^

dd6c5f892 ^






















3ea644690 ^
dd6c5f892 ^






3ea644690 ^

dd6c5f892 ^







3ea644690 ^
dd6c5f892 ^





3ea644690 ^
dd6c5f892 ^








3ea644690 ^
dd6c5f892 ^
bab41babe ^






dd6c5f892 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151