aboutsummaryrefslogtreecommitdiff
path: root/src/lang/compiler.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* Doing some basic compilation.Eduardo Julian2014-12-011-26/+92
* + Added simple let expressions. (No destructuring of tuples/records yet)Eduardo Julian2014-11-291-0/+30
* + Added floats.Eduardo Julian2014-11-291-3/+11
* + Added some very basic pattern-matching with destructuring.Eduardo Julian2014-11-271-0/+23
* + Can now define functions.Eduardo Julian2014-11-261-0/+136