aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-18/+18
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-1/+1
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-18/+18
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian3-22/+22
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-1/+1
2018-07-21Re-named "Ident" to "Name".Eduardo Julian2-20/+20
2018-07-21Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian1-43/+43
2018-07-21Re-named "Binary" type to "Format".Eduardo Julian1-23/+23
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian4-12/+12
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian4-27/+29
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian3-13/+13
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian2-17/+23
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian6-59/+72
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian4-28/+27
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian6-20/+20
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian5-8/+8
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian3-3/+3
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian3-8/+8
2018-07-10- Ported caching machinery for default compiler.Eduardo Julian1-6/+85
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian2-4/+4
2018-07-08- Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian1-31/+88
2018-07-05- Binary (de)serialization module.Eduardo Julian1-0/+150
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian2-14/+14
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian1-3/+3
2018-07-03- Re-named "sequence" to "row".Eduardo Julian1-11/+11
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2-9/+9
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian2-2/+2
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian2-7/+7
2018-05-10- Some improvements and fixes for stdlib.Eduardo Julian1-4/+1
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian2-9/+9
2018-05-02- Made the names of all exceptions lower-case.Eduardo Julian2-19/+19
2018-05-01- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian3-3/+3
2018-05-01- Re-organized dict modules.Eduardo Julian3-10/+10
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian5-22/+22
2018-02-07- Improved the way exceptions work.Eduardo Julian2-17/+22
2017-12-02- Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian1-1/+1
2017-12-01- Changed some of the syntax for macro templating.Eduardo Julian1-2/+2
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian5-335/+334
2017-11-27- Got rid of even more dots.Eduardo Julian2-3/+3
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian3-4/+4
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-5/+5
2017-11-15- Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian1-37/+37
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian1-2/+2
2017-11-14- Removed "lux text last-index" procedure.Eduardo Julian1-1/+1
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-8/+8
2017-10-16- Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.Eduardo Julian1-11/+11
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian3-56/+56
2017-10-16- Re-named lux/control/parser;opt to lux/control/parser;maybe.Eduardo Julian1-3/+3
2017-10-16- Moved Array type to lux.lux.Eduardo Julian1-1/+1
2017-10-12- Renamed "%r" to "%f".Eduardo Julian1-1/+1