aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/case.jvm.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some refactoring around synthesis.Eduardo Julian2019-03-031-2/+2
|
* Got new-luxc to compile/build again.Eduardo Julian2019-02-241-12/+13
|
* 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
|
* Fixes for pattern-matching/case synthesis & translation.Eduardo Julian2018-08-151-49/+47
|
* - Fixed common translation tests for JVM.Eduardo Julian2018-08-111-7/+6
| | | | - Fixed a bug in "lux text <". - Small optimizations to old LuxC.
* Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian2018-07-301-1/+1
|
* Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian2018-07-291-8/+8
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-113/+114
| | | - Removed some (now) useless modules.
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-181-167/+169
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-141-7/+7
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-10/+6
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-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-5/+6
|
* - Moved all translation code under the JVM path (in preparation for porting ↵Eduardo Julian2018-01-081-0/+230
the JS back-end).