aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/source/luxc/lang/translation/jvm.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian1-25/+25
2019-08-10Got the new compiler working again.Eduardo Julian1-6/+4
2019-04-27Moved JVM type machinery to stdlib.Eduardo Julian1-19/+22
2019-04-07Updated JVM compiler's tuple left-access mechanism to the new style.Eduardo Julian1-1/+1
2019-04-07Updated the JVM compiler to the latest changes.Eduardo Julian1-15/+28
2019-03-03Some refactoring around statements.Eduardo Julian1-1/+0
2019-03-03Factored-out general compiler program machinery.Eduardo Julian1-1/+1
2019-02-24Improved the names of monad transformers.Eduardo Julian1-2/+2
2019-02-24Got new-luxc to compile/build again.Eduardo Julian1-25/+24
2018-12-26ClassLoader machinery.Eduardo Julian1-109/+31
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-4/+3
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-5/+6
2018-08-29Adapted new-luxc to latest stdlib changes.Eduardo Julian1-15/+15
2018-08-11- Fixed common translation tests for JVM.Eduardo Julian1-3/+4
- Fixed a bug in "lux text <". - Small optimizations to old LuxC.
2018-08-11Fixed various JVM translation tests.Eduardo Julian1-0/+4
2018-08-09- Fixes for eval.Eduardo Julian1-1/+1
- Macro-expansion during analysis.
2018-08-08- Re-defined the relationship between analysis and evaluation.Eduardo Julian1-21/+22
- Fixed some bugs.
2018-08-08Small fixes.Eduardo Julian1-1/+1
2018-07-30Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian1-7/+20
2018-07-30Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian1-10/+9
2018-07-29Adapted new-luxc to some of the latest changes to Lux.Eduardo Julian1-11/+11
2018-07-22- Some fixes due to recent changes in stdlib.Eduardo Julian1-7/+8
- Removed some (now) useless modules.
2018-07-18WIP: Fix new-luxc's JVM back-end.Eduardo Julian1-0/+202