summaryrefslogtreecommitdiffstats
path: root/Sencha-lang
Commit message (Expand)AuthorAgeFilesLines
* More documentaaaaation.HEADmasterJustyna Ilczuk2013-01-1323-322/+427
* Some informative comments.Justyna Ilczuk2013-01-133-9/+55
* Some new examples. New tests. Small improvements.importsJustyna Ilczuk2013-01-1214-12/+230
* Small changes in Array. New programming examples. Comments enabled.Justyna Ilczuk2013-01-127-42/+114
* Arrays!Justyna Ilczuk2013-01-1014-29/+184
* Begginnig of arrays. First arrayification on strings.Justyna Ilczuk2013-01-102-0/+78
* I repaired broken tests.Justyna Ilczuk2013-01-1012-35/+36
* Small changes in paths in import.Justyna Ilczuk2013-01-072-3/+11
* Imports works somehow. Another small improvements.Justyna Ilczuk2013-01-078-26/+159
* Pretty naive import implementation. Still not complete.Justyna Ilczuk2013-01-072-0/+72
* RepeatStatement runs okay in functions now.Justyna Ilczuk2013-01-074-31/+17
* More small improvements.Justyna Ilczuk2013-01-044-6/+23
* Some documentation and little refactoring.Justyna Ilczuk2013-01-048-46/+93
* Bug with passing variables to funcitons resolved.Justyna Ilczuk2013-01-0115-14/+196
* Some changes in formatting.Justyna Ilczuk2013-01-011-5/+8
* Functions seem to work. Additionaly unary expressions :>.functionsJustyna Ilczuk2013-01-0111-50/+135
* slsjflJustyna Ilczuk2012-12-315-8/+41
* Functions work if given right arguments ^^.Justyna Ilczuk2012-12-3137-198/+209
* More on context manager.Justyna Ilczuk2012-12-304-75/+146
* Some test for function functionality and minor changes in other stuff.Justyna Ilczuk2012-12-306-7/+213
* 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-2829-141/+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