feat: generalize Stack

This commit is contained in:
2025-05-15 11:20:59 +08:00
parent 2293b9e2de
commit 3e7a8a1c05
3 changed files with 17 additions and 18 deletions

View File

@@ -5,6 +5,7 @@
mod builtins;
mod bytecode;
mod ty;
mod stack;
pub mod compile;
pub mod error;