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
/
control
/
concurrency
/
semaphore.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Normalized the hierarchy of the standard library modules.
Eduardo Julian
2021-07-14
1
-173
/
+0
|
*
Updates for Lua compiler.
Eduardo Julian
2021-02-04
1
-64
/
+47
|
*
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
2020-12-29
1
-3
/
+4
|
*
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
2020-12-25
1
-38
/
+38
|
*
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵
Eduardo Julian
2020-12-02
1
-2
/
+2
|
|
|
|
convention that only macros that deal with types may start with a colon.
*
Some improvements to the Lux syntax parser.
Eduardo Julian
2020-10-25
1
-3
/
+3
|
*
Changed the format of project descriptor files.
Eduardo Julian
2020-09-16
1
-2
/
+1
|
*
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
2020-08-09
1
-6
/
+6
|
*
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2020-05-17
1
-1
/
+1
|
*
Parallel compilation for the new compiler(s).
Eduardo Julian
2020-05-16
1
-56
/
+92
|
*
No more "n/"-prefixed functions.
Eduardo Julian
2019-07-26
1
-3
/
+6
|
*
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
2019-04-06
1
-1
/
+2
|
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
1
-1
/
+2
|
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
1
-1
/
+1
|
*
Changed the naming style for structures.
Eduardo Julian
2019-02-04
1
-7
/
+7
|
*
Moved the "lux/concurrency" modules under "lux/control".
Eduardo Julian
2018-12-15
1
-0
/
+149