aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/scheme/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated Scheme back-end to stdlib.Eduardo Julian2018-06-171-375/+0
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
| | | - Removed some modules that should have been deleted before.
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-13/+15
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-15/+1
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-38/+0
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-061-4/+4
| | | | signed-shift-right -> arithmetic-right-shift.
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-3/+3
|
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-181-0/+425