aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/poly/json.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-13- Added dedicated unicode support for text.Eduardo Julian1-6/+6
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-3/+3
2018-05-05- Removed Void and Unit as kinds of types.Eduardo Julian1-3/+1
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
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-4/+5
2018-02-07- Fixed tests in stdlib.Eduardo Julian1-38/+37
2017-12-04- Implemented unit types on top of abstract types.Eduardo Julian1-5/+4
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-63/+63
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-8/+9
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian1-23/+23
2017-11-15- Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian1-6/+6
2017-10-20- Replaced the "#seed" and "#times" options for "seed" and "times" test combi...Eduardo Julian1-25/+29
2017-10-16- Re-named "Lux" type to "Meta".Eduardo Julian1-7/+7
2017-10-16- Re-named "Vector" to "Sequence" to avoid confusion with mathematical vectors.Eduardo Julian1-2/+2
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian1-3/+3
2017-09-05- Added polytypic JSON codec support for unit-types.Eduardo Julian1-35/+60
2017-09-04- Simplified code for JSON format.Eduardo Julian1-6/+5
2017-09-04- Re-named "real" numbers to "frac"(tions).Eduardo Julian1-23/+23
2017-08-01- Broken down lux/data/format/json module into smaller family of modules.Eduardo Julian1-35/+34
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-1/+1
2017-07-16- Polytypic JSON codec can now handle #rec-style recursive types.Eduardo Julian1-3/+19
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-7/+3
2017-06-19- In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian1-16/+16
2017-06-19- JSON polytypic generator checks for (Dict Text ?) instead of (List [Text ?]).Eduardo Julian1-26/+29
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-1/+1
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-1/+1
2017-04-11- Fused the lux/compiler and lux/macro modules.Eduardo Julian1-2/+1
2017-04-10- Renamed "lambda" to "function".Eduardo Julian1-2/+2
2017-04-05- Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian1-2/+2
2017-03-24- Moved lux/random to lux/math/random.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-4/+4
2017-01-06- Renamed lux/math/random to lux/random.Eduardo Julian1-1/+1
2016-12-12- Small fixes, refactorings and expansions.Eduardo Julian1-21/+36
2016-12-12- Added tests for lux/math/ratio and lux/math/simple.Eduardo Julian1-1/+1
2016-12-02- Changed the names of math op functions to make them more consistent and sim...Eduardo Julian1-6/+6
2016-12-01- Bug fixes, refactorings and minor expansions.Eduardo Julian1-295/+107
2016-12-01- Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl...Eduardo Julian1-0/+314