Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-26 | Pattern-matching has been enriched with sub-structural matching. | Eduardo Julian | 1 | -9/+24 | |
2014-12-26 | Reimplemented basic pattern-matching. | Eduardo Julian | 1 | -32/+179 | |
2014-12-20 | * Java interop is almost finished. | Eduardo Julian | 1 | -14/+96 | |
% _. and _.. syntax has been replaced with :: | |||||
2014-12-20 | Removed ann-class, cleaned-up some old commented-out code & turned-off the ↵ | Eduardo Julian | 1 | -16/+14 | |
enabled logging. | |||||
2014-12-19 | Now the language has full closures. | Eduardo Julian | 1 | -52/+106 | |
2014-12-19 | Almost finished implementing closures. | Eduardo Julian | 1 | -39/+90 | |
2014-12-16 | Added some pseudo pattern-matching (only extracting simple data, without ↵ | Eduardo Julian | 1 | -25/+58 | |
exploring inner structure or doing any testing). | |||||
2014-12-16 | + Strings now have escape characters. | Eduardo Julian | 1 | -8/+2 | |
+ Characters have been added. % Unicode support is missing... | |||||
2014-12-15 | Added ints and floats. | Eduardo Julian | 1 | -1/+15 | |
2014-12-15 | Added "do" expressions. | Eduardo Julian | 1 | -0/+6 | |
2014-12-15 | Added lambdas! (not yet real closures, but coming soon...) | Eduardo Julian | 1 | -10/+62 | |
2014-12-15 | Added tuples. | Eduardo Julian | 1 | -0/+6 | |
2014-12-14 | Added module imports. | Eduardo Julian | 1 | -6/+25 | |
2014-12-14 | Added Java class imports. | Eduardo Julian | 1 | -3/+21 | |
2014-12-13 | + Removed "module" special form. | Eduardo Julian | 1 | -7/+1 | |
+ Fixed a bug that was preventing multi-line comments from being truly multi-line. | |||||
2014-12-12 | Added let (local vars). | Eduardo Julian | 1 | -0/+13 | |
2014-12-12 | Analyser can now distinguish between local and global vars & point the ↵ | Eduardo Julian | 1 | -26/+32 | |
compiler to the right place to look for data. | |||||
2014-12-11 | + Added an analysis phase. | Eduardo Julian | 1 | -0/+191 | |
+ Added a type-system. |