Skip to content

Commit

Permalink
Refactoring semantic tests in another source file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bfbechlin committed Jun 15, 2017
1 parent 9651c9c commit eb96b7f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 449 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CC := gcc

etapa4: hashmap.o astree.o symbol_table.o parser.o scanner.o main.o
etapa4: hashmap.o astree.o symbol_table.o semantic.o parser.o scanner.o main.o
$(CC) -g -o $@ $^

scanner.c: scanner.l
Expand Down
Loading

0 comments on commit eb96b7f

Please sign in to comment.