aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/tests.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Tree parsing.Eduardo Julian2017-09-191-5/+6
* - Added tests for lux/math/random.Eduardo Julian2017-09-051-1/+2
* - Renamed "Log" to "Writer".Eduardo Julian2017-09-041-1/+1
* - Implemented network I/O for TCP and UDP (in the JVM).Eduardo Julian2017-09-041-1/+3
* - Added HTML-generation module.Eduardo Julian2017-08-301-3/+9
* - Implemented Agent-Oriented Programming.Eduardo Julian2017-08-031-0/+2
* - Removed polytipic text-encoders.Eduardo Julian2017-08-011-2/+1
* - Added more structures for instants and dates.Eduardo Julian2017-07-291-1/+2
* - Re-implemented Tainted using models.Eduardo Julian2017-07-291-1/+2
* - Renamed "Thunk" to "Lazy", and moved it from lux/control/thunk to lux/data/...Eduardo Julian2017-07-291-1/+1
* - 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-241-1/+2
* - Relocated the "object" and "concatenative" modules.Eduardo Julian2017-07-231-6/+6
* - Added module for time (Codec has currently been tested only for time after ...Eduardo Julian2017-07-231-0/+1
* - Eliminated lux/math/simple. If you want simple math, use lux/type/auto with...Eduardo Julian2017-07-221-2/+1
* - Removed algebraic effects module. If you want effects, just go with finally...Eduardo Julian2017-07-221-2/+1
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-2/+2
* - Implemented single-inheritance.Eduardo Julian2017-06-261-1/+1
* - Forgot to update the tests for ordered collections.Eduardo Julian2017-06-241-4/+4
* - CLI, Syntax and Lexer are now based upon a common Parser type.Eduardo Julian2017-06-211-4/+5
* - Implemented functional object-oriented programming.Eduardo Julian2017-06-171-0/+1
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-1/+1
* - Small fixes and refactorings.Eduardo Julian2017-05-091-6/+3
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-6/+10
* - Move the modules under lux/function/* to be under lux/control/*.Eduardo Julian2017-04-101-5/+5
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-4/+5
* - Added XML support.Eduardo Julian2017-04-061-1/+2
* - Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and lux/data/tex...Eduardo Julian2017-04-051-35/+37
* - Priority-queues and sequences can now be empty.Eduardo Julian2017-04-031-1/+1
* - Renamed lux/codata/* to lux/function/* and moved the lux/codata/coll/stream...Eduardo Julian2017-04-031-6/+6
* - Implemented Int encoding/decoding in the standard library.Eduardo Julian2017-04-031-1/+1
* - Some refactorings, new types & functions, and moved the lux/effect module t...Eduardo Julian2017-04-011-8/+8
* - Implemented ordered sets by means of red-black trees.Eduardo Julian2017-03-301-0/+1
* - Implemented finger-trees.Eduardo Julian2017-03-281-1/+3
* - Expanded the lux/control/interval module.Eduardo Julian2017-03-271-0/+1
* - Moved lux/random to lux/math/random.Eduardo Julian2017-03-241-3/+3
* - Added support for fuzzy logic.Eduardo Julian2017-01-281-1/+2
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
* - Added thunks (lazy evaluation).Eduardo Julian2017-01-251-0/+1
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-14/+14
* - Added a module for continuous logic.Eduardo Julian2017-01-251-1/+2
* - Renamed lux/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-3/+3
* - Moved the template: macro to the lux module.Eduardo Julian2017-01-041-5/+4
* - Improved tests for lux/data/char, lux/host, lux/type/check.Eduardo Julian2016-12-191-3/+3
* - Improved the way tests are run.Eduardo Julian2016-12-191-1/+1
* - Fixed a bug in the way effect-handling worked.Eduardo Julian2016-12-181-1/+1
* - Added tests for lux/macro/poly/*Eduardo Julian2016-12-171-8/+5
* - Added tests for lux/codata/cont.Eduardo Julian2016-12-151-5/+6
* - Updated tests for lux/type.Eduardo Julian2016-12-151-8/+8
* - Updated tests for lux/macro/ast and lux/macro/syntax.Eduardo Julian2016-12-141-9/+9