aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/ruby/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-061-6/+6
| | | | signed-shift-right -> arithmetic-right-shift.
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-2/+2
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-1/+1
|
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-131-0/+385