aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* De-sigil-ification: >Eduardo Julian2022-03-145-60/+64
|
* De-sigil-ification: @Eduardo Julian2022-03-1423-895/+895
|
* Fixed packaging issue.Eduardo Julian2021-10-092-93/+93
|
* "module:" => "using"Eduardo Julian2021-09-1546-46/+46
|
* Updated only/except import syntax to take into account record => variant ↵Eduardo Julian2021-09-1346-231/+231
| | | | syntax change.
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-1240-367/+367
|
* Made the "#" character great again!Eduardo Julian2021-09-1231-311/+313
|
* Migrated variants to the new syntax.Eduardo Julian2021-09-1024-164/+164
|
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-2/+2
|
* De-taggification | part 4Eduardo Julian2021-09-0746-653/+653
|
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-0520-42/+42
|
* De-taggification | part 3Eduardo Julian2021-09-052-49/+23
|
* De-taggification | part 2Eduardo Julian2021-09-0446-338/+338
|
* Unified tuple and record syntax.Eduardo Julian2021-09-039-48/+48
|
* Updates to the Ruby compiler.Eduardo Julian2021-08-273-6/+6
|
* Updates to the Lua compiler.Eduardo Julian2021-08-253-10/+12
|
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-2428-127/+127
|
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-2311-45/+45
|
* Some bug fixes.Eduardo Julian2021-08-1823-133/+133
|
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-165-8/+8
|
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-1/+1
|
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-138-13/+13
|
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-127-10/+10
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-1122-33/+34
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-096-20/+20
|
* No more #export magic syntax.Eduardo Julian2021-08-0846-80/+80
|
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-0717-53/+53
|
* Fixed a bug in the new compiler which allowed the same module to be imported ↵Eduardo Julian2021-08-021-1/+1
| | | | more than once.
* Even more renamings.Eduardo Julian2021-08-013-4/+4
|
* More renamings.Eduardo Julian2021-07-3028-46/+46
|
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-4/+4
|
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-2728-600/+595
|
* Re-named Promise to Async.Eduardo Julian2021-07-2619-94/+89
|
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-2515-73/+73
|
* New JVM compiler can now compile JVM interfaces.Eduardo Julian2021-07-184-57/+151
|
* Now allowing compilers to generate custom-named outputs.Eduardo Julian2021-07-176-10/+114
|
* Now properly loading cached modules.Eduardo Julian2021-07-175-15/+46
|
* Fixed some inconsistent naming.Eduardo Julian2021-07-163-4/+30
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-1522-22/+22
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-1446-809/+855
|
* A bit more clarity for Licentia licenses.Eduardo Julian2021-07-123-16/+54
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-1246-180/+178
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-114-3/+60
|
* Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2021-07-102-2/+17
|
* Simplified the API for file-system operations.Eduardo Julian2021-07-069-200/+192
|
* No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian2021-07-0215-141/+473
| | | Capabilities should be opt-in, but using them in the standard library makes them mandatory.
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-306-15/+40
| | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it.
* Some updates for the new compilers.Eduardo Julian2021-06-292-6/+14
|
* Made obtaining env variables more granular + partial Lua support.Eduardo Julian2021-06-2710-93/+103
|
* Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian2021-06-264-20/+32
|