aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/input.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-071-14/+14
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
|
* De-taggification | part 2Eduardo Julian2021-09-041-8/+8
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-1/+1
|
* Updates to the Lua compiler.Eduardo Julian2021-08-251-10/+16
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-4/+4
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-1/+1
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-4/+4
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-22/+23
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-061-10/+7
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-021-6/+4
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-2/+3
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-12/+12
|
* Improved parsing speed for Lux code.Eduardo Julian2020-12-111-1/+1
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-7/+7
| | | | convention that only macros that deal with types may start with a colon.
* Some improvements to the Lux syntax parser.Eduardo Julian2020-10-251-0/+59