Crate stackr_rs

Source

Structs§

Address
Address in RAM.
Interpreter
The core interpreter object. Takes in a custom defined state that can be modified by built-ins.
Location
Location of a token/word in the source code.

Enums§

Value
A value that is stored in RAM or on the stack.

Type Aliases§

BuiltIn
A type alias for the operation a built-in word performs.
Err
A type alias for an error.
Number
A type alias for a number.