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
/
lux
/
control
/
parser
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
Basic pattern-matching optimizations.
Eduardo Julian
1
-0
/
+135
2020-06-03
Now applying the loop optimization to all functions.
Eduardo Julian
1
-59
/
+65
2020-06-03
Properly implemented and enabled loop optimization.
Eduardo Julian
1
-0
/
+359
2020-06-01
Implemented an optimization for getting fields/slots from records in the new ...
Eduardo Julian
1
-0
/
+146
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
2
-2
/
+2
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
2
-6
/
+8
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2
-19
/
+19
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
2
-2
/
+0
2019-05-21
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
2
-93
/
+93
2019-04-19
Moved the CLI parser under "lux/control/parser/".
Eduardo Julian
1
-0
/
+77
2019-04-19
Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.
Eduardo Julian
1
-2
/
+4
2019-04-19
Moved the text lexers under "lux/control/parser/".
Eduardo Julian
1
-0
/
+171