Skip to main content

Module scripting

Module scripting 

Source

Re-exports§

pub use block_effect_analyzer::*;
pub use host::*;
pub use lowering::*;
pub use object::*;
pub use parser::*;
pub use runner::*;
pub use token::*;
pub use tokenizer::*;
pub use world_evaluator::*;

Modules§

ast
block_effect_analyzer
component_method_registry
component_registry
host
lowering
object
parser
repl
runner
token
tokenizer
transform
unparser
world_evaluator

Structs§

AssignmentStatement
BlockStatement
CallExpression
A free-standing function call: foo(a, b) or a method call obj.method(a, b).
ComponentExpression
A component expression: the declarative tree-building form.
ConstructorCall
A constructor or chained builder call on a component expression header.
Ident
IfStatement
ReturnStatement
Span

Enums§

BinOpKind
Expression
Statement
UnaryOpKind