aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Got the new compiler to build again.Eduardo Julian2020-03-197-113/+128
|
* No passing the archive as a parameter to all phases.Eduardo Julian2020-03-189-129/+142
|
* Beginning to cache artifacts.Eduardo Julian2020-03-051-2/+5
|
* Re-located code related to Lux's compilation across the different phases.Eduardo Julian2020-01-1112-67/+94
|
* Re-located generation extensions for JVM.Eduardo Julian2019-12-301-2/+3
|
* Re-located generation infrastructure.Eduardo Julian2019-12-307-13/+13
|
* Re-organized macro-expansion machinery.Eduardo Julian2019-12-301-1/+2
|
* Committing to Promise as the base monad for the compiler.Eduardo Julian2019-12-291-17/+19
|
* FIX the names of function classes are now prefixed with their originating ↵Eduardo Julian2019-12-292-5/+20
| | | | module.
* Optimized pattern-matching against variants.Eduardo Julian2019-12-281-46/+54
|
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-283-24/+596
|
* Falling back to using the old method of JVM generation while I properly ↵Eduardo Julian2019-12-275-35/+284
| | | | debug and optimize the new one.
* Ported program generation, host environment and packaging machinery to stdlib.Eduardo Julian2019-12-244-621/+20
|
* Almost completely ported JVM runtime generation to the new JVM bytecode ↵Eduardo Julian2019-10-272-12/+7
| | | | machinery.
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-4/+2
|
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-173-16/+13
|
* Now allowing types for methods.Eduardo Julian2019-10-165-28/+25
|
* Small refactoringEduardo Julian2019-10-161-25/+24
|
* Compiler extensions have been tested to work.Eduardo Julian2019-10-152-4/+41
|
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-141-3/+5
|
* Now generating a "LuxProgram" class, instead of a "_" class.Eduardo Julian2019-09-182-15/+14
|
* Added packaging machinery for the JVM compiler.Eduardo Julian2019-09-183-18/+138
|
* Some refactoring.Eduardo Julian2019-09-174-17/+26
|
* More fixes.Eduardo Julian2019-09-147-34/+37
|
* Some fixes.Eduardo Julian2019-09-083-113/+94
|
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-072-13/+13
|
* Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian2019-09-078-93/+70
|
* Modified compiler's machinery to use the new abstractions for descriptors ↵Eduardo Julian2019-09-0714-677/+636
| | | | and signatures.
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-2012-22/+27
|
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-2014-638/+604
|
* Got the new compiler working again.Eduardo Julian2019-08-1015-91/+80
|
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-312-5/+5
|
* Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian2019-07-071-4/+4
|
* Array machinery for the JavaScript compiler.Eduardo Julian2019-06-151-1/+6
|
* Some fixes for the scripting languages.Eduardo Julian2019-06-142-13/+49
| | | + Small optimizations for pattern-matching generation.
* Some fixes.Eduardo Julian2019-06-133-16/+43
|
* WIP: Class definition.Eduardo Julian2019-06-063-1/+268
|
* Various fixes and tweaks.Eduardo Julian2019-05-292-5/+44
|
* Both the old JVM interop and the new JVM interop use the same syntax for ↵Eduardo Julian2019-05-284-10/+10
| | | | array types.
* Implemented machinery for "lux syntax char case!".Eduardo Julian2019-05-283-102/+172
|
* WIP: Separate Scheme compiler.Eduardo Julian2019-05-213-413/+0
|
* Moved some of the reflection machinery to its own modules.Eduardo Julian2019-05-181-1/+1
| | | * WIP: Implementation of completeness testing for anonymous classes.
* Forgot to actually compile the methods. Now doing so.Eduardo Julian2019-05-172-37/+56
|
* Refactored boxes and reflections.Eduardo Julian2019-05-171-71/+73
|
* Some type casting/coercion automation.Eduardo Julian2019-05-161-72/+72
|
* Yet more fiddling with types for JVM interop.Eduardo Julian2019-05-162-158/+166
| | | | + Some progress on anonymous classes. + More elaborate handling of JVM arrays.
* More fiddling with types for JVM interop.Eduardo Julian2019-05-131-111/+114
|
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-121-1/+1
|
* Grounded some of the machinery used in analysis and generation on the types ↵Eduardo Julian2019-05-101-21/+66
| | | | in "lux/target/jvm/type".
* WIP: Anonymous classes analysis & generation.Eduardo Julian2019-05-091-27/+231
|