aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r/eval.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Excised the Renjin R interpreter, to avoid licensing complications.Eduardo Julian2018-12-041-154/+0
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-9/+9
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-22/+22
* - 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-7/+7
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-2/+2
* - Fixes for R back-end.Eduardo Julian2018-04-151-4/+9
* - Made everything an expression for R translation.Eduardo Julian2018-04-141-15/+2
* - Initial R back-end implementation.Eduardo Julian2018-04-141-0/+162