aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-0612-208/+384
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-0510-196/+236
* Now caching the documents generated after compiling each module.Eduardo Julian2020-04-2211-77/+267
* Now caching the reservations from the archive.Eduardo Julian2020-04-2110-86/+235
* Added some testing machinery to measure the code coverage of tests.Eduardo Julian2020-04-206-126/+241
* Got JVM anonymous classes to compile again.Eduardo Julian2020-04-203-103/+101
* Fixed some compilation bugs.Eduardo Julian2020-04-193-55/+92
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-1910-70/+80
* Generating module IDs in a similar way to artifact IDs.Eduardo Julian2020-04-1813-67/+146
* Improved test for exceptions.Eduardo Julian2020-04-183-13/+15
* Generating definition names in a new way.Eduardo Julian2020-04-1613-46/+81
* Test for concatenative programming.Eduardo Julian2020-04-154-85/+89
* Some tweaks to how dictionaries and rows work.Eduardo Julian2020-04-1510-71/+85
* Test for predicates + adjustments to code-generation code.Eduardo Julian2020-03-1914-80/+109
* Got the new compiler to build again.Eduardo Julian2020-03-1912-323/+230
* Test for order + fixes for interval.Eduardo Julian2020-03-183-20/+18
* No passing the archive as a parameter to all phases.Eduardo Julian2020-03-1861-1154/+1263
* Test for equivalence + adjustments to Lua-generation code.Eduardo Julian2020-03-0514-321/+323
* Beginning to cache artifacts.Eduardo Julian2020-03-056-128/+177
* Test for enums + adjustments to Python-generation code.Eduardo Julian2020-03-0412-315/+316
* Test for codec composition + adjustments to JS-generation code.Eduardo Julian2020-03-0414-294/+315
* Re-located compiler's version.Eduardo Julian2020-01-115-13/+15
* Re-located code related to Lux's compilation across the different phases.Eduardo Julian2020-01-11139-493/+565
* Re-located Lux's parser.Eduardo Julian2020-01-103-6/+10
* Re-located generation extensions for JVM.Eduardo Julian2019-12-304-47/+43
* Re-located generation infrastructure.Eduardo Julian2019-12-3014-113/+112
* Re-organized code-evaluation machinery.Eduardo Julian2019-12-305-26/+23
* Re-organized macro-expansion machinery.Eduardo Julian2019-12-307-20/+21
* Committing to Promise as the base monad for the compiler.Eduardo Julian2019-12-294-89/+81
* FIX the names of function classes are now prefixed with their originating mod...Eduardo Julian2019-12-293-28/+45
* Optimized pattern-matching against variants.Eduardo Julian2019-12-281-8/+2
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-282-1/+283
* Falling back to using the old method of JVM generation while I properly debug...Eduardo Julian2019-12-273-12/+27
* Bug fixes.Eduardo Julian2019-12-267-166/+145
* Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian2019-12-253-29/+63
* Ported program generation, host environment and packaging machinery to stdlib.Eduardo Julian2019-12-248-33/+750
* Properly track how the stack changes in the presence of discontinuities.Eduardo Julian2019-12-215-95/+236
* Ported JVM host extension generation to the new JVM bytecode machinery.Eduardo Julian2019-11-214-4/+1088
* Minor adjustments.Eduardo Julian2019-11-1817-449/+439
* Tests for JVM bytecode machinery. [Part 5]Eduardo Julian2019-11-168-1431/+124
* WIP: Tests for JVM bytecode machinery. [Part 4]Eduardo Julian2019-11-161-2/+9
* WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian2019-11-153-68/+134
* Fixed the test for INVOKEINTERFACE.Eduardo Julian2019-11-141-6/+6
* WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian2019-11-097-228/+260
* WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian2019-11-0741-542/+2187
* Almost completely ported JVM runtime generation to the new JVM bytecode machi...Eduardo Julian2019-10-2719-647/+1309
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-176-19/+546
* CHANGE shifting forged labels to avoid accidental collisions with legitimate ...Eduardo Julian2019-10-175-11/+23
* FIX old compiler could allow aliases to be defined more than onceEduardo Julian2019-10-172-2/+2
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-176-34/+478