aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/package.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-1/+1
|
* 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-1/+1
|
* De-sigil-ification: suffix : [Part 15]Eduardo Julian2022-06-251-1/+1
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-2/+2
|
* New "parser" hierarchy. [Part 3]Eduardo Julian2022-06-161-4/+3
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-5/+5
|
* De-sigil-ification: suffix : [Part 3]Eduardo Julian2022-06-121-1/+1
|
* De-sigil-ification: #Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 6]Eduardo Julian2022-06-041-1/+1
|
* Extensible import syntax [Part 4]Eduardo Julian2022-06-031-1/+1
|
* Extensible import syntax [Part 2]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-9/+9
|
* De-sigil-ification: $Eduardo Julian2022-04-081-10/+10
|
* De-sigil-ification: @Eduardo Julian2022-03-141-33/+33
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-10/+10
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-4/+4
|
* Made the "#" character great again!Eduardo Julian2021-09-121-7/+7
|
* Fixed the indentation of variants.Eduardo Julian2021-09-101-2/+2
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-6/+6
|
* De-taggification | part 4Eduardo Julian2021-09-071-12/+12
|
* De-taggification | part 2Eduardo Julian2021-09-041-11/+11
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-4/+4
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-3/+4
|
* 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-1/+1
|
* Some bug fixes.Eduardo Julian2021-08-181-6/+6
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+2
|
* No more #export magic syntax.Eduardo Julian2021-08-081-6/+6
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-18/+19
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-5/+9
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+3
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-4/+23
|
* Some renamings.Eduardo Julian2020-12-261-26/+16
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-6/+6
|
* Refactored "export" common syntax.Eduardo Julian2020-12-231-14/+11
|
* Removed several unnecessary imports.Eduardo Julian2020-12-121-3/+5
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-1/+1
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-2/+2
|
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-2/+30
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-2/+13
|
* Improved the design of actors.Eduardo Julian2020-11-011-0/+36