This commit is contained in:
Folkert 2020-10-16 00:18:40 +02:00
parent d0f031fe6c
commit 40ffca2b7b
16 changed files with 511 additions and 200 deletions

View file

@ -604,6 +604,7 @@ define_builtins! {
9 ARG_8: "#arg8"
10 INC: "#inc" // internal function that increments the refcount
11 DEC: "#dec" // internal function that increments the refcount
12 ARG_CLOSURE: "#arg_closure" // symbol used to store the closure record
}
1 NUM: "Num" => {
0 NUM_NUM: "Num" imported // the Num.Num type alias