aboutsummaryrefslogtreecommitdiff
path: root/luxc/src/lux/compiler/jvm/proc/host.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named old luxc-jvm to lux-bootstrapper.Eduardo Julian2020-12-041-1112/+0
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-071-6/+6
* Updated old luxc to work with latest the JVM (and changes in lux-lein)Eduardo Julian2019-10-091-1/+1
* 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 Void and Unit as kinds of types.Eduardo Julian2018-05-051-29/+28
* - 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
* - Implemented custom JS host procedures.Eduardo Julian2017-03-151-1/+0
* - Re-organized JVM-specific compilation a bit.Eduardo Julian2017-02-111-0/+1146