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

27 lines
534 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"
//And probably more
//TODO actualize it
#endif /* ALLTYPESOFASTNODES_H_ */