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

Function

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

Stream
Text

The string type within Knight.

Variable

A variable within Knight.

Enums

Error

An error occurred whilst executing a knight program.

ParseError

The error type used to indicate an error whilst parsing Knight source code.

Value

Type Definitions

Boolean

The boolean type within Knight.

Number

The number type within Knight.