added buildValue

This commit is contained in:
cozis
2022-01-21 20:26:36 +01:00
parent dc5586e94c
commit 7f29b7c01a
11 changed files with 403 additions and 4 deletions
+1 -2
View File
@@ -3,6 +3,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "debug.h"
#include "o_builtins.h"
#include "compiler/parse.h"
#include "compiler/serialize.h"
#include "compiler/compile.h"
@@ -14,8 +15,6 @@
* $ noja -f <file> -o <file>
*/
Object *Object_NewBuiltinsMap(Runtime *runtime, Heap *heap, Error *err);
typedef enum { RUN, HELP, PARSE, VERSION, DISASSEMBLY } Action;
typedef struct {