about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* 195 - more cleanupKartik K. Agaram2014-10-312-5/+8
| | | | | All test functions in mu.arc.t now passing cleanly through convert-names. edit.arc.t is still an open sore.
* 194 - cleanup: 'get', 'get-address'Kartik K. Agaram2014-10-311-27/+21
|
* 193Kartik K. Agaram2014-10-311-2/+2
|
* 192 - cleanupKartik K. Agaram2014-10-311-51/+44
| | | | | Decent messages for all assertion failures. Not actually tested though..
* 191Kartik K. Agaram2014-10-311-1/+1
|
* 190 - finally, variable names againKartik K. Agaram2014-10-312-70/+88
| | | | 32 commits and 3 days later.
* 189Kartik K. Agaram2014-10-311-10/+9
|
* 188 - new op: 'prepare-reply'Kartik K. Agaram2014-10-312-4/+31
| | | | | It's needed to allow 'defer' to execute statements on 'reply' without touching the results.
* 187 - return function results by valueKartik K. Agaram2014-10-311-12/+21
|
* 187Kartik K. Agaram2014-10-311-3/+0
|
* 186 - per-call default scopeKartik K. Agaram2014-10-311-2/+2
| | | | | We can't free memory yet, but at least this way we stop using stale scopes by default.
* 185 - make sure functions call by valueKartik K. Agaram2014-10-312-8/+24
| | | | This becomes important in the presence of scopes.
* 184Kartik K. Agaram2014-10-302-1/+13
|
* 183 - global variablesKartik K. Agaram2014-10-302-4/+19
| | | | If an operand has metadata 'global', it isn't offset off default-scope.
* 182Kartik K. Agaram2014-10-302-1/+24
|
* 181 - fix inconsistent metadataKartik K. Agaram2014-10-303-14/+15
| | | | | We have cases where 'type' is stored in memory, so it can't be a literal type like 'offset'.
* 180Kartik K. Agaram2014-10-302-1/+16
|
* 179Kartik K. Agaram2014-10-302-3/+18
|
* 178Kartik K. Agaram2014-10-301-2/+2
|
* 177 - more robust 'die'Kartik K. Agaram2014-10-301-5/+12
|
* 176Kartik K. Agaram2014-10-291-3/+3
|
* 175 - have 'new' write array size automaticallyKartik K. Agaram2014-10-292-3/+2
|
* 174 - experiment: communicating errors between routinesKartik K. Agaram2014-10-292-11/+31
| | | | Who does cleanup? That comes later, with custodians.
* 173Kartik K. Agaram2014-10-291-2/+2
|
* 172 - save completed routines for better white-box testingKartik K. Agaram2014-10-291-6/+8
|
* 171 - rename 'context' to 'routine'Kartik K. Agaram2014-10-291-63/+64
| | | | | Given goroutines, the new name conveys a more accurate connotation of concurrency considerations.
* 170 - stack frame supportKartik K. Agaram2014-10-292-15/+39
| | | | | When the current context has a 'default-scope', directly-addressed memory offsets off of it.
* 169Kartik K. Agaram2014-10-291-11/+10
|
* 168Kartik K. Agaram2014-10-291-1/+4
|
* 167Kartik K. Agaram2014-10-291-37/+38
| | | | Make context a global.
* 166Kartik K. Agaram2014-10-291-3/+3
|
* 165Kartik K. Agaram2014-10-291-10/+10
|
* 164 - start of a simple tangling systemKartik K. Agaram2014-10-292-0/+31
|
* 163 - start of a simple assemblerKartik K. Agaram2014-10-292-2/+45
|
* 162Kartik K. Agaram2014-10-291-4/+4
|
* 161Kartik K. Agaram2014-10-291-2/+2
|
* 160 - fix stale editor testKartik K. Agaram2014-10-283-43/+24
|
* 159 - putting types table in test file was a bad ideaKartik K. Agaram2014-10-282-38/+41
| | | | We could no longer just create .mu files and run them on the command line.
* 158 - stop supporting non-numeric addressesKartik K. Agaram2014-10-281-36/+40
| | | | | That was relying on the underlying host lisp. Next we'll build a simple assembler to get back descriptive variable names.
* 157 - 'new-list' handles integersKartik K. Agaram2014-10-252-11/+55
|
* 156 - new primitive for lifting into tagged-types: 'save-type'Kartik K. Agaram2014-10-242-1/+19
|
* 155Kartik K. Agaram2014-10-241-2/+5
|
* 154 - current stretch goal is to parse the horizon fileKartik K. Agaram2014-10-241-0/+19
|
* 153Kartik K. Agaram2014-10-243-276/+333
|
* 152Kartik K. Agaram2014-10-181-70/+70
|
* 151Kartik K. Agaram2014-10-182-485/+492
|
* 150Kartik K. Agaram2014-10-162-0/+1356
|
* 149 - get rid of 'type' and 'otype' in favor of tagged types for dispatchKartik K. Agaram2014-10-142-71/+61
|
* 148 - better idiom for generic functionsKartik K. Agaram2014-10-142-93/+123
|
* 147Kartik K. Agaram2014-10-142-44/+44
|