aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-3011-1784/+0
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-176-10/+10
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-305-12/+12
|
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-1/+1
|
* Excised the Renjin R interpreter, to avoid licensing complications.Eduardo Julian2018-12-041-154/+0
|
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-22/+0
|
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-25/+0
|
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-75/+0
|
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-38/+0
|
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-28/+0
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-223-37/+8
| | | - Removed some (now) useless modules.
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-214-11/+11
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-7/+7
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-135-9/+9
|
* - Removed "lux text hash" extension.Eduardo Julian2018-07-112-16/+1
|
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-112-14/+3
|
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-10/+0
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-043-10/+2
|
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-13/+0
|
* - Improved abstract types.Eduardo Julian2018-07-031-5/+0
| | | - Got rid of "lux noop" translations.
* - Re-named "import" to "import:".Eduardo Julian2018-07-032-10/+10
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-034-30/+30
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-156-15/+15
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-203-9/+9
| | | - Removed some modules that should have been deleted before.
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-082-25/+22
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-072-21/+0
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-100/+0
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-062-111/+4
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-063-29/+29
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-2/+0
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-066-10/+10
|
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-181-3/+3
|
* - Fixes for R back-end.Eduardo Julian2018-04-155-75/+138
|
* - Made everything an expression for R translation.Eduardo Julian2018-04-1412-557/+525
|
* - Initial R back-end implementation.Eduardo Julian2018-04-1413-0/+2419