aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-17/+31
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-1712-23/+23
* :share no longer relies on :assumeEduardo Julian2020-05-173-13/+11
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-163-234/+9
* Now logging to a data-structure and only printing in the end.Eduardo Julian2020-05-121-1/+2
* Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2020-05-121-2/+5
* Including runtime machinery in the cache.Eduardo Julian2020-05-092-16/+33
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-061-20/+33
* Got JVM anonymous classes to compile again.Eduardo Julian2020-04-201-80/+80
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-192-5/+3
* Generating module IDs in a similar way to artifact IDs.Eduardo Julian2020-04-186-38/+37
* Generating definition names in a new way.Eduardo Julian2020-04-163-5/+5
* 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 mod...Eduardo Julian2019-12-292-5/+20
* 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 debug...Eduardo Julian2019-12-275-35/+284
* 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 machi...Eduardo Julian2019-10-272-12/+7
* 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-142-4/+8
* 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-148-36/+40
* 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 and...Eduardo Julian2019-09-0714-677/+636
* 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
* 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