aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/eval.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed old JS-compiler files.Eduardo Julian2019-03-051-184/+0
|
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-10/+10
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-15/+15
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-8/+8
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-201-4/+4
| | | - Removed some modules that should have been deleted before.
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-061-2/+2
| | | | signed-shift-right -> arithmetic-right-shift.
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-6/+11
|
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-2/+3
|
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-8/+29
| | | - Fixed a bug when decoding fracs.
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-171-18/+11
| | | - Fixed a few bugs.
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-0/+164