Module tokay::value

source · []
Expand description

Tokay value and object representation

Re-exports

pub use self::str::Str;
pub use dict::Dict;
pub use list::List;
pub use token::Token;
pub use value::Value;

Modules

Dictionary object

List object

String object

Token callables represented by Value::Token

Tokay value

Structs

Parselet is the conceptual building block of a Tokay program.

Traits

Describes an interface to a callable object.

Type Definitions