made an immutable map object specifically for builtins
This commit is contained in:
@@ -35,7 +35,7 @@ gcc -c src/common/executable.c -o temp/common/executable.o $FLAGS
|
||||
mkdir temp/runtime
|
||||
gcc -c src/runtime/runtime_error.c -o temp/runtime/runtime_error.o $FLAGS
|
||||
gcc -c src/runtime/runtime.c -o temp/runtime/runtime.o $FLAGS
|
||||
gcc -c src/runtime/builtins.c -o temp/runtime/builtins.o $FLAGS
|
||||
gcc -c src/runtime/o_builtins.c -o temp/runtime/o_builtins.o $FLAGS
|
||||
gcc -c src/runtime/o_nfunc.c -o temp/runtime/o_nfunc.o $FLAGS
|
||||
gcc -c src/runtime/o_func.c -o temp/runtime/o_func.o $FLAGS
|
||||
|
||||
@@ -80,7 +80,7 @@ gcc src/main.c src/debug.c \
|
||||
temp/objects/o_string.o \
|
||||
temp/runtime/runtime.o \
|
||||
temp/runtime/runtime_error.o \
|
||||
temp/runtime/builtins.o \
|
||||
temp/runtime/o_builtins.o \
|
||||
temp/runtime/o_nfunc.o \
|
||||
temp/runtime/o_func.o \
|
||||
temp/common/executable.o \
|
||||
|
||||
Reference in New Issue
Block a user