aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-082-23/+15
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-072-15/+1
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-94/+0
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-062-72/+4
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-062-13/+13
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-8/+0
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-065-8/+8
|
* - WIP: - Initial PHP back-end implementation.Eduardo Julian2018-04-271-29/+29
|
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-181-3/+3
|
* - Initial R back-end implementation.Eduardo Julian2018-04-141-6/+6
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-067-26/+39
|
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-133-9/+6
|
* - Initial Lua backend implementation.Eduardo Julian2018-03-0613-0/+1906