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