Generated the methods to accept AST nodes.

This commit is contained in:
Roberto Raggi
2009-06-17 14:13:21 +02:00
parent 67dcfb8e3c
commit a790c13cbe
3 changed files with 1125 additions and 802 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -42,6 +42,7 @@ HEADERS += \
SOURCES += \
$$PWD/AST.cpp \
$$PWD/ASTClone.cpp \
$$PWD/ASTVisit.cpp \
$$PWD/ASTVisitor.cpp \
$$PWD/Array.cpp \
$$PWD/CheckDeclaration.cpp \