aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r/runtime.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-15/+1
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-3/+3
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-4/+4
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-22/+20
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-20/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-67/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-78/+0
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-21/+21
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-3/+3
* - Fixes for R back-end.Eduardo Julian2018-04-151-52/+94
* - Made everything an expression for R translation.Eduardo Julian2018-04-141-453/+444
* - Initial R back-end implementation.Eduardo Julian2018-04-141-0/+1023