Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-12-07 | Cleaned up a lot of useless code and removed the state monad from the ↵ | Eduardo Julian | 1 | -224/+0 | |
compilation phase (the ASM library already works as a state monad). | |||||
2014-12-01 | * Time to start compiling... | Eduardo Julian | 1 | -6/+50 | |
2014-11-29 | + Added simple let expressions. (No destructuring of tuples/records yet) | Eduardo Julian | 1 | -1/+28 | |
+ Added records and simple operations on them (get, set & remove). | |||||
2014-11-29 | + Added floats. | Eduardo Julian | 1 | -32/+11 | |
+ Added def for constants. | |||||
2014-11-27 | + Added some very basic pattern-matching with destructuring. | Eduardo Julian | 1 | -7/+14 | |
2014-11-26 | + Can now define functions. | Eduardo Julian | 1 | -23/+75 | |
% However, they currently access Clojure's environment, instead of the interpreter's. |