summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Nothing importantJustyna Ilczuk2012-12-301-2/+1
* I began implementing function functionality and I apply some changes toJustyna Ilczuk2012-12-3025-231/+199
* Silly mistake, and lots of fun, heh :PJustyna Ilczuk2012-12-2811-152/+57
* Refactoring parser methods. Adding more suitable constructorsJustyna Ilczuk2012-12-2810-217/+59
* Formatting.Justyna Ilczuk2012-12-281-318/+269
* Documentation... some useful comments, which are descriptions ofJustyna Ilczuk2012-12-2811-3/+65
* Old, outdated part of project has been removed.Justyna Ilczuk2012-12-2847-1113/+117
* No more introspection ;).Justyna Ilczuk2012-12-2621-78/+0
* Logical expressions are successfully implemented.Justyna Ilczuk2012-12-222-10/+4
* Almost done!Justyna Ilczuk2012-12-223-4/+18
* I do tests for evaluating logical expressions. Sadly I enounteredJustyna Ilczuk2012-12-229-23/+91
* Logical and and or is ready to use now.Justyna Ilczuk2012-12-225-13/+99
* First steps to logical operators.Justyna Ilczuk2012-12-221-0/+9
* Operators like <=, > work now. Only logical are left know.Justyna Ilczuk2012-12-224-5/+112
* Sleep function enabled.Justyna Ilczuk2012-12-221-1/+23
* Mixing floats and ints is possible now!Justyna Ilczuk2012-12-221-108/+141
* Ready to merge visit branch with master!Justyna Ilczuk2012-12-224-53/+24
* Almost everything is ready with visitor pattern and ASTInspector class.Justyna Ilczuk2012-12-2215-31/+228
* More visiting methods. Gonna catch them all!Justyna Ilczuk2012-12-225-21/+70
* Small amends.Justyna Ilczuk2012-12-211-4/+5
* Inspector can inspect ASTElements, as for now, only basic expressionsJustyna Ilczuk2012-12-218-30/+95
* This crazy setup compiles. However I encountered some problems withJustyna Ilczuk2012-12-1815-41/+91
* Tidying up main function. Moving tests.Justyna Ilczuk2012-12-183-49/+94
* Preparing test, and classes to work using new structure.Justyna Ilczuk2012-12-186-2/+42
* More work on implementation of Inspector. I started writing tests forJustyna Ilczuk2012-12-184-4/+114
* Some implementation of ASTInspectorJustyna Ilczuk2012-12-181-0/+12
* I'm starting visitors pattern.Justyna Ilczuk2012-12-175-0/+76
* Test manifest.Justyna Ilczuk2012-12-171-0/+26
* I was having fun with oxygen trying to do some documentation.Justyna Ilczuk2012-12-178-54/+3162
* New class for variables. It's much more appropriate than storingJustyna Ilczuk2012-12-1710-47/+96
* More on todos. Nothing important.Justyna Ilczuk2012-12-1713-18/+19
* some refactoring in basic structure of AST, mainly destructorsJustyna Ilczuk2012-12-1717-100/+1863
* Simple unescaping strins.Justyna Ilczuk2012-12-162-1/+48
* I added simple float usage.Justyna Ilczuk2012-12-163-6/+44
* While node works! != operatorJustyna Att Ilczuk2012-12-108-5/+65
* Native functions like sine and cosine!Justyna Att Ilczuk2012-12-106-24/+151
* Repeat works as it should. Assigning arguments to functions.Justyna Att Ilczuk2012-12-105-2/+39
* Somethings wrong with assignments in "repeat".Justyna Att Ilczuk2012-12-093-4/+13
* Better assigning and usage in functions.Justyna Att Ilczuk2012-12-098-9/+125
* If statements and postfix expressions like function calls, yeah!Justyna Att Ilczuk2012-12-0915-74/+252
* No more eclipse metadata in git repo.Justyna Att Ilczuk2012-12-091-0/+1
* Merge branch 'devel'Justyna Att Ilczuk2012-12-0962-462/+1382
|\
| * Deleted crap.Justyna Att Ilczuk2012-12-0948-894/+0
| * More on declarations :).develJustyna Att Ilczuk2012-12-0920-39/+88
| * Declaration stuffJustyna Att Ilczuk2012-12-0917-79/+288
| * handles variables, doing calculations and adding stringsJustyna Att Ilczuk2012-12-089-7/+63
| * variabuls und stuffJustyna Att Ilczuk2012-12-0829-96/+303
| * It's alive and looks like it also works.Justyna Att Ilczuk2012-12-0718-33/+262
| * It's alive!Justyna Att Ilczuk2012-12-0631-92/+420
| * Lots of stuff done in AST. But still not close to finish.Justyna Att Ilczuk2012-12-0516-41/+201