aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata/snapshot.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian1-7/+7
2021-07-30More renamings.Eduardo Julian1-3/+3
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-12/+12
2021-07-26Re-named Promise to Async.Eduardo Julian1-10/+10
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-34/+35
2021-07-13Improved the XML parsing library.Eduardo Julian1-8/+3
2021-07-08Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian1-12/+17
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-8/+2
2021-06-14Extracted Licentia out of the standard library.Eduardo Julian1-1/+2
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-3/+4
2021-02-07Mo' updates, less problems.Eduardo Julian1-213/+28
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-57/+106
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-2/+3
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-92/+92
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-6/+6
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-0/+286