mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Adjusted how AST Nodes are generated
This commit is contained in:
@@ -7,12 +7,15 @@ LIBS +=
|
||||
ODIR = obj
|
||||
#TARGETS = $(wildcard ../source/*.c) $(wildcard ../repl/lib_*.c)
|
||||
|
||||
#literal primitive
|
||||
#literal primitives
|
||||
TARGETS+=../source/memory.c ../source/refstring.c ../source/literal.c ../source/literal_array.c ../source/literal_dictionary.c ../source/scope.c
|
||||
|
||||
#lexer
|
||||
TARGETS+=../source/toy_common.c ../source/keyword_types.c ../source/lexer.c
|
||||
|
||||
#ast primitives
|
||||
TARGETS+=../source/ast_node.c
|
||||
|
||||
#parser
|
||||
#TARGETS+=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user