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