Commit Graph

8970 Commits

Author SHA1 Message Date
Kartik K. Agaram
d43f0c54e2 119 - 'continue' was badly broken 2014-10-07 13:26:01 -07:00
Kartik K. Agaram
9dca5395f6 118 - persist all test traces 2014-10-07 10:31:22 -07:00
Kartik K. Agaram
2f47e5664f 117 - simplify old tests to use literals 2014-10-07 09:29:40 -07:00
Kartik K. Agaram
426e99b4cb 116 - retire 'literal' instruction now that we have 'literal' addressing 2014-10-07 08:42:54 -07:00
Kartik K. Agaram
0f23630451 115 2014-10-07 08:32:45 -07:00
Kartik K. Agaram
48052ed2df 114 - break/continue always available 2014-10-07 08:32:28 -07:00
Kartik K. Agaram
45b1e1f676 113 - slight progress working with screen 2D array
Why did it take forever to realize nobody will set the array length, that I
have to do it for myself?
2014-10-06 23:39:13 -07:00
Kartik K. Agaram
ec690bf30d 112 2014-10-06 22:58:06 -07:00
Kartik K. Agaram
62fc8a7b99 111 - no, can't mix array and record access
records need literal offsets; arrays need variables.
2014-10-05 20:03:03 -07:00
Kartik K. Agaram
daff44a21e 110 - 107 for 'get-address' 2014-10-05 15:10:29 -07:00
Kartik K. Agaram
2b9727b181 109 2014-10-05 15:07:52 -07:00
Kartik K. Agaram
5fca71f1ee 108 2014-10-05 15:02:55 -07:00
Kartik K. Agaram
bf6a25faa9 107 - 'get' can now take an address 2014-10-05 15:02:28 -07:00
Kartik K. Agaram
ecbd043693 106 2014-10-05 14:35:57 -07:00
Kartik K. Agaram
245609e3b2 105 2014-10-05 14:26:04 -07:00
Kartik K. Agaram
35366e91d9 104 - writing to fields/indices 2014-10-05 11:34:23 -07:00
Kartik K. Agaram
5858585951 103 - error on unknown op 2014-10-05 11:33:25 -07:00
Kartik K. Agaram
3b0b336e87 102 - fold 'aref' into 'get'
Also separate op for length of an array.
2014-10-05 11:32:25 -07:00
Kartik K. Agaram
5812830d53 101 2014-10-05 10:51:28 -07:00
Kartik K. Agaram
ea1cfd5233 100 2014-10-05 10:44:14 -07:00
Kartik K. Agaram
e70ce4ba79 99 - edit.mu looks much cleaner now 2014-10-05 10:41:14 -07:00
Kartik K. Agaram
186e188402 98 - getting sick of loading literals before use 2014-10-05 10:36:09 -07:00
Kartik K. Agaram
b982e863fa 97 2014-10-05 10:31:38 -07:00
Kartik K. Agaram
2bf8a81dbc 96 2014-10-05 10:31:27 -07:00
Kartik K. Agaram
bdadc933ef 95 2014-10-04 23:00:19 -07:00
Kartik K. Agaram
133401ecbc 94 - old multiprocessing experiment 2014-10-04 20:55:03 -07:00
Kartik K. Agaram
6e56bf32cc 93 - new project: a text-mode editor
New planet racket dependency: neil/charterm:3:1
2014-10-04 20:18:55 -07:00
Kartik K. Agaram
033d558a10 92 2014-08-31 11:27:58 -07:00
Kartik K. Agaram
339001ea83 91 - just implement ops natively to maintain momentum 2014-08-31 11:26:07 -07:00
Kartik K. Agaram
dba1112cd9 90 2014-08-31 11:20:28 -07:00
Kartik K. Agaram
f3b0f4dc05 89 - a simple round-robin scheduler 2014-08-28 20:44:16 -07:00
Kartik K. Agaram
aa66c8327d 88 - a different trace testing helper
Verifies a set of lines in order.
2014-08-28 20:43:11 -07:00
Kartik K. Agaram
a1ef151196 87 2014-08-28 19:54:37 -07:00
Kartik K. Agaram
2f2c241800 86 2014-08-28 19:53:57 -07:00
Kartik K. Agaram
0832cc89dc 85 - trace testing ahoy (http://akkartik.name/post/tracing-tests) 2014-08-28 19:53:41 -07:00
Kartik K. Agaram
c532f0ab5f 84 2014-08-28 19:23:38 -07:00
Kartik K. Agaram
c140d9cc5f 83 - extract a function to run a short slice of instructions 2014-08-28 16:47:09 -07:00
Kartik K. Agaram
fbe15a986a 82 2014-08-28 16:40:28 -07:00
Kartik K. Agaram
d95ed21da9 81 - reify machine state into a 'context' variable
Beginning of concurrency primitives.
2014-08-28 14:55:10 -07:00
Kartik K. Agaram
576d603f8f 80 2014-08-27 16:24:40 -07:00
Kartik K. Agaram
3561e8513d 79 - purge unnecessary macros
Noob mistake.
2014-08-26 22:05:30 -07:00
Kartik K. Agaram
92819aa5e3 78 2014-08-26 22:00:38 -07:00
Kartik K. Agaram
230415b4e1 77 - 'new' in the interpreter
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.
2014-08-26 21:55:21 -07:00
Kartik K. Agaram
91226d7c76 76 2014-08-26 11:52:16 -07:00
Kartik K. Agaram
817b7e0be0 75 2014-08-26 10:17:55 -07:00
Kartik K. Agaram
e63534dd85 74 2014-08-23 10:22:57 -07:00
Kartik K. Agaram
ad9e48b34b 73 2014-08-23 10:17:33 -07:00
Kartik K. Agaram
2ee76bda37 72 - broken
Thoroughly confused about how to manage memory at initialization time, and how
to maintain type information in the simulated machine.
2014-08-22 11:30:36 -07:00
Kartik K. Agaram
1f18a4fd0a 71 2014-08-22 11:05:51 -07:00
Kartik K. Agaram
2b15484f33 70 2014-08-22 10:47:44 -07:00