aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-065-8/+8
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-181-3/+3
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-067-35/+54
* - Initial Lua backend implementation.Eduardo Julian2018-03-062-20/+3
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-241-4/+0
* - Fixed nat division and remainder.Eduardo Julian2018-02-241-341/+77
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-2312-172/+210
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-232-8/+14
* - Added tests for JS procedure translation.Eduardo Julian2018-02-221-2/+2
* - Changed the format for variants in JS.Eduardo Julian2018-02-213-20/+54
* - Fixed the failing simple tests.Eduardo Julian2018-02-212-26/+52
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-176-32/+25
* - 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-2810-107/+391
* - WIP: Infrastructure to interact with Nashorn interpreter.Eduardo Julian2018-01-231-1/+1
* - WIP: Host procedures for JS.Eduardo Julian2018-01-2112-127/+1479
* - WIP: JS runtime.Eduardo Julian2018-01-091-0/+1096