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
/
lang
/
compiler
/
analysis
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
- Re-named path "lux/lang/*" to "lux/language/*".
Eduardo Julian
2018-07-10
9
-1605
/
+0
|
*
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
2018-07-10
5
-7
/
+7
|
*
- Re-organized dictionary & set modules a bit.
Eduardo Julian
2018-07-10
2
-2
/
+2
|
*
- Re-named "Dict" type to "Dictionary".
Eduardo Julian
2018-07-10
2
-6
/
+6
|
*
- Re-named "struct:" to "structure:".
Eduardo Julian
2018-07-10
1
-1
/
+1
|
*
- Re-named "equality" to "equivalence".
Eduardo Julian
2018-07-05
2
-7
/
+7
|
*
- Re-named "degree" to "revolution".
Eduardo Julian
2018-07-04
4
-5
/
+5
|
*
- Re-named Bound to Paremeter.
Eduardo Julian
2018-07-04
1
-8
/
+8
|
*
- Test (and fix) that global-reference analysis only allows you to see ↵
Eduardo Julian
2018-07-04
1
-12
/
+32
|
|
|
|
definitions within your current module, or exports from imported modules.
*
- "with-stack" function for stacking exceptions.
Eduardo Julian
2018-07-04
3
-20
/
+10
|
*
- Re-named ":!" to ":coerce".
Eduardo Julian
2018-07-03
1
-2
/
+2
|
*
- Heavy refactoring to integrate extensions better with the rest of the ↵
Eduardo Julian
2018-06-17
9
-0
/
+1595
compiler.