aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/runtime.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-2/+2
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-4/+4
* 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-7/+0
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-3/+3
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-1/+1
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-25/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-65/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-94/+0
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-15/+15
* - 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-7/+7
* - Initial Lua backend implementation.Eduardo Julian2018-03-061-12/+0
* - Fixed nat division and remainder.Eduardo Julian2018-02-241-341/+77
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-104/+131
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-6/+12
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-10/+23
* - Fixed the failing simple tests.Eduardo Julian2018-02-211-12/+28
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-171-4/+5
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-5/+22
* - WIP: Infrastructure to interact with Nashorn interpreter.Eduardo Julian2018-01-231-1/+1
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-127/+145
* - WIP: JS runtime.Eduardo Julian2018-01-091-0/+1096