aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/package.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Began work on C++ back-end.Eduardo Julian2022-12-231-3/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-7/+7
|
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-301-2/+2
|
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-5/+5
|
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-2/+3
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-2/+2
|
* De-sigil-ification: #Eduardo Julian2022-06-041-7/+7
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-3/+3
|
* 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-54/+54
|
* De-sigil-ification: $Eduardo Julian2022-04-081-59/+59
|
* De-sigil-ification: @Eduardo Julian2022-03-141-48/+48
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-5/+5
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-12/+12
|
* Made the "#" character great again!Eduardo Julian2021-09-121-16/+16
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-9/+9
|
* De-taggification | part 4Eduardo Julian2021-09-071-18/+18
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-2/+2
|
* De-taggification | part 2Eduardo Julian2021-09-041-7/+7
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-2/+2
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-2/+2
|
* Some bug fixes.Eduardo Julian2021-08-181-9/+9
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
|
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
|
* More renamings.Eduardo Julian2021-07-301-1/+1
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-4/+4
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-3/+1
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-25/+26
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-5/+4
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-17/+30
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-271-12/+52
|
* 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-3/+3
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-6/+8
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-1/+1
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-8/+8
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-16/+21
|
* Improved the design of actors.Eduardo Julian2020-11-011-0/+64