aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/tool/compiler/meta/cache.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-28Re-added & u[dated packaging machinery.Eduardo Julian1-181/+0
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-5/+5
2020-04-19Fixed artifact file-name generation and archive module naming in caching.Eduardo Julian1-8/+8
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-1/+3
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-4/+4
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-1/+1
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian1-8/+8
to avoid confusion since "/" is used for relative module paths.
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-18/+19
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 ↵Eduardo Julian1-2/+2
structures.
2019-02-04Changed the naming style for structures.Eduardo Julian1-7/+7
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-1/+1
2018-10-29Nested the compiler and the interpreter under the lux/platform/* path.Eduardo Julian1-0/+0
2018-10-27Some refactoring.Eduardo Julian1-13/+24
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian1-3/+3
2018-07-21Re-named "Ident" to "Name".Eduardo Julian1-1/+1
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian1-0/+0
- Re-structured the compiler infrastructure.
2018-07-21Re-named "Binary" type to "Format".Eduardo Julian1-7/+7
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian1-2/+2
module aliases.
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-13/+15
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-3/+3
- Small improvements to lux-mode.
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-3/+3
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-15/+18
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-2/+2
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-10/+10
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-3/+3
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian1-2/+2
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian1-2/+2
2018-07-10- Ported caching machinery for default compiler.Eduardo Julian1-14/+13
- Expanded binary format module.
2018-07-08- Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian1-0/+163