diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-22 00:58:23 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-22 00:58:23 -0700 |
| commit | 725af82ad48c1d6275a2e9ef6ef88f1c89f2e929 (patch) | |
| tree | 0c6c87ea4419c09ea09cefc0fc91e828a8b0e91e /dynamic.e | |
| parent | ed702c3b88953112a3682c818a6e801549e1b461 (diff) | |
yesssss the interpreter fully works, wow
haven't checked if it can compile itself yet :) Force-Push: yes Change-Id: I144981a04f09ecd0e9150369663ae8115bd39bdd
Diffstat (limited to 'dynamic.e')
| -rw-r--r-- | dynamic.e | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dynamic.e b/dynamic.e index 2edcc13..773511f 100644 --- a/dynamic.e +++ b/dynamic.e @@ -204,6 +204,9 @@ newline ; +: bye 0 sys-exit ; + + ~ Log manipulation ~ ~~~~~~~~~~~~~~~~ |