aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure/common.jvm.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made some new-luxc modules "old".Eduardo Julian2019-04-161-380/+0
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-071-1/+2
* Updated JVM compiler.Eduardo Julian2019-04-041-20/+18
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-9/+9
* Some refactoring around statements.Eduardo Julian2019-03-031-2/+2
* Some refactoring around synthesis.Eduardo Julian2019-03-031-1/+1
* Got new-luxc to compile/build again.Eduardo Julian2019-02-241-4/+4
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-291-5/+4
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-291-6/+7
* Adapted new-luxc to latest stdlib changes.Eduardo Julian2018-08-291-3/+3
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-231-2/+2
* Optimized text clipping.Eduardo Julian2018-08-231-5/+4
* - Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian2018-08-201-18/+18
* Various fixes.Eduardo Julian2018-08-161-30/+30
* Extension-related fixes.Eduardo Julian2018-08-161-9/+9
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-42/+44
* Fixed various JVM translation tests.Eduardo Julian2018-08-111-293/+220
* 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-311-23/+0
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-33/+0
* Now implementing math functionality in stdlib instead of the compiler.Eduardo Julian2018-07-301-70/+0
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-141/+141
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-2/+2
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-24/+24
* - 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
* - 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-031-2/+2
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-12/+13
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-9/+2
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-7/+0
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-40/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-39/+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-061-3/+3
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-18/+20
* - 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-231-23/+18
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-281-2/+1
* - Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian2018-01-081-0/+809