[][src]Module scriptful::core

The core of this library.

Provides all the Item, Stack, Machine and Value goodness.

Modules

item
machine
stack

An ordered sequence of values that can be operated in a LIFO-alike way.

value

Type Definitions

Script

A simple alias for referring an ordered sequence of Items of definite length.