aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian2017-09-198-36/+36
* - Some refactoring.Eduardo Julian2017-09-1912-45/+48
* - Some improvements/refactoring for durations.Eduardo Julian2017-09-191-14/+6
* Merge pull request #34 from mccraigmccraig/fix-duration-testsThe Lux Programming Language2017-09-191-16/+22
|\
| * fix duration frame and encoding testsmccraig mccraig of the clan mccraig2017-09-191-16/+22
* | - Tree parsing.Eduardo Julian2017-09-192-42/+42
* | - XML parsing.Eduardo Julian2017-09-191-3/+46
* | - Added unary function support for the "infix" macro.Eduardo Julian2017-09-191-13/+20
|/
* - Re-named "jvm-import" to "import".Eduardo Julian2017-09-081-6/+6
* - Added polytypic JSON codec support for unit-types.Eduardo Julian2017-09-054-43/+66
* - Added tests for lux/math/random.Eduardo Julian2017-09-052-1/+56
* - Renamed bitwise right-shifting functions.Eduardo Julian2017-09-051-2/+2
* - Simplified code for JSON format.Eduardo Julian2017-09-041-6/+5
* - Renamed "Log" to "Writer".Eduardo Julian2017-09-042-12/+12
* - Implemented network I/O for TCP and UDP (in the JVM).Eduardo Julian2017-09-043-1/+143
* - Re-named "real" numbers to "frac"(tions).Eduardo Julian2017-09-0412-148/+147
* - Added HTML-generation module.Eduardo Julian2017-08-301-3/+9
* - Implemented a file-system library.Eduardo Julian2017-08-221-0/+162
* - Implemented a blob (binary large object) library.Eduardo Julian2017-08-221-0/+107
* - Small refactorings.Eduardo Julian2017-08-211-2/+2
* - Added module for color computations.Eduardo Julian2017-08-211-0/+96
* - Implemented Agent-Oriented Programming.Eduardo Julian2017-08-032-0/+25
* - Re-implemented polytypic matchers in terms of lux/control/parser.Eduardo Julian2017-08-022-17/+12
* - Removed polytipic text-encoders.Eduardo Julian2017-08-012-56/+1
* - Broken down lux/data/format/json module into smaller family of modules.Eduardo Julian2017-08-011-35/+34
* - Added formatters for JSON, XML and time types.Eduardo Julian2017-07-311-1/+1
* - Extended duration and date with Order and Codec implementations.Eduardo Julian2017-07-312-4/+59
* - Added more structures for instants and dates.Eduardo Julian2017-07-293-1/+99
* - Re-implemented Tainted using models.Eduardo Julian2017-07-291-1/+2
* - Added Functor, Applicative and Monad implementations for Lazy.Eduardo Julian2017-07-291-5/+35
* - Renamed "Thunk" to "Lazy", and moved it from lux/control/thunk to lux/data/...Eduardo Julian2017-07-293-24/+24
* - Added dates, and the capacity to calculate week-days.Eduardo Julian2017-07-261-2/+2
* - Added units of measurement as a feature to decorate Int values for safer ca...Eduardo Julian2017-07-251-1/+2
* - Refactored Time into Instant and Duration.Eduardo Julian2017-07-244-69/+133
* - Relocated the "object" and "concatenative" modules.Eduardo Julian2017-07-232-7/+7
* - Codec now works on negative times (with respect to the epoch).Eduardo Julian2017-07-231-23/+5
* - Added module for time (Codec has currently been tested only for time after ...Eduardo Julian2017-07-232-0/+87
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-2261-76/+76
* - Eliminated lux/math/simple. If you want simple math, use lux/type/auto with...Eduardo Julian2017-07-222-102/+1
* - Removed algebraic effects module. If you want effects, just go with finally...Eduardo Julian2017-07-222-74/+1
* - Changed inheritance syntax for interfaces and classes to make it more homog...Eduardo Julian2017-07-221-4/+4
* - Renamed Chan to Channel.Eduardo Julian2017-07-221-10/+10
* - Small refactorings and bug fixes.Eduardo Julian2017-07-221-9/+9
* - Polytypic JSON codec can now handle #rec-style recursive types.Eduardo Julian2017-07-162-5/+19
* - Can now generate Eq instances for #rec-style recursive types.Eduardo Julian2017-07-157-9/+22
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-0216-164/+100
* - Lexers now carry an offset which they use to figure out where to extract pa...Eduardo Julian2017-07-011-15/+15
* - Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian2017-07-011-13/+0
* - Remove the suffixes of "lift" functions for monad transformers.Eduardo Julian2017-07-016-8/+7
* - Miscellaneous refactoring.Eduardo Julian2017-06-261-3/+3