Expand description
Rust AST wrapper for REPL scaffolding
Wraps user code with necessary boilerplate for REPL execution:
- Entry point functions
- Variable store access
- Export declarations
Based on ODD-0026 Section 2.1
Structs§
- Rust
AstWrapper - Wraps Rust code for REPL execution
Enums§
- Wrapper
Error - Wrapper errors