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
/
language
/
compiler
/
meta
/
cache.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2018-07-21
- Re-named "Compiler" to "Phase".
Eduardo Julian
1
-167
/
+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