aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweaked how I64 masks are made.Eduardo Julian2020-10-121-8/+19
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-097-38/+38
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-093-23/+41
* Test imports for circular dependencies.Eduardo Julian2020-10-076-15/+277
* Gave Aedifex support for multiple profiles.Eduardo Julian2020-10-0311-217/+417
* Added deployment code to Aedifex.Eduardo Julian2020-10-037-8/+200
* Changed the format of project descriptor files.Eduardo Julian2020-09-161-65/+101
* Test programs + auti build/test.Eduardo Julian2020-08-296-40/+245
* Build programs.Eduardo Julian2020-08-288-15/+305
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-2610-102/+564
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-183-2/+30
* Add local repo installation to Aedifex.Eduardo Julian2020-08-178-45/+196
* Aedifex can generate POM files.Eduardo Julian2020-08-122-0/+119
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-124-0/+315
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-35/+36
* Fixed the last set of bugs involved in JS compilation.Eduardo Julian2020-08-081-1/+1
* Can get the JS compiler to compile its own source-code.Eduardo Julian2020-07-161-16/+29
* Mo' fixes, less problems.Eduardo Julian2020-07-141-2/+3
* Got the JS compiler to compile fully.Eduardo Julian2020-07-111-2/+0
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-1/+2
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-14/+22
* WIP: Leiningen integration with the new JVM compiler.Eduardo Julian2020-07-011-5/+6
* Added the missing cache invalidation to the new compiler.Eduardo Julian2020-06-291-3/+6
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-281-6/+30
* Can now import previously exported libraries.Eduardo Julian2020-05-294-5/+73
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-283-39/+122
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-172-3/+3
* :share no longer relies on :assumeEduardo Julian2020-05-171-2/+2
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-163-59/+39
* Including runtime machinery in the cache.Eduardo Julian2020-05-091-7/+6
* Loading the artifacts from the cache and re-populating the analyser's state.Eduardo Julian2020-05-061-1/+1
* Now caching the reservations from the archive.Eduardo Julian2020-04-211-9/+13
* Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian2020-04-191-1/+3
* Generating definition names in a new way.Eduardo Julian2020-04-161-12/+12
* Got the new compiler to build again.Eduardo Julian2020-03-191-29/+32
* Beginning to cache artifacts.Eduardo Julian2020-03-051-4/+6
* Re-located code related to Lux's compilation across the different phases.Eduardo Julian2020-01-111-7/+8
* Re-located Lux's parser.Eduardo Julian2020-01-101-2/+4
* Re-located generation infrastructure.Eduardo Julian2019-12-301-2/+2
* Re-organized macro-expansion machinery.Eduardo Julian2019-12-301-2/+2
* Committing to Promise as the base monad for the compiler.Eduardo Julian2019-12-291-70/+75
* Compiler extensions have been tested to work.Eduardo Julian2019-10-151-2/+6
* Added packaging machinery for the JVM compiler.Eduardo Julian2019-09-181-9/+11
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-071-21/+21
* No more "n/"-prefixed functions.Eduardo Julian2019-07-263-12/+17
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-3/+3
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-4/+7
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-023-27/+27
* Improved the convention for using text formatters.Eduardo Julian2019-06-2019-69/+66
* Array machinery for the JavaScript compiler.Eduardo Julian2019-06-151-3/+6