aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-07Optimized generation of I64, F64 and variants on JVM.Eduardo Julian21-139/+266
2020-10-07Re-named "Cursor" type to "Location".Eduardo Julian29-391/+405
2020-10-07Test imports for circular dependencies.Eduardo Julian16-429/+1109
2020-10-04Test to make sure modules cannot import themselves.Eduardo Julian8-283/+505
2020-10-03Gave Aedifex support for multiple profiles.Eduardo Julian19-406/+799
2020-10-03Added deployment code to Aedifex.Eduardo Julian19-431/+896
2020-09-16Changed the format of project descriptor files.Eduardo Julian52-399/+758
2020-08-29Test programs + auti build/test.Eduardo Julian18-171/+578
2020-08-28Build programs.Eduardo Julian15-83/+467
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian28-170/+831
2020-08-18Calculate SHA-1 and MD5 hashes.Eduardo Julian9-70/+219
2020-08-17Add local repo installation to Aedifex.Eduardo Julian16-113/+348
2020-08-12Aedifex can generate POM files.Eduardo Julian7-51/+404
2020-08-12WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian19-1087/+1747
2020-08-10Improved naming when evaluating code on the host platform.Eduardo Julian37-236/+540
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian29-340/+559
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian78-460/+543
2020-08-09No longer inline the object literal for variants.Eduardo Julian9-124/+345
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 ↵Eduardo Julian22-353/+400
way... for now)
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 ↵Eduardo Julian23-1265/+1304
necessary.
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 ↵Eduardo Julian12-519/+673
library and its tests.
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
compiler.
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