aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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 ↵Eduardo Julian2017-04-051-1/+2
| | | | | | | | | lux/data/text/regex. - Moved lux/pipe to lux/control/pipe. - Moved the @pre and @post macros to lux/control/contract. - Improved error reporting for lux/type/auto. - Added a test for third-order type-checking for lux/type/auto. - Fixed a bug in the tests for lux/data/coll/vector.
* - Renamed lux/codata/* to lux/function/* and moved the ↵Eduardo Julian2017-04-031-1/+0
| | | | lux/codata/coll/stream to lux/data/coll/stream.
* - 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
| | | | | | | - Did the same for the lux/codata/struct/* modules. - Moved lux/codata/io to lux/io. - Moved lux/control/effect to lux/effect. - Renamed "sample" functions to "this" functions. - Renamed "at" functions to "nth" functions.
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-5/+5
| | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees).
* - Minor refactorings and additions.Eduardo Julian2017-01-121-4/+4
|
* - Updated documentation for lux/data/format/json.Eduardo Julian2017-01-041-35/+102
| | | - Minor refactorings.
* - 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
| | | | - Some minor refactorings. - Ratios now work with nats instead of ints.
* - Minor refactorings and expansions.Eduardo Julian2016-12-041-24/+24
|
* - Changed the names of math op functions to make them more consistent and ↵Eduardo Julian2016-12-021-4/+4
| | | | similar.
* - Bug fixes, refactorings and minor expansions.Eduardo Julian2016-12-011-36/+34
| | | | - Added tests for lux/data/error/exception. - Update tests for lux/data/format/json.
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+1031
plugin's and the Emacs mode's into a big monorepo, to keep development unified.