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
/
abstract
/
monad
/
indexed.lux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
Normalized the hierarchy of the standard library modules.
Eduardo Julian
1
-83
/
+0
2021-06-30
"signature:" -> "interface:" & "structure:" -> "implementation:"
Eduardo Julian
1
-1
/
+1
2021-01-11
Encapsulate JS definitions produced by the JS compiler in a local scope to av...
Eduardo Julian
1
-3
/
+2
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
1
-7
/
+7
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
1
-4
/
+4
2020-11-28
Re-named "_.claim" to "_.cover'".
Eduardo Julian
1
-3
/
+3
2020-09-16
Changed the format of project descriptor files.
Eduardo Julian
1
-2
/
+3
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
1
-21
/
+39
2019-05-21
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
1
-1
/
+1
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-4
/
+5
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
1
-0
/
+0
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
1
-3
/
+3
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
1
-1
/
+1
2019-02-04
Changed the naming style for structures.
Eduardo Julian
1
-1
/
+1
2018-07-21
Re-named "seq" to "and" and "alt" to "or".
Eduardo Julian
1
-4
/
+4
2018-07-20
"^open" and "open:" now use aliases instead of prefixes, the same way as modu...
Eduardo Julian
1
-1
/
+1
2018-07-20
No longer giving default aliases to un-prefixed imports.
Eduardo Julian
1
-1
/
+1
2018-07-11
- Improvements to import syntax [part 2].
Eduardo Julian
1
-6
/
+9
2018-07-11
- Improvements to import syntax [part 1].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Improvements to import syntax [part 0].
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
1
-1
/
+1
2018-07-10
- Re-named "sig:" to "signature:".
Eduardo Julian
1
-1
/
+1
2018-05-02
- Changed the syntax for the parameters of "syntax:".
Eduardo Julian
1
-1
/
+1
2018-04-05
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
1
-3
/
+3
2018-01-16
- Added indexed/parameterized monads.
Eduardo Julian
1
-0
/
+61