aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/lux.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-08- Changed once more the syntax of the prefix for host special forms. It's now...Eduardo Julian1-65/+26
2015-03-02- Removed the (currently broken) static-call optimization.Eduardo Julian1-31/+0
2015-03-01Simplified the compiler by using arrays to encode tuples & variants instead o...Eduardo Julian1-18/+18
2015-03-01Code compiles again! (although, I had to employ a hack for "fold", as functio...Eduardo Julian1-5/+20
2015-03-01- Fixed some bugs with pattern matching and macros.Eduardo Julian1-8/+8
2015-03-01Almost done with the super refactoring.Eduardo Julian1-9/+6
2015-02-18[Refactor]Eduardo Julian1-19/+19
2015-02-18Corrections to the super-refactoring: part 4Eduardo Julian1-11/+12
2015-02-17Corrections to the super-refactoring: part 3Eduardo Julian1-0/+196