aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/input.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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