aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-051-0/+518