aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimized text clipping.Eduardo Julian2018-08-232-13/+6
* - Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian2018-08-201-18/+18
* Various fixes.Eduardo Julian2018-08-162-31/+31
* Extension-related fixes.Eduardo Julian2018-08-162-10/+10
* Fixes for pattern-matching/case synthesis & translation.Eduardo Julian2018-08-152-106/+49
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-114-56/+63
* Fixed various JVM translation tests.Eduardo Julian2018-08-111-293/+220
* - Fixes for eval.Eduardo Julian2018-08-091-2/+2
* Moved default compiler process to stdlib (with caching temporarily disabled).Eduardo Julian2018-08-031-2/+2
* Moved statement-state initialization o "lux/compiler/default/init".Eduardo Julian2018-08-021-0/+18
* Moved statement phase into stdlib.Eduardo Julian2018-08-021-72/+1
* Now implementing box functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-34/+0
* Now implementing array functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-56/+0
* Now implementing process functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-111/+4
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-312-35/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-70/+0
* 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