aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/procedure/common.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-12/+14
* - Initial Lua backend implementation.Eduardo Julian2018-03-061-8/+3
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-241-4/+0
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-11/+12
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-2/+2
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-2/+2
* - Fixed the failing simple tests.Eduardo Julian2018-02-211-14/+24
* - Added "lux io exit" support for browsers running JS.Eduardo Julian2018-01-291-1/+7
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-38/+52
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-0/+633