aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/r/eval.jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-04Excised the Renjin R interpreter, to avoid licensing complications.Eduardo Julian1-154/+0
2018-07-03- Re-named "import" to "import:".Eduardo Julian1-9/+9
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-22/+22
2018-06-15- WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian1-1/+1
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-7/+7
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian1-2/+2
2018-04-15- Fixes for R back-end.Eduardo Julian1-4/+9
2018-04-14- Made everything an expression for R translation.Eduardo Julian1-15/+2
2018-04-14- Initial R back-end implementation.Eduardo Julian1-0/+162