aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler/host.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-27- _jvm_program now relies on the (IO (,)) type.Eduardo Julian1-6/+77
2015-05-06- Made some small optimizations in the compiler.Eduardo Julian1-6/+5
2015-05-06- Removed all the unnecesary comments.Eduardo Julian1-6/+1
2015-05-04- Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian1-9/+14
2015-05-03- Optimized the compiler by eliminating reflection.Eduardo Julian1-34/+24
2015-04-25- No more Any (Top) and Nothing (Bottom) types.Eduardo Julian1-203/+219
2015-04-15- Fixed a few type-related bugs.Eduardo Julian1-5/+5
2015-04-08- Renamed exec to |do.Eduardo Julian1-34/+34
2015-03-30- Beginning to add type-system + type-inferencer.Eduardo Julian1-6/+6
2015-03-21- Added module-name aliasing.Eduardo Julian1-17/+17
2015-03-21[2nd Super Refactoring That Breaks The System: Part 7]Eduardo Julian1-3/+4
2015-03-20[2nd Super Refactoring That Breaks The System: Part 6]Eduardo Julian1-15/+16
2015-03-19[2nd Super Refactoring That Breaks The System: Part 5]Eduardo Julian1-1/+4
2015-03-18[2nd Super Refactoring That Breaks The System: Part 4]Eduardo Julian1-9/+6
2015-03-15[2nd Super Refactoring That Breaks The System: Part 1]Eduardo Julian1-10/+10
2015-03-12- Added program creation (generates the "main" method).Eduardo Julian1-42/+86
2015-03-12- Added a special form for testing if references are null.Eduardo Julian1-0/+130
2015-03-10- Added null values as jvm-null.Eduardo Julian1-0/+5
2015-03-09- Implemented record compilation, alongside get@' and set@'.Eduardo Julian1-6/+6
2015-03-08- Implemented comparisons and equalities for int, long, float & double.Eduardo Julian1-21/+92
2015-03-01Simplified the compiler by using arrays to encode tuples & variants instead o...Eduardo Julian1-1/+1
2015-03-01Code compiles again! (although, I had to employ a hack for "fold", as functio...Eduardo Julian1-0/+1
2015-02-18[Refactor]Eduardo Julian1-14/+14
2015-02-18Corrections to the super-refactoring: part 4Eduardo Julian1-44/+44
2015-02-17Corrections to the super-refactoring: part 3Eduardo Julian1-66/+98
2015-02-15Super refactoring that breaks the system: Part 4Eduardo Julian1-0/+194