Add functions

This commit is contained in:
Augusto Gunsch
2020-11-17 14:12:39 -03:00
parent cdd7e2a99c
commit a6667a8f5d
8 changed files with 644 additions and 169 deletions

View File

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