sencha-lang/Sencha-lang/AST
Justyna Ilczuk b75236096e Mixing floats and ints is possible now! 2012-12-22 11:40:57 +01:00
..
AST.cpp More on todos. Nothing important. 2012-12-17 09:37:45 +01:00
AST.h It's alive and looks like it also works. 2012-12-07 16:58:27 +01:00
ASTExpression.cpp It's alive! 2012-12-06 18:41:16 +01:00
ASTExpression.h More on declarations :). 2012-12-09 12:57:51 +01:00
ASTNode.cpp More on todos. Nothing important. 2012-12-17 09:37:45 +01:00
ASTNode.h This crazy setup compiles. However I encountered some problems with 2012-12-18 22:41:39 +01:00
ASTStatement.cpp More on todos. Nothing important. 2012-12-17 09:37:45 +01:00
ASTStatement.h It's alive! 2012-12-06 18:41:16 +01:00
AllTypesOfASTNodes.h New class for variables. It's much more appropriate than storing 2012-12-17 10:41:48 +01:00
Assignment.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
Assignment.h Better assigning and usage in functions. 2012-12-09 21:17:13 +01:00
BasicExpression.cpp Inspector can inspect ASTElements, as for now, only basic expressions 2012-12-21 16:16:39 +01:00
BasicExpression.h More visiting methods. Gonna catch them all! 2012-12-22 09:07:13 +01:00
BasicStatement.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
BasicStatement.h This crazy setup compiles. However I encountered some problems with 2012-12-18 22:41:39 +01:00
ConstantExpression.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
ConstantExpression.h This crazy setup compiles. However I encountered some problems with 2012-12-18 22:41:39 +01:00
DeclarationStatement.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
DeclarationStatement.h More on declarations :). 2012-12-09 12:57:51 +01:00
IfNode.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
IfNode.h Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
IncorrectExpression.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
IncorrectExpression.h More on declarations :). 2012-12-09 12:57:51 +01:00
PostfixExpression.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
PostfixExpression.h some refactoring in basic structure of AST, mainly destructors 2012-12-17 09:25:58 +01:00
ProgramNode.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
ProgramNode.h This crazy setup compiles. However I encountered some problems with 2012-12-18 22:41:39 +01:00
RepeatStatement.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
RepeatStatement.h Better assigning and usage in functions. 2012-12-09 21:17:13 +01:00
SenchaObject.cpp Mixing floats and ints is possible now! 2012-12-22 11:40:57 +01:00
SenchaObject.h While node works! != operator 2012-12-10 12:37:29 +01:00
VariableExpression.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
VariableExpression.h New class for variables. It's much more appropriate than storing 2012-12-17 10:41:48 +01:00
WhileNode.cpp Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
WhileNode.h While node works! != operator 2012-12-10 12:37:29 +01:00
to_string.h Lots of stuff done in AST. But still not close to finish. 2012-12-05 23:27:03 +01:00