aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata/snapshot.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-4/+4
|
* Some bug fixes.Eduardo Julian2021-08-181-7/+7
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-7/+7
|
* More renamings.Eduardo Julian2021-07-301-3/+3
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-12/+12
|
* Re-named Promise to Async.Eduardo Julian2021-07-261-10/+10
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-34/+35
|
* Improved the XML parsing library.Eduardo Julian2021-07-131-8/+3
|
* Made sure the "phase" parameter of extensions is always usable (even across ↵Eduardo Julian2021-07-081-12/+17
| | | | language boundaries)
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-8/+2
|
* 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-111-3/+4
|
* Mo' updates, less problems.Eduardo Julian2021-02-071-213/+28
|
* Unified repository abstraction for Aedifex.Eduardo Julian2020-12-291-57/+106
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-2/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-92/+92
|
* More optimizations to the Lux syntax parser.Eduardo Julian2020-12-171-6/+6
|
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-0/+286