aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/poly/json.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-16- Moved Array type to lux.lux.Eduardo Julian1-20/+20
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-2/+2
2017-09-19- Some refactoring.Eduardo Julian1-3/+1
2017-09-05- Added polytypic JSON codec support for unit-types.Eduardo Julian1-2/+20
2017-09-04- Simplified code for JSON format.Eduardo Julian1-179/+36
2017-09-04- Simple types are no longer matched by their names, but by the types themsel...Eduardo Julian1-8/+8
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-19/+19
2017-08-10- Small refactorings and fixes.Eduardo Julian1-12/+66
2017-08-02- Re-implemented polytypic matchers in terms of lux/control/parser.Eduardo Julian1-163/+138
2017-08-01- Removed polytipic text-encoders.Eduardo Julian1-188/+62
2017-08-01- Broken down lux/data/format/json module into smaller family of modules.Eduardo Julian1-0/+536