aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-01* Time to start compiling...Eduardo Julian2-6/+98
2014-11-29+ Added simple let expressions. (No destructuring of tuples/records yet)Eduardo Julian5-20/+119
2014-11-29+ Added floats.Eduardo Julian5-36/+36
2014-11-28+ Added single-line comments.Eduardo Julian2-4/+55
2014-11-27+ Added some very basic pattern-matching with destructuring.Eduardo Julian4-7/+56
2014-11-26+ Can now define functions.Eduardo Julian6-64/+307