aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/poly/json.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-01- Re-organized dict modules.Eduardo Julian1-1/+1
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-23/+29
2018-02-07- Fixed tests in stdlib.Eduardo Julian1-3/+4
2017-12-25- Added module for predicates.Eduardo Julian1-4/+4
2017-12-04- Implemented unit types on top of abstract types.Eduardo Julian1-5/+5
2017-12-02- "gensym" went back to producing Code, instead of Ident.Eduardo Julian1-1/+1
2017-12-02- Added context-sensitive macro-expansion by means of "lux in-module", and re...Eduardo Julian1-25/+21
2017-12-01- Changed some of the syntax for macro templating.Eduardo Julian1-16/+16
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-125/+125
2017-11-27- Got rid of even more dots.Eduardo Julian1-13/+13
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-4/+4
2017-11-26- Changed to the new relative imports syntax.Eduardo Julian1-38/+38
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-4/+4
2017-11-15- Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian1-2/+2
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian1-4/+4
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-6/+6
2017-10-16- Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.Eduardo Julian1-4/+4
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian1-3/+3
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