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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Got rid of the "Number" abstraction.
Eduardo Julian
2019-07-24
7
-18
/
+8
|
*
Small improvements here and there.
Eduardo Julian
2019-07-24
1
-2
/
+3
|
*
Added I32, I16 and I8.
Eduardo Julian
2019-07-08
4
-2
/
+123
|
*
Re-name "lux/data/error" to "lux/control/try".
Eduardo Julian
2019-07-02
6
-84
/
+19
|
*
Moved "lux/world/binary" to "lux/data/binary".
Eduardo Julian
2019-06-20
1
-0
/
+90
|
*
Improved the convention for using text formatters.
Eduardo Julian
2019-06-20
34
-93
/
+93
|
*
Applied several tweaks to make the code easier to process by the new compiler.
Eduardo Julian
2019-05-28
3
-1
/
+4
|
*
Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.
Eduardo Julian
2019-05-21
2
-14
/
+17
|
*
Moved the code/syntax parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-2
/
+3
|
*
Moved the XML parser under "lux/control/parser/".
Eduardo Julian
2019-04-19
1
-11
/
+12
|
*
Re-named "lux/data/collection/tree/rose" to "lux/data/collection/tree".
Eduardo Julian
2019-04-19
3
-14
/
+12
|
*
Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.
Eduardo Julian
2019-04-19
1
-4
/
+4
|
*
Moved the text lexers under "lux/control/parser/".
Eduardo Julian
2019-04-19
2
-178
/
+7
|
*
Improvements and fixes to "tuple//left" and "tuple//right".
Eduardo Julian
2019-04-12
1
-14
/
+26
|
*
Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".
Eduardo Julian
2019-04-06
5
-9
/
+10
|
*
Created the "lux/abstract" branch and moved some modules into it.
Eduardo Julian
2019-04-06
33
-44
/
+52
|
*
Fixed a bug when pattern matching against "Error" values.
Eduardo Julian
2019-04-04
1
-14
/
+13
|
*
Re-named "do-template" to "template".
Eduardo Julian
2019-03-30
6
-10
/
+10
|
*
Yet more fixes.
Eduardo Julian
2019-03-30
2
-5
/
+5
|
*
Fixed some more tests.
Eduardo Julian
2019-03-30
2
-20
/
+19
|
*
Fixed more tests.
Eduardo Julian
2019-03-29
9
-255
/
+233
|
*
Fixed some tests.
Eduardo Julian
2019-03-28
2
-64
/
+71
|
*
Ported tests for macro-related modules.
Eduardo Julian
2019-03-24
1
-64
/
+1
|
*
Ported tests for math-related modules.
Eduardo Julian
2019-03-24
1
-4
/
+3
|
*
Ported tests for collection-related modules.
Eduardo Julian
2019-03-24
16
-1173
/
+1205
|
*
Ported tests for format-related modules.
Eduardo Julian
2019-03-23
2
-187
/
+127
|
*
Ported tests for text-related modules.
Eduardo Julian
2019-03-22
6
-601
/
+546
|
*
Ported tests for number-related modules.
Eduardo Julian
2019-03-22
15
-582
/
+581
|
*
- Ported lux/data/bit tests.
Eduardo Julian
2019-03-21
7
-332
/
+346
|
|
|
|
|
|
|
|
- Ported lux/data/color tests. - Ported lux/data/error tests. - Ported lux/data/identity tests. - Ported lux/data/lazy tests. - Ported lux/data/maybe tests. - Ported lux/data/name tests.
*
Changed the convention for the structure opening separator from "/" to ";", ↵
Eduardo Julian
2019-03-15
24
-220
/
+220
|
|
|
|
to avoid confusion since "/" is used for relative module paths.
*
Replaced the digit separator in numbers from "_" to ",".
Eduardo Julian
2019-03-13
2
-3
/
+3
|
*
Added the special # syntax for referring to the module's alias when opening ↵
Eduardo Julian
2019-02-11
14
-22
/
+25
|
|
|
|
structures.
*
Integrated tests into normal source code.
Eduardo Julian
2019-02-05
33
-0
/
+3395
[prev]