aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-08Fixed the last set of bugs involved in JS compilation.Eduardo Julian2-30/+35
2020-08-07Some fixes.Eduardo Julian13-133/+235
2020-07-24Can get the JS(JS) compiler to compile.Eduardo Julian27-179/+262
2020-07-16Can get the JS compiler to compile its own source-code.Eduardo Julian6-67/+91
2020-07-14Mo' fixes, less problems.Eduardo Julian14-101/+264
2020-07-11Got the JS compiler to compile fully.Eduardo Julian8-169/+143
2020-07-10Fixes and improvements to JavaScript compilation.Eduardo Julian15-211/+329
2020-07-07Various bug fixes for JS compilation.Eduardo Julian5-193/+218
2020-07-05Got the JS compiler code to build again.Eduardo Julian12-564/+636
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian22-353/+400
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-1265/+1304
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-365/+630
2020-06-19Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian7-85/+218
2020-06-12Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian7-22/+936
2020-06-11Updated test for function optimization.Eduardo Julian12-229/+693
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-323/+968
2020-06-01Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian27-282/+772
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-135/+989
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-399/+632
2020-05-13Made test-running parallel again.Eduardo Julian12-181/+370
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-291/+424
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-313/+566
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-251/+399
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