aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | - Fixed a bug when decoding fracs.
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-171-12/+10
| | | - Fixed a few bugs.
* - 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