aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-0/+15
* Refactored the machinery to make local macros into its own module.Eduardo Julian2021-06-181-1/+1
* Almost done with Scheme.Eduardo Julian2021-05-241-18/+22
* More Lua + optimizations.Eduardo Julian2021-02-121-22/+28
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-5/+6
* Added lexically-scoped templates.Eduardo Julian2021-01-051-2/+0
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-27/+27
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-2/+3
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-8/+8
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-4/+3
* Easy to use Rev constants.Eduardo Julian2020-10-311-3/+3
* Some small refactoring.Eduardo Julian2020-10-251-2/+2
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-1/+0
* 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
* 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-291-2/+2
* Can now export Lux code as library TAR files.Eduardo Julian2020-05-281-11/+21
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
* :share no longer relies on :assumeEduardo Julian2020-05-171-2/+2
* Parallel compilation for the new compiler(s).Eduardo Julian2020-05-161-43/+13
* 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
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-15/+15
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-1/+1
* Array machinery for the JavaScript compiler.Eduardo Julian2019-06-151-3/+6
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-3/+4
* WIP: Class definition.Eduardo Julian2019-06-061-3/+4
* Moved JVM type machinery to stdlib.Eduardo Julian2019-04-271-2/+0
* WIP: PHP compiler.Eduardo Julian2019-04-241-1/+2
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-071-3/+4
* Changed how compiler output is accumulated to ensure correct order when gener...Eduardo Julian2019-03-181-14/+5
* Cobbled together a simple packager.Eduardo Julian2019-03-181-9/+53