diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-20 00:34:28 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-20 00:34:28 -0700 |
| commit | 25bb4c7651323b6879064cfdfb74d1771f56abca (patch) | |
| tree | 6452f1664d148f18d7c1b1f1c48fcd594bac28a2 /evoke.e | |
| parent | a89cd2c5f5f618eeab16fbef482f30f12640f58b (diff) | |
add a really powerful stack depth tracking feature for transforms to use
also said feature seems to work, which is flatly astonishing just a little more now... Force-Push: yes Change-Id: I1bda7e99e524ac73a761859e86e01251e7d17525
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/evoke.e b/evoke.e index 9bc6979..df59a2a 100644 --- a/evoke.e +++ b/evoke.e @@ -1,6 +1,7 @@ ~ (cat labels.e elf.e transform.e execution.e \ ~ echo 131072 read-to-buffer; \ -~ cat core.e core-plus.e linux.e amd64.e execution-support.e log-load.e; \ +~ cat core.e core-plus.e linux.e output.e \ +~ amd64.e execution-support.e log-load.e; \ ~ echo pyrzqxgl; \ ~ cat evoke.e) \ ~ | ./quine > evoke && chmod 755 evoke && ./evoke |