aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/artifact/extension.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-02Extensible import syntax [Part 2]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-9/+9
2022-03-11Added an easy way to export Lux functionality to host programs (everywhere el...Eduardo Julian1-0/+1
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-14Re-named "Identifier" to "Symbol".Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian1-2/+2
2021-09-07De-taggification | part 4Eduardo Julian1-4/+4
2021-09-04De-taggification | part 2Eduardo Julian1-3/+3
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian1-4/+4
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-6/+7
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-3/+3
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-2/+6
2020-11-01Improved the design of actors.Eduardo Julian1-1/+1
2020-10-24Re-named "search" to "one" and "search-all" to "all".Eduardo Julian1-20/+14
2020-10-14Gave the Location type its own module.Eduardo Julian1-0/+37