aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/platform/compiler/default/phase/extension.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-29Extracted "phase" from under "lux/platform/compiler/default".Eduardo Julian1-140/+0
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-27Some refactoring.Eduardo Julian1-7/+9
2018-10-13Removed timing/perf-logging.Eduardo Julian1-2/+1
2018-08-26Micro-optimizations.Eduardo Julian1-19/+22
2018-08-23No more escaping of new-line.Eduardo Julian1-1/+1
2018-08-22No more escaping of horizontal-tab.Eduardo Julian1-2/+4
2018-08-20- Fixed ordering issue with Lux arithmetic extensions.Eduardo Julian1-2/+3
2018-08-16Extension-related fixes.Eduardo Julian1-4/+12
2018-08-11Fixed various JVM translation tests.Eduardo Julian1-6/+13
2018-08-11Moved interpreter (REPL) code to stdlib.Eduardo Julian1-1/+2
2018-08-08Small fixes.Eduardo Julian1-1/+1
2018-07-29Moved evaluation machinery from new-luxc to stdlib.Eduardo Julian1-2/+5
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian1-7/+7
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-5/+6
2018-07-13- Fixes for compiler build [part 0].Eduardo Julian1-39/+86
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-6/+8
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-5/+5
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-1/+1
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-04- When a method/constructor is not found, the signatures of alternatives with...Eduardo Julian1-5/+1
2018-06-17- Heavy refactoring to integrate extensions better with the rest of the compi...Eduardo Julian1-0/+68