adding RandomForStatement and fixing typo

This commit is contained in:
Florian Sattler
2013-06-01 03:14:49 +02:00
parent a853ed5ae9
commit 5300f7f6ee
6 changed files with 63 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ SET(SCULLY_SOURCE
src/AST/IfStatement.cpp
src/AST/ParameterList.cpp
src/AST/ReturnStatement.cpp
src/AST/RandomForStatement.cpp
src/AST/RandomIfStatement.cpp
src/AST/Scope.cpp
src/AST/Statement.cpp