aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/lua/runtime.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-45/+0
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-14/+0
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-5/+5
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-7/+7
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-11/+1
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-31/+0
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-1/+1
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-16/+13
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-10/+1
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-60/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-31/+0
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-7/+7
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-2/+2
* - Initial R back-end implementation.Eduardo Julian2018-04-141-6/+6
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-2/+2
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-131-7/+4
* - Initial Lua backend implementation.Eduardo Julian2018-03-061-0/+499