Crate knightrs[][src]

Re-exports

pub use environment::Environment;

Modules

environment

Types relating to the execution of Knight code.

function

The functions within Knight.

text

Types relating to the Text.

Structs

Ast
Function

The type that represents functions themselves (eg PROMPT, +, =, etc.) within Knight.

ParseError
Stream
Text

The string type within Knight.

Variable

A variable within Knight.

Enums

Error

An error occurred whilst executing a knight program.

Value

Type Definitions

Boolean

The boolean type within Knight.

Number

The number type within Knight.

Result

A type alias for std::result::Result.