aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Re-named "import" to "import:".Eduardo Julian2018-07-035-14/+14
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-033-14/+14
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-1510-86/+78
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-203-10/+10
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-101-1/+1
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-102-11/+10
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-082-16/+4
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-7/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-138/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-062-128/+5
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-6/+6
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-4/+0
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-065-13/+13
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-0612-119/+149
* - Initial Python back-end implementation.Eduardo Julian2018-04-041-1/+0
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-241-4/+0
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-232-27/+113
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-061-60/+52
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-284-11/+14
* - WIP: Host procedures for JS.Eduardo Julian2018-01-211-2/+2
* - Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian2018-01-0815-0/+3550