about summary refs log tree commit diff stats
path: root/subx/apps/survey
Commit message (Collapse)AuthorAgeFilesLines
* .Kartik Agaram2019-05-271-0/+0
| | | | | | '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.
* .Kartik Agaram2019-05-261-0/+0
|
* .Kartik Agaram2019-05-201-0/+0
|
* initial skeleton for survey.subxKartik Agaram2019-05-181-0/+0
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.