aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/proc/host.clj (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-1/+1
- Removed some modules that should have been deleted before.
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-29/+28
- Changed the value of "unit" in the old LuxC to match the one in new-luxc.
2017-12-05- Brought luxc and new-luxc closer together.Eduardo Julian1-59/+59
2017-10-20- Re-named "Host" to "Primitive".Eduardo Julian1-9/+9
2017-08-22- Added array operations for primitive arrays.Eduardo Julian1-0/+16
2017-05-07- Removed "T" suffix from Type's tags.Eduardo Julian1-12/+12
2017-03-28- Removed the ["jvm" "try"] procedure.Eduardo Julian1-51/+0
- No longer checking for catched exceptions (this is now the programmer's sole responsibility). - Now handling a new corner-case when patten-matching against sums.
2017-03-15- Implemented custom JS host procedures.Eduardo Julian1-1/+0
2017-02-11- Re-organized JVM-specific compilation a bit.Eduardo Julian1-0/+1146