aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-099-59/+116
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-0718-86/+171
* Re-named "Cursor" type to "Location".Eduardo Julian2020-10-0721-116/+121
* Test imports for circular dependencies.Eduardo Julian2020-10-075-90/+215
* Test to make sure modules cannot import themselves.Eduardo Julian2020-10-046-203/+325
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-036-142/+268
* Added deployment code to Aedifex.Eduardo Julian2020-10-038-419/+691
* Changed the format of project descriptor files.Eduardo Julian2020-09-1642-315/+351
* Test programs + auti build/test.Eduardo Julian2020-08-297-107/+117
* Build programs.Eduardo Julian2020-08-282-41/+57
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-2611-39/+101
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-182-3/+4
* Add local repo installation to Aedifex.Eduardo Julian2020-08-173-20/+19
* Aedifex can generate POM files.Eduardo Julian2020-08-121-2/+6
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-125-507/+571
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-1034-235/+491
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-0917-273/+316
* "abstract:" macro now takes annotations after representation type.Eduardo Julian2020-08-0974-445/+332
* No longer inline the object literal for variants.Eduardo Julian2020-08-096-108/+132
* Fixed the last set of bugs involved in JS compilation.Eduardo Julian2020-08-081-29/+34
* Some fixes.Eduardo Julian2020-08-0712-135/+237
* Can get the JS(JS) compiler to compile.Eduardo Julian2020-07-2426-175/+256
* Can get the JS compiler to compile its own source-code.Eduardo Julian2020-07-165-53/+64
* Mo' fixes, less problems.Eduardo Julian2020-07-1411-71/+169
* Got the JS compiler to compile fully.Eduardo Julian2020-07-117-168/+144
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-1013-150/+307
* Various bug fixes for JS compilation.Eduardo Julian2020-07-075-203/+228
* Got the JS compiler code to build again.Eduardo Julian2020-07-0510-411/+489
* Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian2020-07-0213-168/+191
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-011-5/+4
* Added the missing cache invalidation to the new compiler.Eduardo Julian2020-06-296-52/+151
* The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian2020-06-2819-880/+881
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-2812-377/+361
* Last bug fixes to get the new JVM compiler to fully process the standard libr...Eduardo Julian2020-06-247-23/+25
* Bug fixes.Eduardo Julian2020-06-239-223/+243
* 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-123-21/+435
* Updated test for function optimization.Eduardo Julian2020-06-117-61/+90
* Basic pattern-matching optimizations.Eduardo Julian2020-06-092-61/+80
* Now applying the loop optimization to all functions.Eduardo Julian2020-06-034-86/+116
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-037-325/+314
* Implemented an optimization for getting fields/slots from records in the new ...Eduardo Julian2020-06-0122-223/+487
* Re-enabled lux/tool tests.Eduardo Julian2020-05-313-16/+21
* Can now import previously exported libraries.Eduardo Julian2020-05-294-100/+130
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-286-42/+112
* Can now parse TAR files.Eduardo Julian2020-05-287-130/+490
* Can now write TAR files.Eduardo Julian2020-05-199-16/+608
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-17103-468/+360
* :share no longer relies on :assumeEduardo Julian2020-05-176-104/+118
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-169-191/+381