aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed old JS-compiler files.Eduardo Julian2019-03-051-344/+0
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-2/+2
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-3/+3
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-16/+16
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-39/+39
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-6/+6
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-11/+11
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-2/+2
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-11/+11
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-21/+27
* - Initial Lua backend implementation.Eduardo Julian2018-03-061-1/+1
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-7/+2
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-0/+4
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-171-12/+10
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-157/+89
* - Some fixes for the JS translation layer.Eduardo Julian2018-01-281-148/+169
* - WIP: Infrastructure to interact with Nashorn interpreter.Eduardo Julian2018-01-231-1/+381
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-0/+8