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
/
data
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-17
Local binding names for (co|indexed-)?monads are now explicitly set.
Eduardo Julian
21
-33
/
+33
2020-04-15
Some tweaks to how dictionaries and rows work.
Eduardo Julian
2
-14
/
+22
2019-09-15
Got the tests running again.
Eduardo Julian
1
-5
/
+2
2019-07-26
No more "n/"-prefixed functions.
Eduardo Julian
26
-319
/
+335
2019-07-25
No more "i/"-prefixed functions.
Eduardo Julian
4
-14
/
+19
2019-07-24
No more "r/"-prefixed functions.
Eduardo Julian
1
-3
/
+3
2019-07-24
No more "f/"-prefixed functions.
Eduardo Julian
3
-62
/
+65
2019-07-24
Got rid of the "Number" abstraction.
Eduardo Julian
7
-18
/
+8
2019-07-24
Small improvements here and there.
Eduardo Julian
1
-2
/
+3
2019-07-08
Added I32, I16 and I8.
Eduardo Julian
4
-2
/
+123
2019-07-02
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
6
-84
/
+19
2019-06-20
Moved "lux/world/binary" to "lux/data/binary".
Eduardo Julian
1
-0
/
+90
2019-06-20
Improved the convention for using text formatters.
Eduardo Julian
34
-93
/
+93
2019-05-28
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
3
-1
/
+4
2019-05-21
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
2
-14
/
+17
2019-04-19
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
1
-2
/
+3
2019-04-19
Moved the XML parser under "lux/control/parser/".
Eduardo Julian
1
-11
/
+12
2019-04-19
Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".
Eduardo Julian
3
-14
/
+12
2019-04-19
Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.
Eduardo Julian
1
-4
/
+4
2019-04-19
Moved the text lexers under "lux/control/parser/".
Eduardo Julian
2
-178
/
+7
2019-04-12
Improvements and fixes to "tuple//left" and "tuple//right".
Eduardo Julian
1
-14
/
+26
2019-04-06
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
5
-9
/
+10
2019-04-06
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
33
-44
/
+52
2019-04-04
Fixed a bug when pattern matching against "Error" values.
Eduardo Julian
1
-14
/
+13
2019-03-30
Re-named "do-template" to "template".
Eduardo Julian
6
-10
/
+10
2019-03-30
Yet more fixes.
Eduardo Julian
2
-5
/
+5
2019-03-30
Fixed some more tests.
Eduardo Julian
2
-20
/
+19
2019-03-29
Fixed more tests.
Eduardo Julian
9
-255
/
+233
2019-03-28
Fixed some tests.
Eduardo Julian
2
-64
/
+71
2019-03-24
Ported tests for macro-related modules.
Eduardo Julian
1
-64
/
+1
2019-03-24
Ported tests for math-related modules.
Eduardo Julian
1
-4
/
+3
2019-03-24
Ported tests for collection-related modules.
Eduardo Julian
16
-1173
/
+1205
2019-03-23
Ported tests for format-related modules.
Eduardo Julian
2
-187
/
+127
2019-03-22
Ported tests for text-related modules.
Eduardo Julian
6
-601
/
+546
2019-03-22
Ported tests for number-related modules.
Eduardo Julian
15
-582
/
+581
2019-03-21
- Ported lux/data/bit tests.
Eduardo Julian
7
-332
/
+346
2019-03-15
Changed the convention for the structure opening separator from "/" to ";", t...
Eduardo Julian
24
-220
/
+220
2019-03-13
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
2
-3
/
+3
2019-02-11
Added the special # syntax for referring to the module's alias when opening s...
Eduardo Julian
14
-22
/
+25
2019-02-05
Integrated tests into normal source code.
Eduardo Julian
33
-0
/
+3395