aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian2-67/+69
2021-07-13Improved the XML parsing library.Eduardo Julian2-20/+9
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 Julian2-13/+4
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 Julian2-6/+8
2021-02-07Mo' updates, less problems.Eduardo Julian2-215/+30
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian2-82/+180
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian2-4/+6
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian2-122/+122
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian2-11/+18
2020-12-15Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian1-0/+286
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-0/+151