aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/text/format.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-24- Added type-safe modular arithmetic.Eduardo Julian1-4/+10
2017-12-02- "gensym" went back to producing Code, instead of Ident.Eduardo Julian1-2/+2
2017-12-02- Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian1-5/+3
2017-12-01- Changed some of the syntax for macro templating.Eduardo Julian1-1/+1
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-25/+26
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-3/+3
2017-11-15- Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian1-3/+3
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian1-2/+2
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-5/+5
2017-10-12- Renamed "%r" to "%f".Eduardo Julian1-1/+1
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-3/+3
2017-09-04- Simplified code for JSON format.Eduardo Julian1-3/+2
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-1/+1
2017-08-01- Broken down lux/data/format/json module into smaller family of modules.Eduardo Julian1-2/+3
2017-07-31- Added formatters for JSON, XML and time types.Eduardo Julian1-13/+23
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-3/+3
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-2/+0
2017-07-01- Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian1-1/+1
2017-06-21- CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian1-2/+3
2017-05-15- Renamed %ast to %code.Eduardo Julian1-1/+1
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-6/+6
2017-04-12- Simplified some of the documentation and error messages.Eduardo Julian1-1/+1
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-1/+1
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-1/+1
2017-01-28- Some refactorings.Eduardo Julian1-1/+1
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-1/+1
2017-01-25- Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian1-1/+1
2017-01-04- Updated the documentation of most modules left.Eduardo Julian1-1/+2
2016-12-27- Added easy number formatters for binary, octal and hexadecimal numbers at l...Eduardo Julian1-0/+3
2016-12-18- Better formatting for types and lists.Eduardo Julian1-1/+6
2016-12-12- No longer using record syntax in certain macros.Eduardo Julian1-1/+1
2016-12-04- Minor refactorings and expansions.Eduardo Julian1-2/+2
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+54