aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/macro/poly/text-encoder.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Removed polytipic text-encoders.Eduardo Julian2017-08-011-140/+0
| | | - Simplified a lot of polytypism.
* - Removed the "M" suffix from monadic functions.Eduardo Julian2017-07-221-29/+29
|
* - Small refactorings and bug fixes.Eduardo Julian2017-07-221-1/+1
|
* - Lux no longer has a Char primitive data-type.Eduardo Julian2017-07-021-2/+0
|
* - Text no longer has a codec (because the decoding didn't handle unicode ↵Eduardo Julian2017-07-011-1/+1
| | | | escaping).
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-2/+1
|
* - Renamed "AST" to "Code".Eduardo Julian2017-05-071-7/+7
|
* - Changed the name of "let%" to "with-expansions".Eduardo Julian2017-05-071-13/+14
|
* - Simplified some of the documentation and error messages.Eduardo Julian2017-04-121-1/+1
|
* - Fused the lux/compiler and lux/macro modules.Eduardo Julian2017-04-111-4/+4
|
* - Renamed "lambda" to "function".Eduardo Julian2017-04-101-10/+10
|
* - 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-2/+2
| | | | | | | - 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/data/struct/tree to lux/data/struct/tree/rose.Eduardo Julian2017-01-251-1/+1
| | | | | | - Moved lux/data/struct/zipper to lux/data/struct/tree/zipper. - Moved lux/regex to lux/lexer/regex. - Changed the suffix of annotation tags, from M to A. - Renamed Frac(tional) numbers to Deg(rees).
* - Added tests for lux/macro/poly/*Eduardo Julian2016-12-171-32/+53
|
* - Minor refactorings and expansions.Eduardo Julian2016-12-041-2/+2
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-0/+126
plugin's and the Emacs mode's into a big monorepo, to keep development unified.