elixush v0.0.2 Elixush.Instructions.IO

Summary

Functions

Allows Push to handle inN instructions, e.g. in2, using things from the input stack. We can tell whether a particular inN instruction is valid if N-1 values are on the input stack. Recognizes vectors, simple literals and quoted code

Functions

handle_input_instruction(instr, state)

Allows Push to handle inN instructions, e.g. in2, using things from the input stack. We can tell whether a particular inN instruction is valid if N-1 values are on the input stack. Recognizes vectors, simple literals and quoted code.