aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/python/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-31/+0
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-72/+0
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-40/+0
|
* - 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-3/+3
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-2/+2
|
* - Initial Python back-end implementation.Eduardo Julian2018-04-041-0/+583