Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed a small bug regarding functions calling themselves recursively. | Eduardo Julian | 2015-01-11 | 1 | -88/+75 |
| | | | - Getting static fields and calling virtual methods has now been decomplected into their own special forms. | ||||
* | - Compiler now handles automatic partial applications and calls to ↵ | Eduardo Julian | 2015-01-11 | 1 | -4/+28 |
| | | | | statically-known functions (global ones) better. | ||||
* | - Added substraction, multiplication and division for ints. | Eduardo Julian | 2015-01-11 | 1 | -3/+10 |
| | |||||
* | * Changed the language so variants now store their elements directly, ↵ | Eduardo Julian | 2015-01-10 | 1 | -8/+66 |
| | | | | | | instead of relying on a tuple. * Changed the pattern-matching and variant generation code accordingly. * Also changed a bit the special form for defining classes. | ||||
* | The language officially has a name: Lux (stylized as "lux"). | Eduardo Julian | 2015-01-03 | 1 | -0/+181 |