Introduced CPlusPlus::FastPreprocessor.

This commit is contained in:
Roberto Raggi
2009-06-03 15:51:37 +02:00
parent 5134206e78
commit d18b0195e5
4 changed files with 136 additions and 54 deletions

View File

@@ -30,6 +30,7 @@ HEADERS += \
$$PWD/PreprocessorClient.h \
$$PWD/PreprocessorEnvironment.h \
$$PWD/Macro.h \
$$PWD/FastPreprocessor.h \
$$PWD/pp.h \
$$PWD/pp-cctype.h \
$$PWD/pp-engine.h \
@@ -48,6 +49,7 @@ SOURCES += \
$$PWD/CppBindings.cpp \
$$PWD/PreprocessorClient.cpp \
$$PWD/PreprocessorEnvironment.cpp \
$$PWD/FastPreprocessor.cpp \
$$PWD/Macro.cpp \
$$PWD/pp-engine.cpp \
$$PWD/pp-macro-expander.cpp \