diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-24 19:31:20 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-24 19:31:20 -0700 |
| commit | db39fec4b6acdef6e9e03a69d2727a2ae4bcb5ba (patch) | |
| tree | f92fd135838e1c3c4cabbd59bdb713726614c1ba /output.e | |
| parent | fa77a37199208fa207202e62f409e1371c5f03f3 (diff) | |
added a program, hex.e, which will be the bootstrap strategy
also added some instructions it needed Force-Push: yes Change-Id: Ia35280e2696167eb0662a5c3a9dc47840438da56
Diffstat (limited to 'output.e')
| -rw-r--r-- | output.e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/output.e b/output.e index 5c4b31d..9ab3aa1 100644 --- a/output.e +++ b/output.e @@ -105,6 +105,8 @@ ~ recursion, and lets us stick entirely with the trivial control-flow ~ constructs we already have. ~ +~ TODO add a variant that writes to a string +~ ~ (integer to print, base to print in, width to zero-pad to --) : .base-unsigned ~ (input, base, width) |