aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/host/r.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-301-299/+0
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-5/+5
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-2/+2
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian2018-07-031-36/+36
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-2/+2
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-2/+2
* - Fixes for R back-end.Eduardo Julian2018-04-151-11/+16
* - Made everything an expression for R translation.Eduardo Julian2018-04-141-166/+113
* - Initial R back-end implementation.Eduardo Julian2018-04-141-0/+347