aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Removed "lux text hash" extension.Eduardo Julian2018-07-112-13/+1
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-9/+0
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-112-34/+9
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-043-22/+6
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-10/+1
* - Improved abstract types.Eduardo Julian2018-07-031-5/+0
* - Re-named "import" to "import:".Eduardo Julian2018-07-032-12/+12
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-033-17/+17
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-158-27/+27
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-203-6/+6
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-101-2/+2
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-9/+2
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-072-30/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-99/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-062-135/+4
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-064-25/+25
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-5/+0
* - 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