generic signal instructions

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-14 00:54:22 -05:00
parent 616b33fe20
commit d59c175629

View File

@ -232,9 +232,9 @@
(state/push-to-stack popped-state stack indexed-item))
state)))
;; 11 types x 13 functions = 143 instructions
;; 12 types x 13 functions = 156 instructions
(generate-instructions
[:boolean :char :code :exec :float :integer :string
:vector_boolean :vector_float :vector_integer :vector_string]
:vector_boolean :vector_float :vector_integer :vector_string :signal]
[_dup _dup_times _dup_items _empty _eq _flush _pop _rot _shove
_stack_depth _swap _yank _yank_dup _deep_dup])