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
/
macro
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
3
-3
/
+3
2020-03-04
Test for enums + adjustments to Python-generation code.
Eduardo Julian
1
-2
/
+1
2019-09-15
Got the tests running again.
Eduardo Julian
3
-17
/
+19
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
2
-2
/
+4
2019-07-25
No more "i/"-prefixed functions.
Eduardo Julian
2
-8
/
+8
2019-07-24
No more "f/"-prefixed functions.
Eduardo Julian
1
-4
/
+7
2019-07-24
Got rid of the "Number" abstraction.
Eduardo Julian
1
-20
/
+21
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2
-3
/
+2
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
5
-20
/
+20
2019-05-21
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
1
-37
/
+37
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-34
/
+35
2019-04-19
Moved the JSON parser under "lux/control/parser/".
Eduardo Julian
1
-2
/
+4
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
5
-9
/
+11
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
2
-3
/
+3
2019-03-28
Fixed some tests.
Eduardo Julian
2
-21
/
+38
2019-03-24
Ported tests for type-related modules.
Eduardo Julian
1
-1
/
+1
2019-03-24
Ported tests for macro-related modules.
Eduardo Julian
5
-163
/
+277
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
2
-6
/
+6
2019-03-13
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
1
-1
/
+1
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
2
-2
/
+3
2019-02-05
Integrated tests into normal source code.
Eduardo Julian
4
-0
/
+286
[prev]