| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The language officially has a name: Lux (stylized as "lux"). | Eduardo Julian | 2015-01-03 | 1 | -168/+0 | 
| | | |||||
| * | - Beginning to implement compiler in the language itself. | Eduardo Julian | 2015-01-03 | 1 | -1/+10 | 
| | | | | - The language can now handle more symbols on identifiers. | ||||
| * | The language now supports macros. | Eduardo Julian | 2015-01-03 | 1 | -0/+25 | 
| | | |||||
| * | Reimplemented basic pattern-matching. | Eduardo Julian | 2014-12-26 | 1 | -5/+11 | 
| | | |||||
| * | * Java interop is almost finished. | Eduardo Julian | 2014-12-20 | 1 | -0/+5 | 
| | | | | % _. and _.. syntax has been replaced with :: | ||||
| * | + Added an analysis phase. | Eduardo Julian | 2014-12-11 | 1 | -0/+9 | 
| | | | | + Added a type-system. | ||||
| * | + Can now define functions. | Eduardo Julian | 2014-11-26 | 1 | -6/+13 | 
| | | | | % However, they currently access Clojure's environment, instead of the interpreter's. | ||||
| * | + Can lex basic tokens. | Eduardo Julian | 2014-11-25 | 1 | -0/+107 | 
| + Can parse basic syntax. + Can eval integer multiplication. | |||||
