Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 211 - update html for reading | Kartik K. Agaram | 2014-11-01 | 1 | -1/+1 |
| | |||||
* | 210 - go over mu.arc.t narrative | Kartik K. Agaram | 2014-11-01 | 1 | -37/+66 |
| | |||||
* | 209 | Kartik K. Agaram | 2014-11-01 | 1 | -2/+19 |
| | |||||
* | 208 | Kartik K. Agaram | 2014-11-01 | 1 | -42/+42 |
| | |||||
* | 207 | Kartik K. Agaram | 2014-11-01 | 1 | -139/+137 |
| | |||||
* | 206 | Kartik K. Agaram | 2014-11-01 | 1 | -5/+5 |
| | |||||
* | 206 | Kartik K. Agaram | 2014-11-01 | 1 | -4/+4 |
| | |||||
* | 205 | Kartik K. Agaram | 2014-11-01 | 1 | -2/+2 |
| | |||||
* | 204 | Kartik K. Agaram | 2014-11-01 | 1 | -2/+2 |
| | | | | Make 'idiv' test easier to read. | ||||
* | 203 | Kartik K. Agaram | 2014-11-01 | 1 | -2/+6 |
| | |||||
* | 199 - fix 'index' like 'get' in 190 | Kartik K. Agaram | 2014-11-01 | 1 | -1/+74 |
| | |||||
* | 197 - length of array pointer | Kartik K. Agaram | 2014-11-01 | 1 | -0/+18 |
| | |||||
* | 196 | Kartik K. Agaram | 2014-10-31 | 1 | -2/+2 |
| | |||||
* | 195 - more cleanup | Kartik K. Agaram | 2014-10-31 | 1 | -2/+3 |
| | | | | | All test functions in mu.arc.t now passing cleanly through convert-names. edit.arc.t is still an open sore. | ||||
* | 190 - finally, variable names again | Kartik K. Agaram | 2014-10-31 | 1 | -3/+8 |
| | | | | 32 commits and 3 days later. | ||||
* | 188 - new op: 'prepare-reply' | Kartik K. Agaram | 2014-10-31 | 1 | -0/+21 |
| | | | | | It's needed to allow 'defer' to execute statements on 'reply' without touching the results. | ||||
* | 185 - make sure functions call by value | Kartik K. Agaram | 2014-10-31 | 1 | -0/+14 |
| | | | | This becomes important in the presence of scopes. | ||||
* | 184 | Kartik K. Agaram | 2014-10-30 | 1 | -0/+11 |
| | |||||
* | 183 - global variables | Kartik K. Agaram | 2014-10-30 | 1 | -0/+14 |
| | | | | If an operand has metadata 'global', it isn't offset off default-scope. | ||||
* | 182 | Kartik K. Agaram | 2014-10-30 | 1 | -0/+22 |
| | |||||
* | 181 - fix inconsistent metadata | Kartik K. Agaram | 2014-10-30 | 1 | -8/+8 |
| | | | | | We have cases where 'type' is stored in memory, so it can't be a literal type like 'offset'. | ||||
* | 180 | Kartik K. Agaram | 2014-10-30 | 1 | -0/+14 |
| | |||||
* | 179 | Kartik K. Agaram | 2014-10-30 | 1 | -1/+14 |
| | |||||
* | 174 - experiment: communicating errors between routines | Kartik K. Agaram | 2014-10-29 | 1 | -2/+16 |
| | | | | Who does cleanup? That comes later, with custodians. | ||||
* | 173 | Kartik K. Agaram | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | 170 - stack frame support | Kartik K. Agaram | 2014-10-29 | 1 | -0/+14 |
| | | | | | When the current context has a 'default-scope', directly-addressed memory offsets off of it. | ||||
* | 166 | Kartik K. Agaram | 2014-10-29 | 1 | -3/+3 |
| | |||||
* | 165 | Kartik K. Agaram | 2014-10-29 | 1 | -10/+10 |
| | |||||
* | 164 - start of a simple tangling system | Kartik K. Agaram | 2014-10-29 | 1 | -0/+13 |
| | |||||
* | 163 - start of a simple assembler | Kartik K. Agaram | 2014-10-29 | 1 | -0/+13 |
| | |||||
* | 161 | Kartik K. Agaram | 2014-10-29 | 1 | -2/+2 |
| | |||||
* | 159 - putting types table in test file was a bad idea | Kartik K. Agaram | 2014-10-28 | 1 | -38/+7 |
| | | | | We could no longer just create .mu files and run them on the command line. | ||||
* | 157 - 'new-list' handles integers | Kartik K. Agaram | 2014-10-25 | 1 | -9/+37 |
| | |||||
* | 156 - new primitive for lifting into tagged-types: 'save-type' | Kartik K. Agaram | 2014-10-24 | 1 | -1/+15 |
| | |||||
* | 155 | Kartik K. Agaram | 2014-10-24 | 1 | -2/+5 |
| | |||||
* | 153 | Kartik K. Agaram | 2014-10-24 | 1 | -69/+79 |
| | |||||
* | 152 | Kartik K. Agaram | 2014-10-18 | 1 | -70/+70 |
| | |||||
* | 151 | Kartik K. Agaram | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | 149 - get rid of 'type' and 'otype' in favor of tagged types for dispatch | Kartik K. Agaram | 2014-10-14 | 1 | -67/+61 |
| | |||||
* | 148 - better idiom for generic functions | Kartik K. Agaram | 2014-10-14 | 1 | -91/+106 |
| | |||||
* | 147 | Kartik K. Agaram | 2014-10-14 | 1 | -33/+33 |
| | |||||
* | 144 | Kartik K. Agaram | 2014-10-14 | 1 | -0/+7 |
| | |||||
* | 143 | Kartik K. Agaram | 2014-10-12 | 1 | -7/+7 |
| | |||||
* | 142 - helper for lists | Kartik K. Agaram | 2014-10-12 | 1 | -1/+1 |
| | | | | | Amazing how easy it was to just dump the trace and diff, compared to my old approach of adding new traces and rerunning. | ||||
* | 141 - list nodes using tagged-value | Kartik K. Agaram | 2014-10-12 | 1 | -1/+46 |
| | |||||
* | 140 | Kartik K. Agaram | 2014-10-12 | 1 | -3/+16 |
| | |||||
* | 139 | Kartik K. Agaram | 2014-10-12 | 1 | -1/+14 |
| | |||||
* | 138 | Kartik K. Agaram | 2014-10-12 | 1 | -5/+3 |
| | | | | | | | | Current todo stack: trace-based assert new-tagged-value - assert that first arg has size 1 test constructing list manually new-list | ||||
* | 137 | Kartik K. Agaram | 2014-10-12 | 1 | -3/+38 |
| | |||||
* | 135 | Kartik K. Agaram | 2014-10-12 | 1 | -0/+16 |
| |