aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/auto.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-7/+7
|
* 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-5/+5
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-1/+1
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-4/+4
|
* Re-named "partial_list" to "list.partial".Eduardo Julian2022-06-121-1/+1
|
* De-sigil-ification: #Eduardo Julian2022-06-041-8/+8
|
* 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-9/+9
|
* De-sigil-ification: &Eduardo Julian2022-04-071-1/+1
|
* Now demanding mandatory loop names, instead of using default "again" name.Eduardo Julian2022-03-301-1/+1
|
* De-sigil-ification: @Eduardo Julian2022-03-141-26/+26
|
* "module:" => "using"Eduardo Julian2021-09-151-1/+1
|
* Re-named "recur" to "again".Eduardo Julian2021-09-141-2/+2
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-9/+9
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-7/+7
|
* Made the "#" character great again!Eduardo Julian2021-09-121-4/+4
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-2/+2
|
* De-taggification | part 4Eduardo Julian2021-09-071-11/+11
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-2/+2
|
* De-taggification | part 2Eduardo Julian2021-09-041-12/+12
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-7/+7
|
* Some bug fixes.Eduardo Julian2021-08-181-4/+4
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-2/+2
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-2/+2
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
|
* More renamings.Eduardo Julian2021-07-301-1/+1
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-2/+2
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-9/+9
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-17/+18
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-121-3/+3
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-26/+19
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-6/+4
| | | 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-1/+1
|
* Added a macro for type-casting JVM objects.Eduardo Julian2021-06-241-6/+10
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-2/+2
|
* Updated Lux license to v0.1.1.Eduardo Julian2020-12-101-7/+6
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-2/+3
|
* Detect duplicate files coming from dependencies.Eduardo Julian2020-12-031-4/+5
|
* 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.
* Test for Aedifex's "auto" command.Eduardo Julian2020-12-021-134/+50
|
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-28/+33
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-9/+14
|
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-16/+24
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-10/+10
|