aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/data/color.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Generalized/type-agnostic arithmetic.Eduardo Julian2022-03-161-7/+5
* De-sigil-ification: ^Eduardo Julian2022-03-151-24/+24
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-3/+3
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-18/+18
* De-taggification | part 4Eduardo Julian2021-09-071-10/+10
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-2/+2
* De-taggification | part 2Eduardo Julian2021-09-041-4/+4
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-4/+4
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-13/+13
* Even more renamings.Eduardo Julian2021-08-011-7/+7
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-19/+19
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-21/+22
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-7/+6
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-6/+11
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-6/+6
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-35/+35
* Render XML to text in an indented form for human readability.Eduardo Julian2020-12-101-7/+10
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-59/+59
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-17/+17
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-3/+3
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-2/+1
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-5/+5
* Test to make sure modules cannot import themselves.Eduardo Julian2020-10-041-65/+166
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-22/+23
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-241-2/+2
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+1
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-1/+1
* Fixed some more tests.Eduardo Julian2019-03-301-8/+8
* Ported tests for number-related modules.Eduardo Julian2019-03-221-2/+2
* - Ported lux/data/bit tests.Eduardo Julian2019-03-211-56/+61
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-2/+2
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-1/+2
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+99