aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131-0/+3
|
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-221-4/+5
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-021-1/+1
|
* De-sigil-ification: suffix : [Part 15]Eduardo Julian2022-06-251-4/+4
|
* De-sigil-ification: suffix : [Part 14]Eduardo Julian2022-06-161-3/+3
|
* De-sigil-ification: suffix : [Part 13]Eduardo Julian2022-06-161-12/+12
|
* New "format" hierarchy.Eduardo Julian2022-06-131-1/+1
|
* De-sigil-ification: suffix : [Part 4]Eduardo Julian2022-06-121-15/+15
|
* 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-2/+2
|
* Extensible import syntax [Part 2]Eduardo Julian2022-06-021-1/+1
|
* Extensible import syntax: Part 1Eduardo Julian2022-06-011-6/+6
|
* De-sigil-ification: $Eduardo Julian2022-04-081-5/+5
|
* Can now deploy releases with Aedifex.Eduardo Julian2022-04-081-5/+8
|
* De-sigil-ification: &Eduardo Julian2022-04-071-2/+2
|
* De-sigil-ification: @Eduardo Julian2022-03-141-35/+35
|
* "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 ↵Eduardo Julian2021-09-131-7/+7
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-9/+9
|
* De-taggification | part 4Eduardo Julian2021-09-071-5/+5
|
* De-taggification | part 2Eduardo Julian2021-09-041-7/+7
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-2/+2
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-3/+4
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+5
|
* Some bug fixes.Eduardo Julian2021-08-181-20/+20
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-1/+1
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-2/+2
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-12/+12
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-15/+16
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-1/+22
| | | | language boundaries)
* Mo' updates, less problems.Eduardo Julian2021-02-071-3/+3
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-17/+7
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-8/+8
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-6/+10
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | 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
|
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-9/+5
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-7/+16
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-19/+29
|
* Test imports for circular dependencies.Eduardo Julian2020-10-071-0/+9
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-0/+68