aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-1627-328/+644
* Now allowing types for methods.Eduardo Julian2019-10-164-75/+88
* Small refactoringEduardo Julian2019-10-161-4/+4
* Compiler extensions have been tested to work.Eduardo Julian2019-10-1512-74/+341
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-142-4/+27
* Fixed a bug wherein definitions created while processing module referrals did...Eduardo Julian2019-09-182-2/+5
* Added packaging machinery for the JVM compiler.Eduardo Julian2019-09-182-15/+28
* Fixed some bugs related to JVM types.Eduardo Julian2019-09-174-13/+9
* Added the ":let" macro to enable reuse of type fragments in larger types.Eduardo Julian2019-09-151-1/+2
* Implemented function memoization.Eduardo Julian2019-09-152-21/+80
* Implemented mixin-style function composition.Eduardo Julian2019-09-151-0/+63
* Got the tests running again.Eduardo Julian2019-09-1522-81/+121
* More fixes.Eduardo Julian2019-09-1411-537/+725
* Some fixes.Eduardo Julian2019-09-089-704/+810
* Moved polytypic code generators to their own branch.Eduardo Julian2019-09-073-598/+0