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