aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation/js/extension/common.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-located code related to Lux's compilation across the different phases.Eduardo Julian2020-01-111-227/+0
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-1/+1
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-1/+3
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-3/+3
* More JS machinery.Eduardo Julian2019-06-181-5/+52
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-23/+17
* Applied several tweaks to make the code easier to process by the new compiler.Eduardo Julian2019-05-281-2/+2
* Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian2019-04-271-1/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Updated JavaScript compiler.Eduardo Julian2019-04-041-9/+8
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-3/+3
* WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian2019-03-261-75/+27
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-2/+2
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-8/+8
* The "translation" phase has been re-named to "generation".Eduardo Julian2019-03-131-0/+232