summary refs log tree commit diff
path: root/dynamic.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-22 00:58:23 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-22 00:58:23 -0700
commit725af82ad48c1d6275a2e9ef6ef88f1c89f2e929 (patch)
tree0c6c87ea4419c09ea09cefc0fc91e828a8b0e91e /dynamic.e
parented702c3b88953112a3682c818a6e801549e1b461 (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.e3
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
 ~ ~~~~~~~~~~~~~~~~