Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for Aedifex tests. | Eduardo Julian | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | Improved exception-definition macro. | Eduardo Julian | 2022-08-11 | 1 | -6/+8 |
| | |||||
* | Re-named the "case" macro to "when". | Eduardo Julian | 2022-08-11 | 1 | -2/+2 |
| | |||||
* | Extracted property-based testing machinery into its own module. | Eduardo Julian | 2022-08-10 | 1 | -2/+3 |
| | |||||
* | Made exception.report a function. | Eduardo Julian | 2022-07-06 | 1 | -2/+2 |
| | |||||
* | De-sigil-ification: suffix : [Part 16] | Eduardo Julian | 2022-06-26 | 1 | -3/+3 |
| | |||||
* | De-sigil-ification: suffix : [Part 15] | Eduardo Julian | 2022-06-25 | 1 | -1/+1 |
| | |||||
* | De-sigil-ification: suffix : [Part 14] | Eduardo Julian | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | De-sigil-ification: suffix : [Part 13] | Eduardo Julian | 2022-06-16 | 1 | -9/+9 |
| | |||||
* | New "format" hierarchy. | Eduardo Julian | 2022-06-13 | 1 | -1/+1 |
| | |||||
* | De-sigil-ification: suffix : [Part 4] | Eduardo Julian | 2022-06-12 | 1 | -17/+17 |
| | |||||
* | Extensible import syntax [Part 5] | Eduardo Julian | 2022-06-03 | 1 | -1/+1 |
| | |||||
* | Extensible import syntax [Part 4] | Eduardo Julian | 2022-06-03 | 1 | -4/+4 |
| | |||||
* | Extensible import syntax [Part 3] | Eduardo Julian | 2022-06-02 | 1 | -1/+1 |
| | |||||
* | Extensible import syntax: Part 1 | Eduardo Julian | 2022-06-01 | 1 | -12/+12 |
| | |||||
* | De-sigil-ification: $ | Eduardo Julian | 2022-04-08 | 1 | -17/+17 |
| | |||||
* | Leaner syntax for library/lux/control/exception.report | Eduardo Julian | 2022-03-15 | 1 | -40/+40 |
| | |||||
* | "module:" => "using" | Eduardo Julian | 2021-09-15 | 1 | -1/+1 |
| | |||||
* | Updated only/except import syntax to take into account record => variant ↵ | Eduardo Julian | 2021-09-13 | 1 | -12/+12 |
| | | | | syntax change. | ||||
* | Made the "#" character great again! | Eduardo Julian | 2021-09-12 | 1 | -4/+4 |
| | |||||
* | Migrated variants to the new syntax. | Eduardo Julian | 2021-09-10 | 1 | -3/+3 |
| | |||||
* | Normalized syntax of "exception:", "actor:" and "message:". | Eduardo Julian | 2021-09-08 | 1 | -2/+2 |
| | |||||
* | De-taggification | part 4 | Eduardo Julian | 2021-09-07 | 1 | -22/+22 |
| | |||||
* | De-taggification | part 2 | Eduardo Julian | 2021-09-04 | 1 | -15/+15 |
| | |||||
* | Made program: specify its bindings the same way as syntax:. | Eduardo Julian | 2021-08-13 | 1 | -1/+1 |
| | |||||
* | Improved binding syntax for "syntax:". | Eduardo Julian | 2021-08-12 | 1 | -2/+2 |
| | |||||
* | Relocated maybe and lazy from data to control. | Eduardo Julian | 2021-08-11 | 1 | -1/+1 |
| | |||||
* | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 2021-08-09 | 1 | -2/+2 |
| | |||||
* | No more #export magic syntax. | Eduardo Julian | 2021-08-08 | 1 | -3/+3 |
| | |||||
* | Even more renamings. | Eduardo Julian | 2021-08-01 | 1 | -1/+1 |
| | |||||
* | Re-named wrap => in && unwrap => out. | Eduardo Julian | 2021-07-27 | 1 | -4/+4 |
| | |||||
* | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 2021-07-15 | 1 | -1/+1 |
| | |||||
* | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 2021-07-14 | 1 | -22/+23 |
| | |||||
* | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 2021-07-12 | 1 | -4/+4 |
| | |||||
* | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 2021-07-11 | 1 | -0/+2 |
| | |||||
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 1 | -0/+2 |
| | |||||
* | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 2021-07-02 | 1 | -8/+10 |
| | | | Capabilities should be opt-in, but using them in the standard library makes them mandatory. | ||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -6/+30 |
| | | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | ||||
* | Some renamings. | Eduardo Julian | 2020-12-26 | 1 | -0/+3 |
| | |||||
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 1 | -4/+4 |
| | |||||
* | Refactored "export" common syntax. | Eduardo Julian | 2020-12-23 | 1 | -33/+16 |
| | |||||
* | Properly naming unicode Block type. | Eduardo Julian | 2020-12-22 | 1 | -17/+13 |
| | |||||
* | Removed several unnecessary imports. | Eduardo Julian | 2020-12-12 | 1 | -4/+5 |
| | |||||
* | Re-named "with-cover" to "for". | Eduardo Julian | 2020-12-10 | 1 | -4/+4 |
| | |||||
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵ | Eduardo Julian | 2020-12-02 | 1 | -2/+2 |
| | | | | convention that only macros that deal with types may start with a colon. | ||||
* | Pure-Lux implementation for biggest and smallest Frac values. | Eduardo Julian | 2020-11-07 | 1 | -3/+3 |
| | |||||
* | Improved error reporting for syntax macros. | Eduardo Julian | 2020-11-05 | 1 | -0/+93 |