about summary refs log tree commit diff stats
path: root/031address.cc
Commit message (Expand)AuthorAgeFilesLines
* 2713 - require booleans for boolean operationsKartik K. Agaram2016-02-261-0/+2
* 2712Kartik K. Agaram2016-02-261-7/+7
* 2681 - drop reagent types from reagent propertiesKartik K. Agaram2016-02-211-9/+1
* 2678Kartik K. Agaram2016-02-201-2/+2
* 2671 - never use debug_string() in tracesKartik K. Agaram2016-02-191-3/+3
* 2689 - consistently use s-exp syntax in tracesKartik K. Agaram2016-02-191-1/+1
* 2685Kartik K. Agaram2016-02-191-2/+2
* 2657 - type-checking for 'merge' instructionsKartik K. Agaram2016-02-151-0/+3
* 2620Kartik K. Agaram2016-01-301-3/+3
* 2576 - distinguish allocated addresses from othersKartik K. Agaram2016-01-191-0/+4
* 2574Kartik K. Agaram2016-01-191-4/+8
* fix a crash on unknown typeKartik K. Agaram2015-12-151-0/+11
* 2482 - better choice between valid variantsKartik K. Agaram2015-11-271-1/+1
* 2473 - bad idea to use /raw with multiple intentionsKartik K. Agaram2015-11-221-4/+4
* 2399 - consistent debug_string vocabularyKartik K. Agaram2015-11-081-2/+1
* 2393 - redo 2391Kartik K. Agaram2015-11-071-1/+2
* 2392 - undo 2391Kartik K. Agaram2015-11-071-2/+1
* 2391Kartik K. Agaram2015-11-071-1/+2
* 2388 - final layer of edit/ loaded successfullyKartik K. Agaram2015-11-071-0/+7
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-8/+8
* 2373 - bad bug: instruction was losing /lookupKartik K. Agaram2015-11-051-0/+12
* 2313Kartik K. Agaram2015-10-291-1/+1
* 2283 - represent each /property as a treeKartik K. Agaram2015-10-261-2/+2
* 2277 - reagents now have a tree of typesKartik K. Agaram2015-10-251-42/+29
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-9/+9
* 2243Kartik K. Agaram2015-10-051-0/+2
* 2241 - back to type-checking get-addressKartik K. Agaram2015-10-051-1/+1
* 2237Kartik K. Agaram2015-10-041-1/+1
* 2234 - check type of get's productKartik K. Agaram2015-10-021-0/+2
* 2227 - offset-checking for containersKartik K. Agaram2015-10-011-2/+6
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-3/+3
* 2220Kartik K. Agaram2015-09-301-0/+3
* 2219Kartik K. Agaram2015-09-301-12/+4
* 2218 - check types in instructions much earlierKartik K. Agaram2015-09-301-3/+48
* 2213 - start moving type checks out of 'run'Kartik K. Agaram2015-09-281-4/+1
* 2199 - stop printing numbers in scientific notationKartik K. Agaram2015-09-141-3/+3
* 2095Kartik K. Agaram2015-08-281-3/+0
* 1988 - handle reagents without typesKartik K. Agaram2015-08-131-1/+1
* 1951 - warn when copying scalars to arrays, etc.Kartik K. Agaram2015-08-071-0/+3
* 1921 - show trace by clicking on codeKartik K. Agaram2015-08-021-2/+2
* 1902Kartik K. Agaram2015-07-301-0/+14
* 1877 - shorten /lookup property to prefix '*'Kartik K. Agaram2015-07-281-0/+20
* 1869 - rename the /deref property to /lookupKartik K. Agaram2015-07-281-17/+17
* 1868 - start using naked literals everywhereKartik K. Agaram2015-07-281-13/+13
* 1864Kartik K. Agaram2015-07-281-1/+13
* 1862Kartik K. Agaram2015-07-281-1/+1
* 1860 - new primitive: $systemKartik K. Agaram2015-07-271-47/+1
* 1848 - core instructions now check for ingredientsKartik K. Agaram2015-07-251-2/+8
* 1844 - explicitly end each trace lineKartik K. Agaram2015-07-251-1/+1
* 1842 - get layers building again after 2 weeksKartik K. Agaram2015-07-241-12/+61
id='n60' href='#n60'>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
152
153
154
155
156
157
158