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
/
lux
/
lang
/
compiler
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-10
- Re-named path "lux/data/coll/*" to "lux/data/collection/*".
Eduardo Julian
29
-48
/
+48
2018-07-10
- Re-organized dictionary & set modules a bit.
Eduardo Julian
19
-20
/
+20
2018-07-10
- Re-named "Dict" type to "Dictionary".
Eduardo Julian
18
-33
/
+33
2018-07-10
- Ported caching machinery for default compiler.
Eduardo Julian
3
-25
/
+66
2018-07-10
- Re-named "struct:" to "structure:".
Eduardo Julian
2
-2
/
+2
2018-07-10
- Re-named "sig:" to "signature:".
Eduardo Julian
1
-1
/
+1
2018-07-09
- Fixes: Part 2.
Eduardo Julian
10
-68
/
+66
2018-07-08
- Ported caching machinery for Lux Meta-Compiler to stdlib.
Eduardo Julian
5
-19
/
+256
2018-07-08
- Moved LuxC's I/O to stdlib.
Eduardo Julian
3
-0
/
+175
2018-07-07
- Moved the type-based value representation of the REPL into the standard lib...
Eduardo Julian
1
-0
/
+197
2018-07-07
- Implemented document archiving. It will play a crucial role later when LuxC...
Eduardo Julian
1
-0
/
+87
2018-07-05
- Re-named "equality" to "equivalence".
Eduardo Julian
5
-22
/
+22
2018-07-04
- Re-named "degree" to "revolution".
Eduardo Julian
8
-30
/
+12
2018-07-04
- Re-named Bound to Paremeter.
Eduardo Julian
2
-12
/
+12
2018-07-04
- Test (and fix) that global-reference analysis only allows you to see defini...
Eduardo Julian
1
-12
/
+32
2018-07-04
- When a method/constructor is not found, the signatures of alternatives with...
Eduardo Julian
4
-109
/
+147
2018-07-04
- "with-stack" function for stacking exceptions.
Eduardo Julian
3
-20
/
+10
2018-07-04
- Implemented not-a-number and both infinities in pure Lux.
Eduardo Julian
2
-16
/
+0
2018-07-03
- Re-named "sequence" to "row".
Eduardo Julian
1
-4
/
+4
2018-07-03
- Re-named "import" to "import:".
Eduardo Julian
2
-13
/
+13
2018-07-03
- Re-named ":!" to ":coerce".
Eduardo Julian
5
-17
/
+17
2018-06-17
- Heavy refactoring to integrate extensions better with the rest of the compi...
Eduardo Julian
34
-0
/
+6013