aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/scheme (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-located code related to Lux's compilation across the different phases.Eduardo Julian2020-01-119-893/+0
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-311-1/+2
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-1/+3
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-2/+3
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-1/+0
* Improved the convention for using text formatters.Eduardo Julian2019-06-205-8/+5
* Fixes and adaptations for the JavaScript compiler.Eduardo Julian2019-06-161-2/+2
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-2/+2
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-282-8/+3
* WIP: Separate Scheme compiler.Eduardo Julian2019-05-214-181/+123
* Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian2019-04-278-8/+9
* Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian2019-04-271-1/+2
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-192-5/+8
* The old compiler is now identified with "old" instead of "jvm". This should h...Eduardo Julian2019-04-169-0/+0
* Removed the (deemed unnecessary) host extensions for the scripting languages.Eduardo Julian2019-04-152-15/+2
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-1/+1
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-066-10/+14
* Re-named "do-template" to "template".Eduardo Julian2019-03-303-7/+7
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-155-26/+26
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-145-78/+75
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-137-17/+18
* - Re-named "lux/tool/compiler/phase/generation/js/expression" to "lux/tool/co...Eduardo Julian2019-03-131-59/+0
* The "translation" phase has been re-named to "generation".Eduardo Julian2019-03-1311-0/+1021