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