aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-802/+0
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-3/+3
|
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-1/+1
|
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-57/+0
|
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-16/+0
|
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-7/+7
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-7/+7
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
|
* - 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
| | | - Removed some modules that should have been deleted before.
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-22/+20
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - 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, ↵Eduardo Julian2018-05-061-21/+21
| | | | signed-shift-right -> arithmetic-right-shift.
* - 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