Crate rat_in_a_tube

Source

Structs§

CompileError
Diagnostic message generated on warning or error.
CompiledGlobal
Compiled global result.
CompiledNode
Compiled node result.
CompiledScript
Compiled script result.
CompiledScriptData
Result of a successful compilation.
CompiledScriptParameter
Script parameter
Compiler
Compiler instance.

Enums§

CompileErrorType
Error type for CompileError.
CompileTarget
Compile target to use. This determines available features, such as functions.
NodeData
Data of the node.
NodeType
Type of the node.
PrimitiveType
Primitive type
ScriptType
Script type which determines how a script is run and parsed.
ValueType
Value type, used for typing for parameters, return types, and globals