aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/host.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-181-188/+0
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-1/+1
|
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-7/+7
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-23/+23
|
* - Re-named ":!!" to ":assume".Eduardo Julian2018-07-031-1/+1
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-9/+10
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-6/+6
| | | - Removed some modules that should have been deleted before.
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-7/+7
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-7/+8
|
* - Initial Python back-end implementation.Eduardo Julian2018-04-041-1/+1
|
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-0/+1
| | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes.
* - Re-factored initialization functions to their own module.Eduardo Julian2018-01-081-1/+1
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-1/+1
| | | | the JS back-end).
* - WIP: Caching.Eduardo Julian2017-12-051-2/+2
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-88/+88
|
* - Added parallel compilation.Eduardo Julian2017-11-201-4/+4
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-1/+1
|
* - Heavy refactoring.Eduardo Julian2017-11-151-0/+185