aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/ruby/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-1/+1
|
* - 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/+8
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-10/+1
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-58/+0
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-35/+0
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-061-6/+6
| | | | signed-shift-right -> arithmetic-right-shift.
* - 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-1/+1
|
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-131-0/+385