aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/compiler/default/phase/translation.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-250/+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
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian1-2/+2
2018-07-10- Re-named "sig:" to "signature:".Eduardo Julian1-1/+1
2018-07-04- When a method/constructor is not found, the signatures of alternatives with...Eduardo Julian1-5/+3
2018-07-03- Re-named "sequence" to "row".Eduardo Julian1-4/+4
2018-06-17- Heavy refactoring to integrate extensions better with the rest of the compi...Eduardo Julian1-0/+0
2018-06-17- Migrated Scheme back-end to stdlib.Eduardo Julian1-0/+164