aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/expression.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-1/+1
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-1/+1
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-2/+7
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-2/+3
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-171-1/+1
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-11/+21
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-0/+73