feat: function (WIP)

This commit is contained in:
2025-05-04 13:58:34 +08:00
parent 63fd380514
commit 6ecd20854a
12 changed files with 228 additions and 79 deletions

View File

@@ -38,6 +38,6 @@ pub enum Value {
Catchable(Catchable),
Thunk,
Func,
PrimOp,
PartialPrimOp,
PrimOp(&'static str),
PartialPrimOp(&'static str),
}