aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian2018-07-302-5/+6
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-297-171/+125
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-2215-864/+845
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-212-3/+3
* WIP: Fix new-luxc's JVM back-end. [Part 2]Eduardo Julian2018-07-194-249/+248
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-187-571/+500
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-149-88/+88
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-138-18/+22
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-2/+0
* - 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-111-15/+0
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-10/+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-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