Expand description

The core of this library.

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

Modules

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

Traits

Generic error trait for all errors defined in this crate.

Type Definitions

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

Convenient type alias for &Script<Op, Val>.