aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-11- Eliminated the Anns and Ann-Value types, and now only using Code for defini...Eduardo Julian1-56/+56
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian3-29/+29
2017-09-19- Some refactoring.Eduardo Julian1-6/+4
2017-09-19- XML parsing.Eduardo Julian1-23/+117
2017-09-04- Simplified code for JSON format.Eduardo Julian3-656/+326
2017-09-04- Simple types are no longer matched by their names, but by the types themsel...Eduardo Julian1-8/+8
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian4-27/+27
2017-08-30- Added HTML-generation module.Eduardo Julian2-0/+145
2017-08-22- Added context/config variables, and their parsers (a.k.a. properties).Eduardo Julian1-0/+34
2017-08-10- Small refactorings and fixes.Eduardo Julian1-12/+66
2017-08-05- Moved "codec" from lux/data/text/lexer to lux/control/parser.Eduardo Julian1-2/+2
2017-08-02- Re-implemented polytypic matchers in terms of lux/control/parser.Eduardo Julian1-163/+138
2017-08-01- Removed polytipic text-encoders.Eduardo Julian1-188/+62
2017-08-01- Broken down lux/data/format/json module into smaller family of modules.Eduardo Julian3-891/+732
2017-07-31- Added formatters for JSON, XML and time types.Eduardo Julian2-72/+70
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-93/+93
2017-07-16- Polytypic JSON codec can now handle #rec-style recursive types.Eduardo Julian1-59/+130
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian2-50/+56
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian2-58/+2
2017-07-01- Lexers now carry an offset which they use to figure out where to extract pa...Eduardo Julian2-5/+5
2017-07-01- Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian1-11/+11
2017-06-21- CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2-180/+170
2017-06-19- JSON polytypic generator checks for (Dict Text ?) instead of (List [Text ?]).Eduardo Julian2-180/+136
2017-05-23- Implemented Real<->Bits conversion (and used it to implement Hash<Real>).Eduardo Julian1-1/+1
2017-05-17- Renamed "Error" to "Result".Eduardo Julian2-116/+116
2017-05-09- Small fixes and refactorings.Eduardo Julian1-8/+8
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-28/+28
2017-05-07- Changed the name of "let%" to "with-expansions".Eduardo Julian1-27/+29
2017-05-03- Removed the "S" suffix from AST tags.Eduardo Julian1-8/+8
2017-04-12- Simplified some of the documentation and error messages.Eduardo Julian1-5/+5
2017-04-12- The XML header is now parsed optionally.Eduardo Julian1-1/+1
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-10/+10
2017-04-10- Renamed "lambda" to "function".Eduardo Julian2-44/+44
2017-04-06- Added XML support.Eduardo Julian1-0/+264
2017-04-05- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian1-1/+2
2017-04-03- Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian1-1/+0
2017-01-26- Changed the license from MPL 2.0 to MIT.Eduardo Julian1-5/+0
2017-01-25- Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian1-11/+11
2017-01-25- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian1-5/+5
2017-01-12- Minor refactorings and additions.Eduardo Julian1-4/+4
2017-01-04- Updated documentation for lux/data/format/json.Eduardo Julian1-35/+102
2016-12-22- Fixed a bug when parsing JSON numbers.Eduardo Julian1-9/+16
2016-12-17- Added tests for lux/macro/poly/*Eduardo Julian1-17/+34
2016-12-14- Updated lux/pipe, lux/lexer and lux/regex tests.Eduardo Julian1-10/+10
2016-12-12- No longer using record syntax in certain macros.Eduardo Julian1-2/+2
2016-12-12- Added tests for lux/math/ratio and lux/math/simple.Eduardo Julian1-1/+1
2016-12-04- Minor refactorings and expansions.Eduardo Julian1-24/+24
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-4/+4
2016-12-01- Bug fixes, refactorings and minor expansions.Eduardo Julian1-36/+34
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+1031