aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/luxc/lang/host/r.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-01Updates for R compiler.Eduardo Julian1-299/+0
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-5/+5
2018-07-14Switched to using new bit syntax in new-luxc.Eduardo Julian1-2/+2
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-1/+1
2018-07-03- Re-named "@abstraction" to ":abstraction" and "@representation" to ↵Eduardo Julian1-36/+36
":representation".
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-2/+2
- Removed some modules that should have been deleted before.
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian1-2/+2
2018-04-15- Fixes for R back-end.Eduardo Julian1-11/+16
2018-04-14- Made everything an expression for R translation.Eduardo Julian1-166/+113
2018-04-14- Initial R back-end implementation.Eduardo Julian1-0/+347