about summary refs log tree commit diff stats
path: root/mu.arc.t
Commit message (Collapse)AuthorAgeFilesLines
...
* 228 - rudimentary read from channelKartik K. Agaram2014-11-041-1/+22
|
* 225 - simple writes to channelKartik K. Agaram2014-11-041-0/+17
|
* 224Kartik K. Agaram2014-11-041-7/+9
|
* 223Kartik K. Agaram2014-11-041-0/+9
|
* 221Kartik K. Agaram2014-11-041-0/+15
|
* 220 - stop creating empty tracesKartik K. Agaram2014-11-041-10/+10
|
* 219Kartik K. Agaram2014-11-031-0/+7
|
* 218Kartik K. Agaram2014-11-031-0/+3
|
* 215 - allow record fields to be namedKartik K. Agaram2014-11-031-0/+21
|
* 214Kartik K. Agaram2014-11-031-11/+11
|
* 213 - bring back the fork exampleKartik K. Agaram2014-11-011-0/+12
|
* 211 - update html for readingKartik K. Agaram2014-11-011-1/+1
|
* 210 - go over mu.arc.t narrativeKartik K. Agaram2014-11-011-37/+66
|
* 209Kartik K. Agaram2014-11-011-2/+19
|
* 208Kartik K. Agaram2014-11-011-42/+42
|
* 207Kartik K. Agaram2014-11-011-139/+137
|
* 206Kartik K. Agaram2014-11-011-5/+5
|
* 206Kartik K. Agaram2014-11-011-4/+4
|
* 205Kartik K. Agaram2014-11-011-2/+2
|
* 204Kartik K. Agaram2014-11-011-2/+2
| | | | Make 'idiv' test easier to read.
* 203Kartik K. Agaram2014-11-011-2/+6
|
* 199 - fix 'index' like 'get' in 190Kartik K. Agaram2014-11-011-1/+74
|
* 197 - length of array pointerKartik K. Agaram2014-11-011-0/+18
|
* 196Kartik K. Agaram2014-10-311-2/+2
|
* 195 - more cleanupKartik K. Agaram2014-10-311-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 againKartik K. Agaram2014-10-311-3/+8
| | | | 32 commits and 3 days later.
* 188 - new op: 'prepare-reply'Kartik K. Agaram2014-10-311-0/+21
| | | | | It's needed to allow 'defer' to execute statements on 'reply' without touching the results.
* 185 - make sure functions call by valueKartik K. Agaram2014-10-311-0/+14
| | | | This becomes important in the presence of scopes.
* 184Kartik K. Agaram2014-10-301-0/+11
|
* 183 - global variablesKartik K. Agaram2014-10-301-0/+14
| | | | If an operand has metadata 'global', it isn't offset off default-scope.
* 182Kartik K. Agaram2014-10-301-0/+22
|
* 181 - fix inconsistent metadataKartik K. Agaram2014-10-301-8/+8
| | | | | We have cases where 'type' is stored in memory, so it can't be a literal type like 'offset'.
* 180Kartik K. Agaram2014-10-301-0/+14
|
* 179Kartik K. Agaram2014-10-301-1/+14
|
* 174 - experiment: communicating errors between routinesKartik K. Agaram2014-10-291-2/+16
| | | | Who does cleanup? That comes later, with custodians.
* 173Kartik K. Agaram2014-10-291-2/+2
|
* 170 - stack frame supportKartik K. Agaram2014-10-291-0/+14
| | | | | When the current context has a 'default-scope', directly-addressed memory offsets off of it.
* 166Kartik K. Agaram2014-10-291-3/+3
|
* 165Kartik K. Agaram2014-10-291-10/+10
|
* 164 - start of a simple tangling systemKartik K. Agaram2014-10-291-0/+13
|
* 163 - start of a simple assemblerKartik K. Agaram2014-10-291-0/+13
|
* 161Kartik K. Agaram2014-10-291-2/+2
|
* 159 - putting types table in test file was a bad ideaKartik K. Agaram2014-10-281-38/+7
| | | | We could no longer just create .mu files and run them on the command line.
* 157 - 'new-list' handles integersKartik K. Agaram2014-10-251-9/+37
|
* 156 - new primitive for lifting into tagged-types: 'save-type'Kartik K. Agaram2014-10-241-1/+15
|
* 155Kartik K. Agaram2014-10-241-2/+5
|
* 153Kartik K. Agaram2014-10-241-69/+79
|
* 152Kartik K. Agaram2014-10-181-70/+70
|
* 151Kartik K. Agaram2014-10-181-1/+1
|
* 149 - get rid of 'type' and 'otype' in favor of tagged types for dispatchKartik K. Agaram2014-10-141-67/+61
|