diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-05-25 23:47:49 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-05-25 23:47:49 -0700 |
commit | 561028444397d2722130ef3bbf4a403acf7964b4 (patch) | |
tree | 1917d966a501d5a24aa51ddf08c9d1a5c5dd2c65 /subx/apps/factorial | |
parent | bd31dbe85418b05a5f9e101525a829c48aa9bf37 (diff) | |
download | mu-561028444397d2722130ef3bbf4a403acf7964b4.tar.gz |
new primitive: parse-array-of-ints
Mostly for tests. For every new type we want to compare in a test, we're now going to start using some primitive that can parse its value from string. In this manner we can get syntax for literals in machine code. Open question: parsing aggregates of aggregates. Like an array of structs. This is the first time we allocate from the heap in standard library tests. So we now need to start initializing the heap in all our apps.
Diffstat (limited to 'subx/apps/factorial')
-rwxr-xr-x | subx/apps/factorial | bin | 19346 -> 20063 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/subx/apps/factorial b/subx/apps/factorial
index 828f3064..02c3a2d4 100755
--- a/subx/apps/factorial
+++ b/subx/apps/factorial
Binary files differ |