diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-20 21:35:05 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-20 21:35:05 -0700 |
| commit | 272c9cf16bbca81ff0e15840c4dc8fd0bbce3ad8 (patch) | |
| tree | c10fbbeccf4b6360211ee70b7566cdd213d10f71 /labels.e | |
| parent | 2fcfc1bcb59e0c1716a6a7dffcad4e0b90790a20 (diff) | |
the entirety of core.e now log-loads
wow!!!!!! wow making this work required implementing comma and keyword in the log-load transform Force-Push: yes Change-Id: If888d89c23389720840b49b72478e4826a15a269
Diffstat (limited to 'labels.e')
| -rw-r--r-- | labels.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labels.e b/labels.e index 27752aa..dcb3914 100644 --- a/labels.e +++ b/labels.e @@ -288,7 +288,7 @@ 0 swap ~ TODO every time you double this to fix a crash, you must publicly ~ apologize for deferring a real fix. those are the rules - 0x10000 allocate dup + 0x40000 allocate dup ~ (iteration count, execution token, output start, output point) { 3 pick 100 > } { 2 pick execute 4 roll 1+ 4 unroll |