added buildValue
This commit is contained in:
+1
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user