aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/hash.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
* Began work on C++ back-end.Eduardo Julian2022-12-231-4/+4
* Added price-action abstraction.Eduardo Julian2022-12-191-3/+4
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-6/+6
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-301-5/+5
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-3/+3
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-2/+3
* More traditional names for unquoting macros.Eduardo Julian2022-07-021-3/+3
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-1/+1
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-2/+2
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
* De-sigil-ification: suffix : [Part 3]Eduardo Julian2022-06-121-3/+3
* De-sigil-ification: #Eduardo Julian2022-06-041-9/+9
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
* Extensible import syntax [Part 3]Eduardo Julian2022-06-021-1/+1
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-5/+5
* Better names for testing macros (plus better indentation).Eduardo Julian2022-04-091-21/+21
* De-sigil-ification: $Eduardo Julian2022-04-081-76/+76
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-5/+5
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-6/+6
* Made the "#" character great again!Eduardo Julian2021-09-121-6/+6
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-6/+6
* De-taggification | part 4Eduardo Julian2021-09-071-8/+8
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-6/+6
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-3/+3
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-2/+2
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-18/+19
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-6/+5
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+3
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-8/+8
* Properly naming unicode Block type.Eduardo Julian2020-12-221-1/+1
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-45/+45
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-9/+9
* Allow defining anonymous actors.Eduardo Julian2020-11-021-3/+3
* Improved the design of actors.Eduardo Julian2020-11-011-4/+4
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-0/+95