aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30Split new-luxc into lux-jvm and lux-r.Eduardo Julian34-7097/+0
2020-05-29Can now import previously exported libraries.Eduardo Julian1-2/+2
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian1-17/+31
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian12-23/+23
2020-05-17:share no longer relies on :assumeEduardo Julian3-13/+11
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian3-234/+9
2020-05-12Now logging to a data-structure and only printing in the end.Eduardo Julian1-1/+2
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian1-2/+5
2020-05-09Including runtime machinery in the cache.Eduardo Julian2-16/+33
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian1-20/+33
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian1-80/+80
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2-5/+3
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian6-38/+37
2020-04-16Generating definition names in a new way.Eduardo Julian3-5/+5
2020-03-19Got the new compiler to build again.Eduardo Julian7-113/+128
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian9-129/+142
2020-03-05Beginning to cache artifacts.Eduardo Julian1-2/+5
2020-01-11Re-located code related to Lux's compilation across the different phases.Eduardo Julian12-67/+94
2019-12-30Re-located generation extensions for JVM.Eduardo Julian1-2/+3
2019-12-30Re-located generation infrastructure.Eduardo Julian7-13/+13
2019-12-30Re-organized macro-expansion machinery.Eduardo Julian1-1/+2
2019-12-29Committing to Promise as the base monad for the compiler.Eduardo Julian1-17/+19
2019-12-29FIX the names of function classes are now prefixed with their originating mod...Eduardo Julian2-5/+20
2019-12-28Optimized pattern-matching against variants.Eduardo Julian1-46/+54
2019-12-28Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian3-24/+596
2019-12-27Falling back to using the old method of JVM generation while I properly debug...Eduardo Julian5-35/+284
2019-12-24Ported program generation, host environment and packaging machinery to stdlib.Eduardo Julian4-621/+20
2019-10-27Almost completely ported JVM runtime generation to the new JVM bytecode machi...Eduardo Julian2-12/+7
2019-10-17Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian1-4/+2
2019-10-17Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian3-16/+13
2019-10-16Now allowing types for methods.Eduardo Julian5-28/+25
2019-10-16Small refactoringEduardo Julian1-25/+24
2019-10-15Compiler extensions have been tested to work.Eduardo Julian2-4/+41
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-3/+5
2019-09-18Now generating a "LuxProgram" class, instead of a "_" class.Eduardo Julian2-15/+14
2019-09-18Added packaging machinery for the JVM compiler.Eduardo Julian3-18/+138
2019-09-17Some refactoring.Eduardo Julian4-17/+26
2019-09-14More fixes.Eduardo Julian7-34/+37
2019-09-08Some fixes.Eduardo Julian3-113/+94
2019-09-07Renamed "Statement" to "Directive".Eduardo Julian2-13/+13
2019-09-07Got rid of a useless parameter to the INVOKE instructions.Eduardo Julian8-93/+70
2019-09-07Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian14-677/+636
2019-08-20Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian12-22/+27
2019-08-20WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian14-638/+604
2019-08-10Got the new compiler working again.Eduardo Julian15-91/+80
2019-07-31Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2-5/+5
2019-07-07Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian1-4/+4
2019-06-15Array machinery for the JavaScript compiler.Eduardo Julian1-1/+6
2019-06-14Some fixes for the scripting languages.Eduardo Julian2-13/+49
2019-06-13Some fixes.Eduardo Julian3-16/+43