Initial work on the new Binder.

Eventually, it will replace CPlusPlus::Semantic & co.
This commit is contained in:
Roberto Raggi
2010-08-12 16:02:54 +02:00
parent 36edd86441
commit 385eb796d4
3 changed files with 2421 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ HEADERS += \
$$PWD/Names.h \
$$PWD/Parser.h \
$$PWD/Scope.h \
$$PWD/Bind.h \
$$PWD/Semantic.h \
$$PWD/SemanticCheck.h \
$$PWD/Symbol.h \
@@ -72,6 +73,7 @@ SOURCES += \
$$PWD/Names.cpp \
$$PWD/Parser.cpp \
$$PWD/Scope.cpp \
$$PWD/Bind.cpp \
$$PWD/Semantic.cpp \
$$PWD/SemanticCheck.cpp \
$$PWD/Symbol.cpp \