More semantics

This commit is contained in:
2021-11-26 13:39:38 -06:00
parent 4aff13c332
commit 62d3f2c726
4 changed files with 50 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ parser.h parser.o: parser.y
$(CC) -c parser.c
rm parser.c
deelang: deelang.c lexer.o parser.o
deelang: deelang.c lexer.o parser.o syntax.o
$(CC) -o $@ $^
clean: