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. - Parse
Error - Stream
- Text
- The string type within Knight.
Enums§
Type Aliases§
- Boolean
- The boolean type within Knight.
- Number
- The number type within Knight.
- Result
- A type alias for
std::result::Result
.