aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | + No more "m/"-prefixed functions.
* 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
|
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-3/+4
| | | + Small optimizations for pattern-matching generation.
* WIP: Class definition.Eduardo Julian2019-06-061-3/+4
|
* Removed the useless #lux.type? annotation tag.Eduardo Julian2019-05-221-1/+1
|
* Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵Eduardo Julian2019-05-021-2/+2
| | | | type and its "magical" compiler behavior.
* Moved JVM type machinery to stdlib.Eduardo Julian2019-04-271-2/+0
|
* WIP: PHP compiler.Eduardo Julian2019-04-241-1/+2
|
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-191-5/+5
|
* - Upgrade the tuple left-access mechanism to the new style.Eduardo Julian2019-04-072-5/+6
| | | | - Updated JS compiler. - Updated Python compiler.
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-062-2/+4
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-306-14/+14
|
* Changed how compiler output is accumulated to ensure correct order when ↵Eduardo Julian2019-03-181-14/+5
| | | | generating the final executable file.
* Cobbled together a simple packager.Eduardo Julian2019-03-181-9/+53
|
* Now compiling program statements.Eduardo Julian2019-03-171-16/+16
|
* Now only timing compiler operations in the Leiningen plugin.Eduardo Julian2019-03-171-15/+0
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-159-54/+54
| | | | to avoid confusion since "/" is used for relative module paths.
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-143-9/+9
|
* The general shape of the compiler has been recognized as a program unto ↵Eduardo Julian2019-03-132-0/+139
| | | | itself (albeit a program which must be parameterized).
* Improved the names of monad transformers.Eduardo Julian2019-02-242-2/+2
|
* Updated license for 2019.Eduardo Julian2019-02-111-18/+24
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-119-13/+13
| | | | structures.
* Small improvements & fixes.Eduardo Julian2019-02-071-0/+5
|
* Updated Scriptum to make sure it always generates documentation for tested ↵Eduardo Julian2019-02-051-8/+4
| | | | modules.
* Folded license-making program (legislator) into the Lux project proper (as ↵Eduardo Julian2019-02-0520-0/+1816
| | | | licentia).