Seemingly finish the assignment.

This commit is contained in:
2019-05-12 23:02:48 -07:00
parent 3b2f6baff9
commit 4bc44f6d43
3 changed files with 40 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
all: scan
scan: main.cpp scanner.cpp parser.cpp
g++ main.cpp scanner.cpp parser.cpp -o scan
g++ -std=c++11 main.cpp scanner.cpp parser.cpp -o scan
scanner.cpp: scanner.l
flex -o scanner.cpp scanner.l