Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More documentaaaaation.HEADmaster | Justyna Ilczuk | 2013-01-13 | 23 | -322/+427 |
| | |||||
* | Some informative comments. | Justyna Ilczuk | 2013-01-13 | 3 | -9/+55 |
| | |||||
* | Some new examples. New tests. Small improvements.imports | Justyna Ilczuk | 2013-01-12 | 14 | -12/+230 |
| | |||||
* | Small changes in Array. New programming examples. Comments enabled. | Justyna Ilczuk | 2013-01-12 | 7 | -42/+114 |
| | |||||
* | Arrays! | Justyna Ilczuk | 2013-01-10 | 14 | -29/+184 |
| | |||||
* | Begginnig of arrays. First arrayification on strings. | Justyna Ilczuk | 2013-01-10 | 2 | -0/+78 |
| | |||||
* | I repaired broken tests. | Justyna Ilczuk | 2013-01-10 | 12 | -35/+36 |
| | |||||
* | Small changes in paths in import. | Justyna Ilczuk | 2013-01-07 | 2 | -3/+11 |
| | |||||
* | Imports works somehow. Another small improvements. | Justyna Ilczuk | 2013-01-07 | 8 | -26/+159 |
| | |||||
* | Pretty naive import implementation. Still not complete. | Justyna Ilczuk | 2013-01-07 | 2 | -0/+72 |
| | |||||
* | RepeatStatement runs okay in functions now. | Justyna Ilczuk | 2013-01-07 | 4 | -31/+17 |
| | |||||
* | More small improvements. | Justyna Ilczuk | 2013-01-04 | 4 | -6/+23 |
| | |||||
* | Some documentation and little refactoring. | Justyna Ilczuk | 2013-01-04 | 8 | -46/+93 |
| | |||||
* | Bug with passing variables to funcitons resolved. | Justyna Ilczuk | 2013-01-01 | 15 | -14/+196 |
| | |||||
* | Some changes in formatting. | Justyna Ilczuk | 2013-01-01 | 1 | -5/+8 |
| | |||||
* | Functions seem to work. Additionaly unary expressions :>.functions | Justyna Ilczuk | 2013-01-01 | 11 | -50/+135 |
| | |||||
* | slsjfl | Justyna Ilczuk | 2012-12-31 | 5 | -8/+41 |
| | |||||
* | Functions work if given right arguments ^^. | Justyna Ilczuk | 2012-12-31 | 37 | -198/+209 |
| | |||||
* | More on context manager. | Justyna Ilczuk | 2012-12-30 | 4 | -75/+146 |
| | |||||
* | Some test for function functionality and minor changes in other stuff. | Justyna Ilczuk | 2012-12-30 | 6 | -7/+213 |
| | |||||
* | Nothing important | Justyna Ilczuk | 2012-12-30 | 1 | -2/+1 |
| | |||||
* | I began implementing function functionality and I apply some changes to | Justyna Ilczuk | 2012-12-30 | 25 | -231/+199 |
| | | | | whole design. | ||||
* | Silly mistake, and lots of fun, heh :P | Justyna Ilczuk | 2012-12-28 | 11 | -152/+57 |
| | |||||
* | Refactoring parser methods. Adding more suitable constructors | Justyna Ilczuk | 2012-12-28 | 10 | -217/+59 |
| | | | | to make code better. | ||||
* | Formatting. | Justyna Ilczuk | 2012-12-28 | 1 | -318/+269 |
| | |||||
* | Documentation... some useful comments, which are descriptions of | Justyna Ilczuk | 2012-12-28 | 11 | -3/+65 |
| | | | | AST nodes. | ||||
* | Old, outdated part of project has been removed. | Justyna Ilczuk | 2012-12-28 | 29 | -141/+117 |
| | | | | | | 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. | ||||
* | No more introspection ;). | Justyna Ilczuk | 2012-12-26 | 21 | -78/+0 |
| | |||||
* | Logical expressions are successfully implemented. | Justyna Ilczuk | 2012-12-22 | 2 | -10/+4 |
| | |||||
* | Almost done! | Justyna Ilczuk | 2012-12-22 | 3 | -4/+18 |
| | |||||
* | I do tests for evaluating logical expressions. Sadly I enountered | Justyna Ilczuk | 2012-12-22 | 9 | -23/+91 |
| | | | | segmentation fault :(. | ||||
* | Logical and and or is ready to use now. | Justyna Ilczuk | 2012-12-22 | 5 | -13/+99 |
| | |||||
* | First steps to logical operators. | Justyna Ilczuk | 2012-12-22 | 1 | -0/+9 |
| | |||||
* | Operators like <=, > work now. Only logical are left know. | Justyna Ilczuk | 2012-12-22 | 4 | -5/+112 |
| | |||||
* | Sleep function enabled. | Justyna Ilczuk | 2012-12-22 | 1 | -1/+23 |
| | |||||
* | Mixing floats and ints is possible now! | Justyna Ilczuk | 2012-12-22 | 1 | -108/+141 |
| | |||||
* | Ready to merge visit branch with master! | Justyna Ilczuk | 2012-12-22 | 4 | -53/+24 |
| | |||||
* | Almost everything is ready with visitor pattern and ASTInspector class. | Justyna Ilczuk | 2012-12-22 | 15 | -31/+228 |
| | |||||
* | More visiting methods. Gonna catch them all! | Justyna Ilczuk | 2012-12-22 | 5 | -21/+70 |
| | |||||
* | Small amends. | Justyna Ilczuk | 2012-12-21 | 1 | -4/+5 |
| | |||||
* | Inspector can inspect ASTElements, as for now, only basic expressions | Justyna Ilczuk | 2012-12-21 | 8 | -30/+95 |
| | | | | and constant expressions :). | ||||
* | This crazy setup compiles. However I encountered some problems with | Justyna Ilczuk | 2012-12-18 | 15 | -41/+91 |
| | | | | | polymorphism. It probably doesn't work as I thought it would. Not problem at all :). | ||||
* | Tidying up main function. Moving tests. | Justyna Ilczuk | 2012-12-18 | 3 | -49/+94 |
| | |||||
* | Preparing test, and classes to work using new structure. | Justyna Ilczuk | 2012-12-18 | 6 | -2/+42 |
| | |||||
* | More work on implementation of Inspector. I started writing tests for | Justyna Ilczuk | 2012-12-18 | 4 | -4/+114 |
| | | | | it. | ||||
* | Some implementation of ASTInspector | Justyna Ilczuk | 2012-12-18 | 1 | -0/+12 |
| | |||||
* | I'm starting visitors pattern. | Justyna Ilczuk | 2012-12-17 | 5 | -0/+76 |
| | |||||
* | Test manifest. | Justyna Ilczuk | 2012-12-17 | 1 | -0/+26 |
| | |||||
* | I was having fun with oxygen trying to do some documentation. | Justyna Ilczuk | 2012-12-17 | 8 | -54/+3162 |
| | |||||
* | New class for variables. It's much more appropriate than storing | Justyna Ilczuk | 2012-12-17 | 10 | -47/+96 |
| | | | | variables in constant expression class isn't it? |