Virtual machine
Instructions
nil
, float64
, symbol
, local
, get
, set
, length
, add
, subtract
, multiply
, divide
, call
, closure
, equal
, array
, drop
, dump
, jump
, return
nil
, float64
, symbol
: Pushes a constant.
local
: Gets a value of a local variable.
get
: Gets a value from an array.
set
: Sets a value to an array.