aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/input.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-3/+3
* Re-named the "case" macro to "when".Eduardo Julian2022-08-111-1/+1
* First-class programs instead of having a "lux program" extension.Eduardo Julian2022-07-091-1/+1
* Moved compiler machinery under lux/meta.Eduardo Julian2022-07-061-2/+1
* Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian2022-07-011-3/+2
* New "parser" hierarchy. [Part 4]Eduardo Julian2022-06-261-3/+4
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-1/+1
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-3/+3
* Re-named "partial_list" to "list.partial".Eduardo Julian2022-06-121-1/+1
* De-sigil-ification: #Eduardo Julian2022-06-041-9/+9
* Extensible import syntax [Part 5]Eduardo Julian2022-06-031-1/+1
* Extensible import syntax [Part 4]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
* De-sigil-ification: &Eduardo Julian2022-04-071-1/+1
* De-sigil-ification: >Eduardo Julian2022-03-141-34/+34
* Properly inheriting the default profile in Aedifex.Eduardo Julian2021-10-311-1/+1
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-1/+1
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-7/+7
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-3/+3
* Made the "#" character great again!Eduardo Julian2021-09-121-4/+4
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-4/+4
* De-taggification | part 4Eduardo Julian2021-09-071-14/+14
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-8/+8
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
* Updates to the Lua compiler.Eduardo Julian2021-08-251-10/+16
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-4/+4
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-1/+1
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-4/+4
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-22/+23
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-10/+7
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-6/+4
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+3
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-12/+12
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-1/+1
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-7/+7
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-0/+59