Commit Graph

7 Commits (6296524bec2e2254f816b944ecc8cf28686f1fa8)

Author SHA1 Message Date
Justyna Ilczuk 6296524bec Functions work if given right arguments ^^. 2012-12-31 17:10:37 +01:00
Justyna Ilczuk 39794ea711 I began implementing function functionality and I apply some changes to
whole design.
2012-12-30 14:59:30 +01:00
Justyna Ilczuk 4d3eaee1b6 Refactoring parser methods. Adding more suitable constructors
to make code better.
2012-12-28 16:19:47 +01:00
Justyna Ilczuk 2d649a149b Documentation... some useful comments, which are descriptions of
AST nodes.
2012-12-28 11:41:43 +01:00
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
Justyna Ilczuk 4bbba3bdc9 No more introspection ;). 2012-12-26 09:44:30 +01:00
Justyna Ilczuk b9d9788da2 New class for variables. It's much more appropriate than storing
variables in constant expression class isn't it?
2012-12-17 10:41:48 +01:00