summaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-06-29 13:12:34 +0100
committerubq323 <ubq323@ubq323.website>2024-06-29 13:12:34 +0100
commit83382cb1b46eb17f94f16fbbf05b5e471284d797 (patch)
tree73e8124725984a8c883c158ae50e61693924df9f /vm.h
parentb51136defc2898c868e4a1b60025d5bb57347662 (diff)
add proper tail calls
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index 8479623..1ca2c48 100644
--- a/vm.h
+++ b/vm.h
@@ -61,6 +61,7 @@ typedef enum {
OP_REDO,
OP_CALL,
+ OP_TAILCALL,
OP_ENDSCOPE,
OP_ARRNEW,