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 /labels.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 'labels.e')
| -rw-r--r-- | labels.e | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/labels.e b/labels.e index d3d95ac..6175128 100644 --- a/labels.e +++ b/labels.e @@ -300,5 +300,7 @@ exit } if drop dup reset-labels } while + ~ TODO run some analysis on the labels to detect labels that are never + ~ defined, but are referenced. List them. drop drop drop ." Failed after " . ." iterations." newline ; |