rm integer atoms

This commit is contained in:
2026-01-22 13:29:49 -06:00
parent 420c2b859a
commit b60e79ccad
6 changed files with 552 additions and 1996 deletions

View File

@@ -75,7 +75,6 @@ DEF( push_false, 1, 0, 1, none)
DEF( push_true, 1, 0, 1, none)
DEF( object, 1, 0, 1, none)
DEF( special_object, 2, 0, 1, u8) /* only used at the start of a function */
DEF( rest, 3, 0, 1, u16) /* only used at the start of a function */
DEF( drop, 1, 1, 0, none) /* a -> */
DEF( nip, 1, 2, 1, none) /* a b -> b */