aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata (follow)
Commit message (Expand)AuthorAgeFilesLines
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-112-2/+2
* No more #export magic syntax.Eduardo Julian2021-08-082-14/+14
* More renamings.Eduardo Julian2021-07-301-3/+3
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-272-28/+28
* Re-named Promise to Async.Eduardo Julian2021-07-262-24/+24
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-142-67/+69
* Improved the XML parsing library.Eduardo Julian2021-07-132-20/+9
* Made sure the "phase" parameter of extensions is always usable (even across l...Eduardo Julian2021-07-081-12/+17
* Simplified the API for file-system operations.Eduardo Julian2021-07-062-13/+4
* Extracted Licentia out of the standard library.Eduardo Julian2021-06-141-1/+2
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-112-6/+8
* Mo' updates, less problems.Eduardo Julian2021-02-072-215/+30
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-292-82/+180
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-4/+6
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-122/+122
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-172-11/+18
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-0/+286
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-0/+151