aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-183/+183
| | | - Removed some (now) useless modules.
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-6/+6
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-6/+10
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-1/+1
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-10/+15
|
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-061-60/+52
| | | | - Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler.
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-2/+1
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-0/+761
the JS back-end).