aboutsummaryrefslogtreecommitdiff
path: root/src/lang/compiler.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + Added some very basic pattern-matching with destructuring.Eduardo Julian2014-11-271-0/+23
|
* + Can now define functions.Eduardo Julian2014-11-261-0/+136
% However, they currently access Clojure's environment, instead of the interpreter's.