Crate raton

Crate raton 

Source
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

BinaryOperator
An operator that takes two operands.
UnaryOperator
An operator that takes one operand.
Value
A value, used an argument, operand, or return value.