aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/phase/generation.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-30Re-located generation infrastructure.Eduardo Julian1-298/+0
2019-12-29Committing to Promise as the base monad for the compiler.Eduardo Julian1-3/+4
2019-12-29FIX the names of function classes are now prefixed with their originating mod...Eduardo Julian1-6/+12
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-0/+16
2019-09-18Fixed a bug wherein definitions created while processing module referrals did...Eduardo Julian1-1/+1
2019-09-07Renamed "Statement" to "Directive".Eduardo Julian1-48/+48
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-29/+29
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-7/+7
2019-04-24WIP: PHP compiler.Eduardo Julian1-3/+5
2019-04-17Now "refreshing" the evaluator every time a new definition is processed.Eduardo Julian1-9/+18
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+2
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-5/+5
2019-03-26Got the Python compiler running.Eduardo Julian1-3/+8
2019-03-18Changed how compiler output is accumulated to ensure correct order when gener...Eduardo Julian1-10/+10
2019-03-18Cobbled together a simple packager.Eduardo Julian1-23/+26
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-2/+2
2019-03-13The "translation" phase has been re-named to "generation".Eduardo Julian1-0/+0
2019-03-03Some refactoring around synthesis.Eduardo Julian1-15/+20
2019-02-13- WIP: Moved some of the JS compiler machinery over to stdlib.Eduardo Julian1-5/+5
2019-02-12Re-named "lux/platform" to "lux/tool".Eduardo Julian1-0/+0
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-6/+6
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-6/+6
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-0/+0
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-13Minor refactoring.Eduardo Julian1-10/+10
2018-08-26Micro-optimizations.Eduardo Julian1-12/+12
2018-08-16Various fixes.Eduardo Julian1-1/+1
2018-08-09- Fixes for eval.Eduardo Julian1-24/+18
2018-08-08- Re-defined the relationship between analysis and evaluation.Eduardo Julian1-4/+5
2018-08-02Moved statement phase into stdlib.Eduardo Julian1-14/+10
2018-07-30Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian1-1/+14
2018-07-30Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian1-1/+1
2018-07-29Moved evaluation machinery from new-luxc to stdlib.Eduardo Julian1-0/+3
2018-07-28Added a caching layer to correlate host-specific names to Lux names.Eduardo Julian1-10/+52
2018-07-28Now providing labels/names for any intermediate definitions that might be nec...Eduardo Julian1-3/+8
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-3/+3
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-3/+3
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-6/+6
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian1-2/+2
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-1/+1
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-6/+12
2018-07-18WIP: Fix new-luxc's JVM back-end.Eduardo Julian1-42/+72
2018-07-13- Fixes for compiler build [part 0].Eduardo Julian1-42/+37
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-10/+13
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-1/+1
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-8/+8
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian1-0/+0
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-2/+2
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian1-1/+1