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