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