aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/js/primitive.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian2019-02-131-41/+0
| | | - DRYed the reference translation machinery.
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-20/+4
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-1/+1
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-4/+4
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-061-2/+2
| | | | signed-shift-right -> arithmetic-right-shift.
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-231-7/+8
|
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-0/+56