Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-04 | Now compiles booleans and ifs. | Eduardo Julian | 1 | -1/+6 | |
2014-12-02 | Added some super-basic type-system. | Eduardo Julian | 1 | -1/+28 | |
2014-12-01 | Doing some basic compilation. | Eduardo Julian | 1 | -1/+18 | |
2014-11-29 | + Added simple let expressions. (No destructuring of tuples/records yet) | Eduardo Julian | 1 | -19/+42 | |
+ Added records and simple operations on them (get, set & remove). | |||||
2014-11-29 | + Added floats. | Eduardo Julian | 1 | -0/+5 | |
+ Added def for constants. | |||||
2014-11-27 | + Added some very basic pattern-matching with destructuring. | Eduardo Julian | 1 | -0/+12 | |
2014-11-26 | + Can now define functions. | Eduardo Julian | 1 | -10/+44 | |
% However, they currently access Clojure's environment, instead of the interpreter's. |