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