broken! preliminary work on sema
This commit is contained in:
parent
006015c607
commit
d130124d53
7 changed files with 1983 additions and 10 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = lc.c utils.c lexer.c parser.c
|
||||
SRC = lc.c utils.c lexer.c parser.c sema.c
|
||||
HDR = config.def.h utils.h lexer.h parser.h sema.h
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue