aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/runtime.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes.
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-10/+23
| | | - Fixed a bug when decoding fracs.
* - 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
| | | - Fixed a few bugs.
* - 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