about summary refs log tree commit diff stats
path: root/subx/apps/survey
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-21 22:34:15 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-21 23:29:38 -0700
commit0d219f0a732d81dad124906f5594a06b023fa3a0 (patch)
tree1e450a89e25e609c900c57edfb88ded4e96cf8da /subx/apps/survey
parentac8a9396b96259ed2d068abf30863540a21648f3 (diff)
downloadmu-0d219f0a732d81dad124906f5594a06b023fa3a0.tar.gz
5438 - raise error on uppercase hex
We can now translate layers 49-56 using the self-hosted translator
(`translate` and `ntranslate`).

As a follow-up to commit 5404, the self-hosted translator is a little
more strict than the C++ translator in 3 places:

a) All .subx files must define a data segment.

b) All .subx files must define an `Entry` label.

c) All numbers must be in *lowercase* hex.

In all cases, where programs work with the C++ translator but violate
the self-hosted translator's assumptions, we must make sure we raise
errors rather than silently emit bad code.
Diffstat (limited to 'subx/apps/survey')
-rwxr-xr-xsubx/apps/surveybin42817 -> 42976 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/survey b/subx/apps/survey
index 4d30e651..299ea71c 100755
--- a/subx/apps/survey
+++ b/subx/apps/survey
Binary files differ