Expand description
程序表示与构建逻辑 Nyar 程序内部组件
本模块包含了用于构建、表示和序列化 Nyar 程序的各项组件。
Re-exports§
pub use builder::NyarBuilder;pub use instructions::*;pub use pool::*;pub use types::*;
Modules§
- builder
- 程序构建器
- instructions
- 指令定义与编解码
- pool
- 常量池管理
- types
- 基础类型定义
程序表示与构建逻辑 Nyar 程序内部组件
本模块包含了用于构建、表示和序列化 Nyar 程序的各项组件。
pub use builder::NyarBuilder;pub use instructions::*;pub use pool::*;pub use types::*;