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
/
test
/
aedifex
/
repository.lux
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-22
/
+23
*
Better syntax for parallel-hierarchy imports.
Eduardo Julian
2021-07-12
1
-4
/
+4
*
Re-named ":coerce" to ":as" since it technically doesn't do coercions.
Eduardo Julian
2021-07-11
1
-0
/
+2
*
Simplified the API for file-system operations.
Eduardo Julian
2021-07-06
1
-0
/
+2
*
No longer employing the capabilities model on the lux/world/* modules.
Eduardo Julian
2021-07-02
1
-8
/
+10
*
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
2021-06-30
1
-6
/
+30
*
Some renamings.
Eduardo Julian
2020-12-26
1
-0
/
+3
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
1
-4
/
+4
*
Refactored "export" common syntax.
Eduardo Julian
2020-12-23
1
-33
/
+16
*
Properly naming unicode Block type.
Eduardo Julian
2020-12-22
1
-17
/
+13
*
Removed several unnecessary imports.
Eduardo Julian
2020-12-12
1
-4
/
+5
*
Re-named "with-cover" to "for".
Eduardo Julian
2020-12-10
1
-4
/
+4
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2020-12-02
1
-2
/
+2
*
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2020-11-07
1
-3
/
+3
*
Improved error reporting for syntax macros.
Eduardo Julian
2020-11-05
1
-0
/
+93