aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/metadata/snapshot.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No more "^slots".Eduardo Julian2021-09-141-3/+3
|
* Re-named "Name" to "Symbol".Eduardo Julian2021-09-141-1/+1
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-131-17/+17
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-8/+8
|
* Made the "#" character great again!Eduardo Julian2021-09-121-16/+16
|
* Fixed the indentation of variants.Eduardo Julian2021-09-101-5/+5
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-11/+11
|
* De-taggification | part 4Eduardo Julian2021-09-071-25/+25
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-18/+18
|
* Unified tuple and record syntax.Eduardo Julian2021-09-031-11/+11
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-2/+3
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-1/+1
|
* 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