aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Specialized array machinery for primitive arrays.Eduardo Julian2019-04-281-58/+116
|
* Moved JVM type machinery to stdlib.Eduardo Julian2019-04-278-144/+157
|
* WIP: Turning compiler tests into a re-usable specification.Eduardo Julian2019-04-261-1/+1
|
* WIP: PHP compiler.Eduardo Julian2019-04-241-6/+6
|
* Improvements and fixes for JVM extensions.Eduardo Julian2019-04-181-91/+75
|
* Fixed a bug when generating method calls.Eduardo Julian2019-04-171-3/+13
|
* - Re-named the "lux convert ..." extensions to "lux conversion ...".Eduardo Julian2019-04-171-76/+92
| | | - Fixed some issues with array extensions.
* Made some new-luxc modules "old".Eduardo Julian2019-04-1612-835/+774
|
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-40/+35
|
* Upgraded the tuple right-access mechanism to the new style.Eduardo Julian2019-04-072-40/+56
|
* Updated JVM compiler's tuple left-access mechanism to the new style.Eduardo Julian2019-04-072-14/+18
|
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-0710-142/+38
|
* Updated JVM compiler.Eduardo Julian2019-04-041-20/+18
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-304-18/+18
|
* Some refactoring around statements.Eduardo Julian2019-03-032-3/+4
|
* Some refactoring around synthesis.Eduardo Julian2019-03-037-9/+9
|
* Some refactoring around analysis.Eduardo Julian2019-03-032-2/+2
|
* Got new-luxc to compile/build again.Eduardo Julian2019-02-2411-88/+92
|
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-2910-41/+31
|
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-2910-51/+61
|
* Adapted new-luxc to latest stdlib changes.Eduardo Julian2018-08-291-3/+3
|
* "lux text char" is now unsafe/optimized.Eduardo Julian2018-08-232-16/+2
|
* Optimized text clipping.Eduardo Julian2018-08-232-13/+6
|
* - Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian2018-08-201-18/+18
| | | - Fixed naming issue with extensions.
* 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 a bug in "lux text <". - Small optimizations to old LuxC.
* Fixed various JVM translation tests.Eduardo Julian2018-08-111-293/+220
|
* - Fixes for eval.Eduardo Julian2018-08-091-2/+2
| | | - Macro-expansion during analysis.
* 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
| | | - Removed some (now) useless modules.
* 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
|