implemented basic parsing
This commit is contained in:
parent
038930d881
commit
abf1d7c066
10 changed files with 588 additions and 486 deletions
4
Makefile
4
Makefile
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
include config.mk
|
||||
|
||||
SRC = cc.c utils.c lexer.c
|
||||
HDR = config.def.h utils.h
|
||||
SRC = cc.c utils.c lexer.c parser.c
|
||||
HDR = config.def.h utils.h lexer.h parser.h sema.h
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue