aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/proc/host.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various fixes and tweaks.Eduardo Julian2019-05-291-1/+1
|
* WIP: Anonymous classes analysis & generation.Eduardo Julian2019-05-091-3/+6
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
| | | - Removed some modules that should have been deleted before.
* - Removed Void and Unit as kinds of types.Eduardo Julian2018-05-051-29/+28
| | | - Changed the value of "unit" in the old LuxC to match the one in new-luxc.
* - Brought luxc and new-luxc closer together.Eduardo Julian2017-12-051-59/+59
|
* - Re-named "Host" to "Primitive".Eduardo Julian2017-10-201-9/+9
|
* - Added array operations for primitive arrays.Eduardo Julian2017-08-221-0/+16
|
* - Removed "T" suffix from Type's tags.Eduardo Julian2017-05-071-12/+12
|
* - Removed the ["jvm" "try"] procedure.Eduardo Julian2017-03-281-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.
* - Implemented custom JS host procedures.Eduardo Julian2017-03-151-1/+0
|
* - Re-organized JVM-specific compilation a bit.Eduardo Julian2017-02-111-0/+1146