aboutsummaryrefslogtreecommitdiff
path: root/stdlib/test/test/lux/data/text.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-8/+0
|
* - Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian2017-11-291-54/+54
| | | | period/dot (.).
* - Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian2017-11-281-1/+1
|
* - Got rid of even more dots.Eduardo Julian2017-11-271-2/+2
|
* - Changed the prefixes of numeric functions.Eduardo Julian2017-11-271-11/+11
|
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-7/+6
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - 2 tests in the stdlib got fixed after the random unicode text fix.Eduardo Julian2017-10-261-1/+1
|
* - Replaced the "#seed" and "#times" options for "seed" and "times" test ↵Eduardo Julian2017-10-201-87/+94
| | | | combinators.
* - Added seeds for failing tests.Eduardo Julian2017-10-111-0/+1
|
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-1/+1
|
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-23/+22
|
* - Text no longer has a codec (because the decoding didn't handle unicode ↵Eduardo Julian2017-07-011-13/+0
| | | | escaping).
* - In lux/test, renamed "test:" to "context:", and "assert" to "test".Eduardo Julian2017-06-191-86/+86
|
* - Renamed ^=> to ^multi.Eduardo Julian2017-05-241-8/+8
|
* - Renamed lux/data/text;replace to replace-all.Eduardo Julian2017-04-061-1/+1
| | | - Did some refactorings for lexers.
* - Moved lux/lexer and lux/lexer/regex to lux/data/text/lexer and ↵Eduardo Julian2017-04-051-3/+3
| | | | | | | | | lux/data/text/regex. - Moved lux/pipe to lux/control/pipe. - Moved the @pre and @post macros to lux/control/contract. - Improved error reporting for lux/type/auto. - Added a test for third-order type-checking for lux/type/auto. - Fixed a bug in the tests for lux/data/coll/vector.
* - Renamed lux/codata/* to lux/function/* and moved the ↵Eduardo Julian2017-04-031-1/+0
| | | | lux/codata/coll/stream to lux/data/coll/stream.
* - Implemented Int encoding/decoding in the standard library.Eduardo Julian2017-04-031-1/+1
| | | | | - Moved some type-constructors for building functor types into the lux/control/functor module. - Renamed Ord to Order. - Renamed Env to Reader.
* - Moved lux/random to lux/math/random.Eduardo Julian2017-03-241-1/+1
| | | | - Moved lux/math/ratio to lux/number/ratio. - Moved lux/math/complex to lux/number/complex.
* - Implemented a variety of new procedures for text, chars, math and arrays.Eduardo Julian2017-02-221-4/+4
|
* - Implemented several new procedures.Eduardo Julian2017-02-161-4/+4
| | | | | | - Improved Lux-to-JS interactions. - Parallel compilation works for the JS backend. - Added more primitive functionality to the JS runtime. - More common procedures.
* - Changed the license from MPL 2.0 to MIT.Eduardo Julian2017-01-261-5/+0
|
* - Moved the lux/data/struct/* modules to lux/data/coll/*.Eduardo Julian2017-01-251-17/+18
| | | | | | | - Did the same for the lux/codata/struct/* modules. - Moved lux/codata/io to lux/io. - Moved lux/control/effect to lux/effect. - Renamed "sample" functions to "this" functions. - Renamed "at" functions to "nth" functions.
* - Renamed lux/math/random to lux/random.Eduardo Julian2017-01-061-1/+1
|
* - Separators in a test for text functions will now be 1-char long, to avoid ↵Eduardo Julian2017-01-011-4/+3
| | | | false negatives.
* - Updated tests and fixed code for lux/codata/struct/stream, ↵Eduardo Julian2016-12-201-3/+7
| | | | | lux/concurrency/actor, lux/data/text, lux/math, lux/math/simple and lux/type. - Frac numbers won't be tested, as they will be considered (for now) an incomplete feature.
* - No longer using record syntax in certain macros.Eduardo Julian2016-12-121-3/+3
|
* - Small fixes, refactorings and expansions.Eduardo Julian2016-12-121-7/+11
|
* - Changed the names of math op functions to make them more consistent and ↵Eduardo Julian2016-12-021-11/+11
| | | | similar.
* - Simplified the Test type.Eduardo Julian2016-12-011-17/+21
| | | | - Added Test combinators. - Removed unnecessary testing macros (testing only needs assertions).
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+150
plugin's and the Emacs mode's into a big monorepo, to keep development unified.