aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-11Got the JS compiler to compile fully.Eduardo Julian8-170/+144
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian15-211/+329
2020-07-07Various bug fixes for JS compilation.Eduardo Julian5-203/+228
2020-07-05Got the JS compiler code to build again.Eduardo Julian12-575/+647
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian22-355/+402
2020-07-01Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian74-348/+452
2020-07-01WIP: Leiningen integration with the new JVM compiler.Eduardo Julian4-12/+15
2020-06-29Added the missing cache invalidation to the new compiler.Eduardo Julian7-55/+157
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian23-1347/+1386
2020-06-28Re-added & u[dated packaging machinery.Eduardo Julian13-383/+391
2020-06-24Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian12-519/+673
2020-06-23Bug fixes.Eduardo Julian10-373/+638
2020-06-19Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian7-86/+219
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian7-22/+936
2020-06-11Updated test for function optimization.Eduardo Julian12-232/+696
2020-06-09Basic pattern-matching optimizations.Eduardo Julian5-98/+437
2020-06-03Now applying the loop optimization to all functions.Eduardo Julian6-146/+182
2020-06-03Properly implemented and enabled loop optimization.Eduardo Julian11-326/+971
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian27-284/+774
2020-05-31Re-enabled lux/tool tests.Eduardo Julian21-194/+423
2020-05-29Can now import previously exported libraries.Eduardo Julian11-156/+343
2020-05-28Can now export Lux code as library TAR files.Eduardo Julian14-164/+357
2020-05-28Can now parse TAR files.Eduardo Julian14-137/+991
2020-05-19Can now write TAR files.Eduardo Julian14-18/+699
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian178-636/+526
2020-05-17:share no longer relies on :assumeEduardo Julian9-168/+209
2020-05-16Parallel compilation for the new compiler(s).Eduardo Julian16-400/+633
2020-05-13Made test-running parallel again.Eduardo Julian12-183/+372
2020-05-12Now logging to a data-structure and only printing in the end.Eduardo Julian10-30/+202
2020-05-12Compiler versions are now natural numbers, and are included as part of the na...Eduardo Julian24-143/+348
2020-05-11Now storing and loading extensions in the cache.Eduardo Julian11-162/+453
2020-05-10Now properly loading the cached definitions.Eduardo Julian11-292/+425
2020-05-09Including runtime machinery in the cache.Eduardo Julian14-292/+454
2020-05-06Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian18-315/+568
2020-05-05Fixed bugs while parsing modules' cached data.Eduardo Julian11-198/+238
2020-04-22Now caching the documents generated after compiling each module.Eduardo Julian13-125/+353
2020-04-21Now caching the reservations from the archive.Eduardo Julian14-119/+393
2020-04-20Added some testing machinery to measure the code coverage of tests.Eduardo Julian10-253/+401
2020-04-20Got JVM anonymous classes to compile again.Eduardo Julian6-168/+224
2020-04-19Fixed some compilation bugs.Eduardo Julian4-109/+251
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian15-80/+160
2020-04-18Generating module IDs in a similar way to artifact IDs.Eduardo Julian13-67/+146
2020-04-18Improved test for exceptions.Eduardo Julian5-41/+128
2020-04-16Generating definition names in a new way.Eduardo Julian14-58/+93
2020-04-15Test for concatenative programming.Eduardo Julian7-92/+333
2020-04-15Some tweaks to how dictionaries and rows work.Eduardo Julian12-85/+107
2020-03-19Test for predicates + adjustments to code-generation code.Eduardo Julian17-83/+174
2020-03-19Got the new compiler to build again.Eduardo Julian13-352/+262
2020-03-18Test for order + fixes for interval.Eduardo Julian6-57/+89
2020-03-18No passing the archive as a parameter to all phases.Eduardo Julian61-1154/+1263