Expand description
Parse Ruso Scripting Language (RSL) source into an AST and compile to
ruso-runtime bytecode.
§Developer documentation
Re-exports§
pub use script::ast;pub use script::ast::Program;pub use script::ast::Stmt;pub use script::ParseError;pub use script::parse;
Modules§
Structs§
- Bytecode
Program - Compiled script ready for the executor (probes, metadata, and instruction stream).
- Qualified
Match
Enums§
Functions§
- compile
- compile_
program - compile_
to_ bytes - encode_
bytecode - load_
program - run
- run_
bytecode - run_
bytes - run_
program - Run a pre-shared [
Arc<BytecodeProgram>] against a single target.