aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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 ↵Eduardo Julian2018-02-241-4/+0
| | | | redundant, in the presence of the "pow" procedure).
* - 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
| | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes.
* - 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 a bug when decoding fracs.
* - 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
| | | - Fixed a few bugs.
* - 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