about summary refs log tree commit diff stats
path: root/mu.arc
Commit message (Collapse)AuthorAgeFilesLines
...
* 97Kartik K. Agaram2014-10-051-1/+1
|
* 96Kartik K. Agaram2014-10-051-0/+3
|
* 95Kartik K. Agaram2014-10-041-18/+19
|
* 94 - old multiprocessing experimentKartik K. Agaram2014-10-041-1/+8
|
* 93 - new project: a text-mode editorKartik K. Agaram2014-10-041-0/+17
| | | | New planet racket dependency: neil/charterm:3:1
* 92Kartik K. Agaram2014-08-311-2/+2
|
* 91 - just implement ops natively to maintain momentumKartik K. Agaram2014-08-311-0/+3
|
* 90Kartik K. Agaram2014-08-311-5/+5
|
* 89 - a simple round-robin schedulerKartik K. Agaram2014-08-281-5/+13
|
* 88 - a different trace testing helperKartik K. Agaram2014-08-281-13/+30
| | | | Verifies a set of lines in order.
* 87Kartik K. Agaram2014-08-281-2/+5
|
* 86Kartik K. Agaram2014-08-281-6/+0
|
* 85 - trace testing ahoy (http://akkartik.name/post/tracing-tests)Kartik K. Agaram2014-08-281-0/+26
|
* 84Kartik K. Agaram2014-08-281-45/+59
|
* 83 - extract a function to run a short slice of instructionsKartik K. Agaram2014-08-281-30/+38
|
* 82Kartik K. Agaram2014-08-281-6/+12
|
* 81 - reify machine state into a 'context' variableKartik K. Agaram2014-08-281-45/+70
| | | | Beginning of concurrency primitives.
* 80Kartik K. Agaram2014-08-271-2/+0
|
* 79 - purge unnecessary macrosKartik K. Agaram2014-08-261-22/+18
| | | | Noob mistake.
* 78Kartik K. Agaram2014-08-261-3/+2
|
* 77 - 'new' in the interpreterKartik K. Agaram2014-08-261-0/+26
| | | | | | | | Next we'll try to reimplement it on the simulated machine. But for now, sys.arc is extraneous. Debugging this, the commented out prints started to become onerous enough I couldn't bear to keep them.
* 76Kartik K. Agaram2014-08-261-1/+5
|
* 75Kartik K. Agaram2014-08-261-1/+1
|
* 72 - brokenKartik K. Agaram2014-08-221-1/+3
| | | | | Thoroughly confused about how to manage memory at initialization time, and how to maintain type information in the simulated machine.
* 71Kartik K. Agaram2014-08-221-0/+1
|
* 70Kartik K. Agaram2014-08-221-0/+1
|
* 69Kartik K. Agaram2014-08-211-8/+8
|
* 68Kartik K. Agaram2014-08-211-14/+16
|
* 67Kartik K. Agaram2014-08-211-2/+2
|
* 66 - bounds checkingKartik K. Agaram2014-08-211-5/+12
| | | | | Currently baked into the processor model, but eventually will be emitted in generated code.
* 65 - separate op for array indexingKartik K. Agaram2014-08-211-3/+4
| | | | 'get' no longer supports that case; that was confusing.
* 64Kartik K. Agaram2014-08-211-7/+7
|
* 63Kartik K. Agaram2014-08-211-3/+6
|
* 62Kartik K. Agaram2014-08-211-14/+20
|
* 61 - 'get' for array accessKartik K. Agaram2014-08-211-5/+14
| | | | | get _ 0 => retrieves array length get _ n => retrieves index n-1
* 60Kartik K. Agaram2014-08-211-6/+11
|
* 59Kartik K. Agaram2014-08-201-8/+8
|
* 58Kartik K. Agaram2014-08-201-9/+11
|
* 57 - multi-word or multi-field opsKartik K. Agaram2014-08-191-7/+25
|
* 56 - 'get' for record accessKartik K. Agaram2014-08-191-6/+17
|
* 53 - simplest possible allocator: just one word at a timeKartik K. Agaram2014-08-191-0/+8
| | | | But with tests this time.
* 51Kartik K. Agaram2014-08-191-1/+6
|
* 50Kartik K. Agaram2014-08-181-10/+8
|
* 48Kartik K. Agaram2014-08-021-4/+0
|
* 47Kartik K. Agaram2014-08-021-13/+1
|
* 46 - there's no continue bug after all in anarkiKartik K. Agaram2014-08-021-2/+2
|
* 45 - 'deref' metadata working in output argsKartik K. Agaram2014-07-311-85/+100
| | | | | Likely still some erroneous corner cases. What happens if I try to write indirectly to a boolean value? Should raise a reasonable error.
* 44 - now 'deref' is a bit of metadata on any operand rather than a special opKartik K. Agaram2014-07-311-4/+9
| | | | Still only works in read, and only in a single instruction. But these are details.
* 11 - fix 'deref'Kartik K. Agaram2014-07-311-1/+1
| | | | It was broken since commit 7.
* 10 - slightly more DRYKartik K. Agaram2014-07-311-6/+12
|