Initial Commit

This commit is contained in:
Phillip Stephens
2015-05-07 18:10:22 -07:00
commit 4c93b47b2a
8 changed files with 1149 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
TEMPLATE = app
CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
SOURCES += main.cpp \
CLexer.cpp \
CPreprocessor.cpp \
CLineTranslator.cpp
HEADERS += \
CLexer.hpp \
CPreprocessor.hpp \
CLineTranslator.hpp