about summary refs log tree commit diff stats
path: root/subx/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-29 16:22:40 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-29 16:34:47 -0700
commitf94442fe2da11e3938f01b3065546b36313ef342 (patch)
treeda514f0b7ea1319e9887169d3e675e65eee99b17 /subx/apps
parent3d94e2db0e809530f277220c5d5fea6996ee47d6 (diff)
downloadmu-f94442fe2da11e3938f01b3065546b36313ef342.tar.gz
4736
We'll use a common stream data structure for input and output streams.

Having separate types makes more sense in a more high-level language, where
we have type checking and where functions for handling the different types
are more concise. But in machine code the sweet spot is more toward fewer
types.
Diffstat (limited to 'subx/apps')
-rwxr-xr-xsubx/apps/crenshaw2-1bin3334 -> 3345 bytes
-rwxr-xr-xsubx/apps/factorialbin3351 -> 3362 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/crenshaw2-1 b/subx/apps/crenshaw2-1
index 9ac09053..2c20170f 100755
--- a/subx/apps/crenshaw2-1
+++ b/subx/apps/crenshaw2-1
Binary files differdiff --git a/subx/apps/factorial b/subx/apps/factorial
index 540b6c82..4a36fa37 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ