Start translator

This commit is contained in:
Augusto Gunsch
2020-12-20 15:58:10 -03:00
parent 5b19ab0914
commit f647a754a7
9 changed files with 692 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FILES = tokenizer.c main.c parser.c printer.c
FILES = tokenizer.c main.c parser.c printer.c compiler.c util.c
INCLUDES = -I.
CFLAGS = -std=c99 -g
OUTFILE = compiler