aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/reference.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian2019-02-131-36/+0
| | | - DRYed the reference translation machinery.
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-2/+2
| | | - Removed some (now) useless modules.
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-2/+2
|
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-6/+7
|
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-171-2/+2
| | | - Fixed a few bugs.
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-7/+14
|
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-0/+28