aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-0174-348/+452
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-014-12/+15
* Added the missing cache invalidation to the new compiler.Eduardo Julian2020-06-297-55/+157
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-2823-1347/+1386
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-2813-383/+391
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-2412-519/+673
* Bug fixes.Eduardo Julian2020-06-2310-373/+638
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-197-86/+219
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-127-22/+936
* Updated test for function optimization.Eduardo Julian2020-06-1112-232/+696
* Basic pattern-matching optimizations.Eduardo Julian2020-06-095-98/+437
* Now applying the loop optimization to all functions.Eduardo Julian2020-06-036-146/+182
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-0311-326/+971
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-0127-284/+774
* Re-enabled lux/tool tests.Eduardo Julian2020-05-3121-194/+423
* Can now import previously exported libraries.Eduardo Julian2020-05-2911-156/+343
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-2814-164/+357
* Can now parse TAR files.Eduardo Julian2020-05-2814-137/+991
* Can now write TAR files.Eduardo Julian2020-05-1914-18/+699
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-17178-636/+526
* :share no longer relies on :assumeEduardo Julian2020-05-179-168/+209
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-1616-400/+633
* Made test-running parallel again.Eduardo Julian2020-05-1312-183/+372
* Now logging to a data-structure and only printing in the end.Eduardo Julian2020-05-1210-30/+202
* Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian2020-05-1224-143/+348
* Now storing and loading extensions in the cache.Eduardo Julian2020-05-1111-162/+453
* Now properly loading the cached definitions.Eduardo Julian2020-05-1011-292/+425
* Including runtime machinery in the cache.Eduardo Julian2020-05-0914-292/+454
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-0618-315/+568
* 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