Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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. |