Crate knightrs

Source

Re-exports§

pub use environment::Environment;
pub use environment::Variable;

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.

Enums§

Error
An error occurred whilst executing a knight program.
Value

Type Aliases§

Boolean
The boolean type within Knight.
Number
The number type within Knight.
Result
A type alias for std::result::Result.