aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/poly/lux/data/format/json.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-3/+3
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-5/+6
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-1/+1
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-1/+1
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-2/+3
2019-04-19Moved the JSON parser under "lux/control/parser/".Eduardo Julian1-22/+23
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian1-2/+2
2019-04-19Extracted the type-parsing machinery into its own module.Eduardo Julian1-57/+58
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+3
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-4/+4
2019-03-23Ported tests for format-related modules.Eduardo Julian1-61/+67
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-13/+13
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-42/+42
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-5/+7
2019-02-04Changed the naming style for structures.Eduardo Julian1-52/+52
2018-12-15No longer relying on "signature:"'s and "structure:"'s internal macro-expansi...Eduardo Julian1-0/+1
2018-12-04Restored the "encode" function for duration, to correct for overkill when rem...Eduardo Julian1-3/+3
2018-08-02Replace the error-prone "n/range" calls with "indices".Eduardo Julian1-2/+2
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-5/+5
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-5/+5
2018-07-21Re-named "seq" to "and" and "alt" to "or".Eduardo Julian1-9/+9
2018-07-21Re-named "Symbol" to "Identifier".Eduardo Julian1-11/+11
2018-07-21Refactoring & improvements to "lux/macro/poly".Eduardo Julian1-10/+10
2018-07-21Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian1-4/+2
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-4/+4
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-12/+15
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-7/+7
2018-07-13- Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian1-14/+13
2018-07-11- Re-named "lux/macro/poly.this" to "exactly" and "lux/macro/poly.like" to "s...Eduardo Julian1-24/+24
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-29/+33
2018-07-11- Improvements to import syntax [part 1].Eduardo Julian1-5/+5
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-7/+7
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian1-1/+1
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-3/+3
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian1-1/+1
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian1-3/+3
2018-07-10- Re-named "struct" to "structure".Eduardo Julian1-3/+3
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-3/+3
2018-07-09- Fixes: Part 2.Eduardo Julian1-2/+2
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-1/+1
2018-07-04- Re-named Bound to Paremeter.Eduardo Julian1-2/+2
2018-07-03- Re-named "sequence" to "row".Eduardo Julian1-4/+4
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian1-2/+2
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-9/+9
2018-05-10- Some improvements and fixes for stdlib.Eduardo Julian1-16/+17
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian1-4/+4
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-16/+15
2018-05-01- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian1-1/+1
2018-05-01- Re-organized dict modules.Eduardo Julian1-1/+1