aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/statement.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-071-110/+0
* Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian2018-08-021-0/+18
* Moved statement phase into stdlib.Eduardo Julian2018-08-021-72/+1
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-291-2/+1
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-7/+7
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-1/+1
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-1/+1
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-2/+2
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-1/+1
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-3/+3
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-2/+2
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-4/+9
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-2/+2
* - Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian2018-01-081-0/+159