diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-17 17:29:09 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-17 17:29:09 -0700 |
| commit | 3b41dbfa2338c11dd8398026c00922f20f32dc81 (patch) | |
| tree | 1761f2b8f2da972b830cf617d194c7c5be5b1535 /evoke.e | |
| parent | 4f1a07da9c87a1560da34b8a96a9de4cdc90f1fc (diff) | |
implement log-load-create; add all the pack/unpack stuff to core.e
Force-Push: yes Change-Id: I04dd65a9eec71f9b50c8875bdcbe5d4be59888d5
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/evoke.e b/evoke.e index 9209efc..607242d 100644 --- a/evoke.e +++ b/evoke.e @@ -1,6 +1,6 @@ -~ (cat labels.e elf.e execution.e transform.e; \ +~ (cat labels.e elf.e transform.e execution.e \ ~ echo 65536 read-to-buffer; \ -~ cat core.e; \ +~ cat core.e core-plus.e log-load.e; \ ~ echo pyrzqxgl; \ ~ cat evoke.e) \ ~ | ./quine > evoke && chmod 755 evoke && ./evoke @@ -8,7 +8,7 @@ s" source-to-precompile" variable 1024 read-to-buffer -: foo 4 . ; +: fooze 4 . ; pyrzqxgl s" source-to-copy-to-log" variable |