generic signal instructions
This commit is contained in:
parent
616b33fe20
commit
d59c175629
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user