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