aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - Implemented Real<->Bits conversion (and used it to implement Hash<Real>).Eduardo Julian2017-05-231-1/+1
* - Renamed "Error" to "Result".Eduardo Julian2017-05-172-116/+116
* - Small fixes and refactorings.Eduardo Julian2017-05-091-8/+8
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-28/+28
* - Changed the name of "let%" to "with-expansions".Eduardo Julian2017-05-071-27/+29
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-8/+8
* - Simplified some of the documentation and error messages.Eduardo Julian2017-04-121-5/+5
* - The XML header is now parsed optionally.Eduardo Julian2017-04-121-1/+1
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-10/+10
* - Renamed "lambda" to "function".Eduardo Julian2017-04-102-44/+44
* - Added XML support.Eduardo Julian2017-04-061-0/+264
* - Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian2017-04-051-1/+2
* - Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian2017-04-031-1/+0
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-11/+11
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-5/+5
* - Minor refactorings and additions.Eduardo Julian2017-01-121-4/+4
* - Updated documentation for lux/data/format/json.Eduardo Julian2017-01-041-35/+102
* - Fixed a bug when parsing JSON numbers.Eduardo Julian2016-12-221-9/+16
* - Added tests for lux/macro/poly/*Eduardo Julian2016-12-171-17/+34
* - Updated lux/pipe, lux/lexer and lux/regex tests.Eduardo Julian2016-12-141-10/+10
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-2/+2
* - Added tests for lux/math/ratio and lux/math/simple.Eduardo Julian2016-12-121-1/+1
* - Minor refactorings and expansions.Eduardo Julian2016-12-041-24/+24
* - Changed the names of math op functions to make them more consistent and sim...Eduardo Julian2016-12-021-4/+4
* - Bug fixes, refactorings and minor expansions.Eduardo Julian2016-12-011-36/+34
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+1031