aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/test/test/luxc/lang/translation/jvm.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-1/+1
2021-09-12Made the "#" character great again!Eduardo Julian1-52/+52
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-52/+52
2021-09-07De-taggification | part 4Eduardo Julian1-4/+4
2021-09-04De-taggification | part 2Eduardo Julian1-1/+1
2021-08-29De-taggification | part 0Eduardo Julian1-1/+1
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-18/+18
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-71/+71
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian1-0/+0
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-13/+13
2018-07-14Switched to using new bit syntax in new-luxc.Eduardo Julian1-26/+26
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-12/+12
2018-07-03- Improved abstract types.Eduardo Julian1-28/+24
2018-07-03- Re-named "import" to "import:".Eduardo Julian1-4/+4
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-25/+25
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-1/+1
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian1-3/+3
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian1-1/+1
2018-02-22- Unified translation tests.Eduardo Julian1-54/+53
2018-02-06- Fixed some failing new-luxc tests.Eduardo Julian1-7/+13
2018-01-28- Got the tests to build again.Eduardo Julian1-4/+4
2017-12-02- Got most of the tests working again.Eduardo Julian1-1/+27
2017-12-01- Got the tests to compile again.Eduardo Julian1-284/+284
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-52/+52
2017-11-15- Got the tests to run again.Eduardo Julian1-2/+2
2017-11-01- Minor refactorings.Eduardo Julian1-56/+56
2017-11-01- Re-organized code-generation, and re-named it "translation".Eduardo Julian1-79/+79
2017-11-01- Re-organized synthesis.Eduardo Julian1-1/+0
2017-10-31- Re-organized analysis.Eduardo Julian1-1/+0
2017-10-31- Re-named "expr" module to "expression".Eduardo Julian1-56/+56
2017-10-30- Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian1-235/+217
2017-10-29- Fixed some bugs.Eduardo Julian1-2/+3
2017-10-26- Fixed remaining tests in compiler.Eduardo Julian1-1/+1
2017-10-26- Fixed some compiler tests.Eduardo Julian1-30/+102
2017-10-21- Updated new compiler to latest version of stdlib.Eduardo Julian1-405/+423
2017-10-19- Compilation for method invocation.Eduardo Julian1-1/+72
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-74/+74
2017-10-14- Compilation and tests for fields.Eduardo Julian1-0/+33
2017-10-14- Compilation for object-based procedures.Eduardo Julian1-2/+98
2017-10-12- Compilation and tests for arrays.Eduardo Julian1-0/+108
2017-10-12- Compilation and tests for arithmetic, bit-wise operations and order.Eduardo Julian1-0/+135
2017-10-12- Compilation and tests for primitive conversions.Eduardo Julian1-0/+100