Commit Graph

9 Commits

Author SHA1 Message Date
Kartik Agaram
acdd7a7a68 . 2019-06-13 01:08:02 -07:00
Kartik Agaram
55ea211d87 flesh out survey tests 2019-06-12 10:18:51 -07:00
Kartik Agaram
66bce436b3 .
Now that we don't have to edit code to run a single test, delete that
commented out fragment everywhere.
2019-06-12 00:13:34 -07:00
Kartik Agaram
35272969cf Fix stale initialize-trace-stream 2019-06-08 12:38:53 -07:00
Kartik Agaram
965dd1bf56 .
'get-or-insert-stream' is now the more generic 'get-or-insert' that can
handle tables of any value type. But callers have to be careful to cast
values to the right type.
2019-05-27 11:11:36 -07:00
Kartik Agaram
7c575de40d . 2019-05-26 13:18:16 -07:00
Kartik Agaram
bd31dbe854 .
hoist 'Heap' variable into the std library in anticipation of the parse-array-of-ints
primitive.
2019-05-25 00:45:31 -07:00
Kartik Agaram
90fd6a669a .
add lengths to data blobs
2019-05-19 12:47:21 -07:00
Kartik Agaram
2a72df4a57 initial skeleton for survey.subx
Start of the final phase needed to implement SubX in SubX:

  $ cat files.subx ... |dquotes |assort |pack |survey |hex > a.elf

survey.subx is responsible for assigning addresses to labels and segments.
2019-05-18 14:30:50 -07:00