sencha-lang/Sencha-lang/AST/AllTypesOfASTNodes.h

31 lines
638 B
C

/*
* AllTypesOfASTNodes.h
*
* Created on: Nov 5, 2012
* Author: attero
*/
#ifndef ALLTYPESOFASTNODES_H_
#define ALLTYPESOFASTNODES_H_
#include "ASTNode.h"
#include "ProgramNode.h"
#include "ASTStatement.h"
#include "ASTExpression.h"
#include "BasicStatement.h"
#include "BasicExpression.h"
#include "ConstantExpression.h"
#include "PostfixExpression.h"
#include "IncorrectExpression.h"
#include "Assignment.h"
#include "DeclarationStatement.h"
#include "IfNode.h"
#include "WhileNode.h"
#include "RepeatStatement.h"
#include "VariableExpression.h"
//And probably more
//TODO actualize it
#endif /* ALLTYPESOFASTNODES_H_ */