compiler now compiles some things
This commit is contained in:
parent
9616fb616e
commit
ce345f2440
13 changed files with 425 additions and 74 deletions
|
|
@ -19,6 +19,7 @@ enum {
|
|||
TYPE_NIL = 0,
|
||||
TYPE_NUM = 1,
|
||||
TYPE_FWD = OBJ_FWD,
|
||||
TYPE_QUOT = OBJ_QUOT,
|
||||
};
|
||||
|
||||
typedef uintptr_t O;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue