codegen
This commit is contained in:
parent
09d6cf4b46
commit
ed0ad1d095
14 changed files with 846 additions and 897 deletions
4
Makefile
4
Makefile
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = lc.c utils.c lexer.c parser.c sema.c ir.c
|
||||
HDR = config.def.h utils.h lexer.h parser.h sema.h ir.h
|
||||
SRC = lc.c utils.c lexer.c parser.c sema.c codegen.c
|
||||
HDR = config.def.h utils.h lexer.h parser.h sema.h codegen.h
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options lc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue