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
/
data
/
format
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Re-named "degree" to "revolution".
Eduardo Julian
2018-07-04
1
-3
/
+3
*
- Re-named "sequence" to "row".
Eduardo Julian
2018-07-03
1
-11
/
+11
*
- Re-named "Top" to "Any", and "Bottom" to "Nothing".
Eduardo Julian
2018-05-20
2
-9
/
+9
*
- Re-named ".../eq" modules to ".../equality".
Eduardo Julian
2018-05-13
2
-2
/
+2
*
- Added new #I64 type as foundation for types based on 64-bit integers.
Eduardo Julian
2018-05-13
2
-7
/
+7
*
- Some improvements and fixes for stdlib.
Eduardo Julian
2018-05-10
1
-4
/
+1
*
- Removed Void and Unit as kinds of types.
Eduardo Julian
2018-05-05
2
-9
/
+9
*
- Made the names of all exceptions lower-case.
Eduardo Julian
2018-05-02
2
-19
/
+19
*
- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".
Eduardo Julian
2018-05-01
3
-3
/
+3
*
- Re-organized dict modules.
Eduardo Julian
2018-05-01
3
-10
/
+10
*
- Improved the syntax for the "lux.function" macro.
Eduardo Julian
2018-04-05
5
-22
/
+22
*
- Improved the way exceptions work.
Eduardo Julian
2018-02-07
2
-17
/
+22
*
- Added context-sensitive macro-expansion by means of "lux in-module", and re...
Eduardo Julian
2017-12-02
1
-1
/
+1
*
- Changed some of the syntax for macro templating.
Eduardo Julian
2017-12-01
1
-2
/
+2
*
- Changed the identifier separator, from the semi-colon (;) to the period/dot...
Eduardo Julian
2017-11-29
5
-335
/
+334
*
- Got rid of even more dots.
Eduardo Julian
2017-11-27
2
-3
/
+3
*
- Changed the prefixes of numeric functions.
Eduardo Julian
2017-11-27
3
-4
/
+4
*
- Re-named "lux/meta" to to "lux/macro".
Eduardo Julian
2017-11-15
1
-5
/
+5
*
- Moved "/type/*" to from "lux/meta/" to "lux/".
Eduardo Julian
2017-11-15
1
-37
/
+37
*
- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".
Eduardo Julian
2017-11-15
1
-2
/
+2
*
- Removed "lux text last-index" procedure.
Eduardo Julian
2017-11-14
1
-1
/
+1
*
- Re-named "Lux" type to "Meta".
Eduardo Julian
2017-10-16
1
-8
/
+8
*
- Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.
Eduardo Julian
2017-10-16
1
-11
/
+11
*
- Re-named "Result" type back to "Error".
Eduardo Julian
2017-10-16
3
-56
/
+56
*
- Re-named lux/control/parser;opt to lux/control/parser;maybe.
Eduardo Julian
2017-10-16
1
-3
/
+3
*
- Moved Array type to lux.lux.
Eduardo Julian
2017-10-16
1
-1
/
+1
*
- Renamed "%r" to "%f".
Eduardo Julian
2017-10-12
1
-1
/
+1
*
- Eliminated the Anns and Ann-Value types, and now only using Code for defini...
Eduardo Julian
2017-10-11
1
-56
/
+56
*
- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...
Eduardo Julian
2017-09-19
3
-29
/
+29
*
- Some refactoring.
Eduardo Julian
2017-09-19
1
-6
/
+4
*
- XML parsing.
Eduardo Julian
2017-09-19
1
-23
/
+117
*
- Simplified code for JSON format.
Eduardo Julian
2017-09-04
3
-656
/
+326
*
- Simple types are no longer matched by their names, but by the types themsel...
Eduardo Julian
2017-09-04
1
-8
/
+8
*
- Re-named "real" numbers to "frac"(tions).
Eduardo Julian
2017-09-04
4
-27
/
+27
*
- Added HTML-generation module.
Eduardo Julian
2017-08-30
2
-0
/
+145
*
- Added context/config variables, and their parsers (a.k.a. properties).
Eduardo Julian
2017-08-22
1
-0
/
+34
*
- Small refactorings and fixes.
Eduardo Julian
2017-08-10
1
-12
/
+66
*
- Moved "codec" from lux/data/text/lexer to lux/control/parser.
Eduardo Julian
2017-08-05
1
-2
/
+2
*
- Re-implemented polytypic matchers in terms of lux/control/parser.
Eduardo Julian
2017-08-02
1
-163
/
+138
*
- Removed polytipic text-encoders.
Eduardo Julian
2017-08-01
1
-188
/
+62
*
- Broken down lux/data/format/json module into smaller family of modules.
Eduardo Julian
2017-08-01
3
-891
/
+732
*
- Added formatters for JSON, XML and time types.
Eduardo Julian
2017-07-31
2
-72
/
+70
*
- Removed the "M" suffix from monadic functions.
Eduardo Julian
2017-07-22
1
-93
/
+93
*
- Polytypic JSON codec can now handle #rec-style recursive types.
Eduardo Julian
2017-07-16
1
-59
/
+130
*
- Can now generate Eq instances for #rec-style recursive types.
Eduardo Julian
2017-07-15
2
-50
/
+56
*
- Lux no longer has a Char primitive data-type.
Eduardo Julian
2017-07-02
2
-58
/
+2
*
- Lexers now carry an offset which they use to figure out where to extract pa...
Eduardo Julian
2017-07-01
2
-5
/
+5
*
- Text no longer has a codec (because the decoding didn't handle unicode esca...
Eduardo Julian
2017-07-01
1
-11
/
+11
*
- CLI, Syntax and Lexer are now based upon a common Parser type.
Eduardo Julian
2017-06-21
2
-180
/
+170
*
- JSON polytypic generator checks for (Dict Text ?) instead of (List [Text ?]).
Eduardo Julian
2017-06-19
2
-180
/
+136
[prev]
[next]