Expand description
搂Rat贸n 馃悂
A tiny, highly modular, embeddable, dynamically typed scripting language with a bytecode VM, intended for use in games.
Modules搂
- ast
- Abstract syntax tree type definitions.
- bytecode
- Bytecode type definitions.
- compiler
- Compile a program abstract-syntax-tree to bytecode.
- prelude
- Commonly used symbols.
- runtime
- Run compiled bytecode.
Enums搂
- Binary
Operator - An operator that takes two operands.
- Unary
Operator - An operator that takes one operand.
- Value
- A value, used an argument, operand, or return value.