aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bugs while parsing modules' cached data.Eduardo Julian2020-05-0511-198/+238
|
* Now caching the documents generated after compiling each module.Eduardo Julian2020-04-2213-125/+353
|
* Now caching the reservations from the archive.Eduardo Julian2020-04-2114-119/+393
|
* Added some testing machinery to measure the code coverage of tests.Eduardo Julian2020-04-2010-253/+401
|
* Got JVM anonymous classes to compile again.Eduardo Julian2020-04-206-168/+224
|
* Fixed some compilation bugs.Eduardo Julian2020-04-194-109/+251
|
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-1915-80/+160
|
* Generating module IDs in a similar way to artifact IDs.Eduardo Julian2020-04-1813-67/+146
|
* Improved test for exceptions.Eduardo Julian2020-04-185-41/+128
|
* Generating definition names in a new way.Eduardo Julian2020-04-1614-58/+93
|
* Test for concatenative programming.Eduardo Julian2020-04-157-92/+333
|
* Some tweaks to how dictionaries and rows work.Eduardo Julian2020-04-1512-85/+107
|
* Test for predicates + adjustments to code-generation code.Eduardo Julian2020-03-1917-83/+174
|
* Got the new compiler to build again.Eduardo Julian2020-03-1913-352/+262
|
* Test for order + fixes for interval.Eduardo Julian2020-03-186-57/+89
|
* 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-0516-324/+359
|
* Beginning to cache artifacts.Eduardo Julian2020-03-057-132/+183
|
* Test for enums + adjustments to Python-generation code.Eduardo Julian2020-03-0416-328/+370
|
* Test for codec composition + adjustments to JS-generation code.Eduardo Julian2020-03-0417-301/+360
|
* 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-11140-500/+573
|
* Re-located Lux's parser.Eduardo Julian2020-01-104-8/+14
|
* Re-located generation extensions for JVM.Eduardo Julian2019-12-304-47/+43
|
* Re-located generation infrastructure.Eduardo Julian2019-12-3015-115/+114
|
* Re-organized code-evaluation machinery.Eduardo Julian2019-12-305-26/+23
|
* Re-organized macro-expansion machinery.Eduardo Julian2019-12-308-22/+23
|
* Committing to Promise as the base monad for the compiler.Eduardo Julian2019-12-295-159/+156
|
* FIX the names of function classes are now prefixed with their originating ↵Eduardo Julian2019-12-293-28/+45
| | | | module.
* Optimized pattern-matching against variants.Eduardo Julian2019-12-281-8/+2
|
* Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian2019-12-284-23/+346
|
* Falling back to using the old method of JVM generation while I properly ↵Eduardo Julian2019-12-273-12/+27
| | | | debug and optimize the new one.
* Bug fixes.Eduardo Julian2019-12-267-166/+145
|
* Optimized LuxRuntime::case and fixed a few bugs.Eduardo Julian2019-12-254-52/+66
|
* 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-216-128/+272
|
* Ported JVM host extension generation to the new JVM bytecode machinery.Eduardo Julian2019-11-214-4/+1088
|
* Minor adjustments.Eduardo Julian2019-11-1818-457/+443
|
* Tests for JVM bytecode machinery. [Part 5]Eduardo Julian2019-11-1610-1473/+311
|
* WIP: Tests for JVM bytecode machinery. [Part 4]Eduardo Julian2019-11-162-135/+141
|
* WIP: Tests for JVM bytecode machinery. [Part 3]Eduardo Julian2019-11-154-71/+330
|
* Fixed the test for INVOKEINTERFACE.Eduardo Julian2019-11-142-14/+10
|
* WIP: Tests for JVM bytecode machinery. [Part 2]Eduardo Julian2019-11-101-38/+369
|
* WIP: Tests for JVM bytecode machinery. [Part 1]Eduardo Julian2019-11-091-26/+284
|
* WIP: Tests for JVM bytecode machinery. [Part 0]Eduardo Julian2019-11-098-260/+768
|
* WIP: Major refactoring of JVM bytecode machinery.Eduardo Julian2019-11-0741-542/+2187
|
* Almost completely ported JVM runtime generation to the new JVM bytecode ↵Eduardo Julian2019-10-2719-647/+1309
| | | | machinery.
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-177-21/+547
|
* CHANGE shifting forged labels to avoid accidental collisions with legitimate ↵Eduardo Julian2019-10-175-11/+23
| | | | labels
* FIX old compiler could allow aliases to be defined more than onceEduardo Julian2019-10-172-2/+2
|