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
/
poly
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-28
Implemented arithmetic right-shift in terms of logic right-shift.
Eduardo Julian
1
-1
/
+1
2021-01-05
Added lexically-scoped templates.
Eduardo Julian
2
-5
/
+3
2020-12-29
Moved "lux/data/number" to "lux/math/number".
Eduardo Julian
3
-22
/
+25
2020-12-25
Replaced kebab-case with snake_case for naming convention.
Eduardo Julian
3
-72
/
+72
2020-12-02
Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...
Eduardo Julian
2
-10
/
+10
2020-12-01
Added specialized root/2 and root/3 functions in lux/math.
Eduardo Julian
1
-7
/
+7
2020-11-27
Re-named lux/data/format/context to lux/control/parser/environment.
Eduardo Julian
1
-57
/
+55
2020-11-17
Made the syntax of ^template more consistent.
Eduardo Julian
2
-98
/
+98
2020-11-07
Pure-Lux implementation for biggest and smallest Frac values.
Eduardo Julian
2
-54
/
+54
2020-10-31
Easy to use Rev constants.
Eduardo Julian
3
-41
/
+41
2020-10-24
Re-named some list functions.
Eduardo Julian
3
-6
/
+6
2020-10-15
Re-named "to-text" functions to "format".
Eduardo Julian
1
-2
/
+2
2020-09-16
Changed the format of project descriptor files.
Eduardo Julian
3
-5
/
+5
2020-08-26
Download and catch dependencies in Aedifex.
Eduardo Julian
1
-2
/
+2
2020-07-02
Now using the new syntax for variants (even though they still work the old wa...
Eduardo Julian
3
-15
/
+38
2020-06-11
Updated test for function optimization.
Eduardo Julian
1
-19
/
+21
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
3
-6
/
+5
2019-09-07
Moved polytypic code generators to their own branch.
Eduardo Julian
3
-0
/
+600