Add compiler-expressions and compiler-util

This commit is contained in:
Augusto Gunsch
2020-12-31 19:12:01 -03:00
parent b7fe5b8f45
commit 26de7337da
9 changed files with 340 additions and 277 deletions

View File

@@ -1,7 +1,7 @@
FILES = *.c */*.c
LIBRARIES = -lpthread
INCLUDES = -I. -I./parser/ -I./compiler/ -I./vm/ -I./tokenizer/ -I./misc/
CFLAGS = -std=c99 -g -Wall
CFLAGS = -std=c99 -g
OUTFILE = jack-compiler
main: ${FILES}