aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/structure.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made some new-luxc modules "old".Eduardo Julian2019-04-161-70/+0
|
* Updated the JVM compiler to the latest changes.Eduardo Julian2019-04-071-1/+2
|
* Some refactoring around synthesis.Eduardo Julian2019-03-031-2/+2
|
* Got new-luxc to compile/build again.Eduardo Julian2019-02-241-3/+3
|
* Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian2018-10-291-3/+2
|
* Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian2018-10-291-4/+5
|
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-5/+7
| | | | - Fixed a bug in "lux text <". - Small optimizations to old LuxC.
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-291-2/+2
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-28/+29
| | | - Removed some (now) useless modules.
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-181-29/+33
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-1/+1
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-2/+2
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-151-3/+3
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-2/+3
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-0/+61
the JS back-end).