sencha-lang/Sencha-lang
Justyna Ilczuk 77399daf66 Old, outdated part of project has been removed.
I added some comments to BasicExpression
I removed "parent" from all ASTClasses. Why? It wasn't useful at all,
and it make my design much better and easier to improve later.
2012-12-28 11:01:48 +01:00
..
.metadata wtf git 2012-12-05 20:32:43 +01:00
AST Old, outdated part of project has been removed. 2012-12-28 11:01:48 +01:00
Tests Old, outdated part of project has been removed. 2012-12-28 11:01:48 +01:00
.cproject This crazy setup compiles. However I encountered some problems with 2012-12-18 22:41:39 +01:00
.project I did some migration to eclipse. Old code-blocks version still exists. I installed new very simple test framework called minunit. If eclipse doesn't explode, I will use it as main IDE. 2012-11-03 00:07:00 +01:00
ASTInspector.cpp Operators like <=, > work now. Only logical are left know. 2012-12-22 15:43:51 +01:00
ASTInspector.h Almost everything is ready with visitor pattern and ASTInspector class. 2012-12-22 11:06:55 +01:00
Context.cpp More on todos. Nothing important. 2012-12-17 09:37:45 +01:00
Context.h Native functions like sine and cosine! 2012-12-10 11:45:09 +01:00
Lexer.cpp Logical and and or is ready to use now. 2012-12-22 17:56:32 +01:00
Lexer.h Simple unescaping strins. 2012-12-16 10:36:19 +01:00
Object.cpp I did some migration to eclipse. Old code-blocks version still exists. I installed new very simple test framework called minunit. If eclipse doesn't explode, I will use it as main IDE. 2012-11-03 00:07:00 +01:00
Object.h I did some migration to eclipse. Old code-blocks version still exists. I installed new very simple test framework called minunit. If eclipse doesn't explode, I will use it as main IDE. 2012-11-03 00:07:00 +01:00
Parser.cpp Old, outdated part of project has been removed. 2012-12-28 11:01:48 +01:00
Parser.h Old, outdated part of project has been removed. 2012-12-28 11:01:48 +01:00
Token.cpp I did some migration to eclipse. Old code-blocks version still exists. I installed new very simple test framework called minunit. If eclipse doesn't explode, I will use it as main IDE. 2012-11-03 00:07:00 +01:00
Token.h More on todos. Nothing important. 2012-12-17 09:37:45 +01:00
Visitor.cpp Inspector can inspect ASTElements, as for now, only basic expressions 2012-12-21 16:16:39 +01:00
Visitor.h Inspector can inspect ASTElements, as for now, only basic expressions 2012-12-21 16:16:39 +01:00
core Repeat works as it should. Assigning arguments to functions. 2012-12-10 09:43:16 +01:00
customdoxygen.css I was having fun with oxygen trying to do some documentation. 2012-12-17 12:47:05 +01:00
footer.html I was having fun with oxygen trying to do some documentation. 2012-12-17 12:47:05 +01:00
header.html I was having fun with oxygen trying to do some documentation. 2012-12-17 12:47:05 +01:00
main.cpp Sleep function enabled. 2012-12-22 12:20:23 +01:00
sencha some refactoring in basic structure of AST, mainly destructors 2012-12-17 09:25:58 +01:00
sencha2 Old, outdated part of project has been removed. 2012-12-28 11:01:48 +01:00