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
/
data
/
collection
/
queue
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Changed the convention for the structure opening separator from "/" to ";", ↵
Eduardo Julian
2019-03-15
1
-3
/
+3
|
|
|
|
to avoid confusion since "/" is used for relative module paths.
*
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
2019-02-11
1
-1
/
+1
|
|
|
|
structures.
*
Changed the naming style for structures.
Eduardo Julian
2019-02-04
1
-4
/
+5
|
*
Removed temporary "|" prefix on Nat.
Eduardo Julian
2018-07-28
1
-2
/
+2
|
*
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
2018-07-28
1
-2
/
+2
|
*
"^open" and "open:" now use aliases instead of prefixes, the same way as ↵
Eduardo Julian
2018-07-20
1
-1
/
+1
|
|
|
|
module aliases.
*
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
2018-07-20
1
-3
/
+5
|
*
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
2018-07-14
1
-1
/
+1
|
|
|
- Small improvements to lux-mode.
*
Re-named "Bool" type to "Bit".
Eduardo Julian
2018-07-13
1
-1
/
+1
|
*
- Improvements to import syntax [part 2].
Eduardo Julian
2018-07-11
1
-6
/
+8
|
*
- Improvements to import syntax [part 1].
Eduardo Julian
2018-07-11
1
-1
/
+1
|
*
- Improvements to import syntax [part 0].
Eduardo Julian
2018-07-10
1
-3
/
+3
|
*
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
2018-07-10
1
-0
/
+102