aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/text (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Moved "codec" from lux/data/text/lexer to lux/control/parser.Eduardo Julian2017-08-052-18/+1
* - Broken down lux/data/format/json module into smaller family of modules.Eduardo Julian2017-08-011-2/+3
* - Added formatters for JSON, XML and time types.Eduardo Julian2017-07-312-23/+32
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-222-5/+5
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-023-29/+25
* - Lexers now carry an offset which they use to figure out where to extract pa...Eduardo Julian2017-07-012-142/+130
* - Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian2017-07-012-8/+7
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-213-483/+250
* - JSON polytypic generator checks for (Dict Text ?) instead of (List [Text ?]).Eduardo Julian2017-06-192-154/+141
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-4/+4
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-87/+87
* - Renamed %ast to %code.Eduardo Julian2017-05-151-1/+1
* - Renamed "AST" to "Code".Eduardo Julian2017-05-072-50/+50
* - Small refactorings and fixes.Eduardo Julian2017-04-301-1/+0
* - Small refactorings.Eduardo Julian2017-04-151-1/+2
* - Added a new way to sequentially combine text lexers.Eduardo Julian2017-04-141-0/+7
* - Simplified some of the documentation and error messages.Eduardo Julian2017-04-122-9/+9
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-112-5/+5
* - Renamed "lambda" to "function".Eduardo Julian2017-04-103-33/+33
* - Renamed lux/data/text;replace to replace-all.Eduardo Julian2017-04-062-44/+55
* - Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian2017-04-052-0/+1011
* - Some refactorings.Eduardo Julian2017-01-281-1/+1
* - 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-1/+1
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-1/+1
* - Updated the documentation of most modules left.Eduardo Julian2017-01-041-1/+2
* - Added easy number formatters for binary, octal and hexadecimal numbers at l...Eduardo Julian2016-12-271-0/+3
* - Better formatting for types and lists.Eduardo Julian2016-12-181-1/+6
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-1/+1
* - Minor refactorings and expansions.Eduardo Julian2016-12-041-2/+2
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian2016-12-011-0/+54