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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-173
/
+0
2021-02-04
Updates for Lua compiler.
Eduardo Julian
1
-64
/
+47
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
1
-3
/
+4
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-38
/
+38
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-2
/
+2
2020-10-25
Some improvements to the Lux syntax parser.
Eduardo Julian
1
-3
/
+3
2020-09-16
Changed the format of project descriptor files.
Eduardo Julian
1
-2
/
+1
2020-08-09
"abstract:" macro now takes annotations after representation type.
Eduardo Julian
1
-6
/
+6
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-1
/
+1
2020-05-16
Parallel compilation for the new compiler(s).
Eduardo Julian
1
-56
/
+92
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
1
-3
/
+6
2019-04-06
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
1
-1
/
+2
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-1
/
+2
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-7
/
+7
2018-12-15
Moved the "lux/concurrency" modules under "lux/control".
Eduardo Julian
1
-9
/
+9
2018-07-28
Removed temporary "|" prefix on Nat.
Eduardo Julian
1
-9
/
+9
2018-07-28
Temporary commit to get rid of "+" signs for Nat.
Eduardo Julian
1
-8
/
+8
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-4
/
+4
2018-07-14
- New syntax for bit values: "#0" and "#1", instead of "false" and "true".
Eduardo Julian
1
-6
/
+6
2018-07-13
Re-named "Bool" type to "Bit".
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-7
/
+9
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-4
/
+4
2018-07-09
- Fixes: Part 1.
Eduardo Julian
1
-1
/
+1
2018-07-03
- Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...
Eduardo Julian
1
-8
/
+8
2018-05-20
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
1
-11
/
+11
2018-05-13
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
1
-5
/
+5
2018-05-05
- Removed Void and Unit as kinds of types.
Eduardo Julian
1
-9
/
+9
2018-01-30
- Implemented semaphores, mutexes and barriers.
Eduardo Julian
1
-0
/
+147