aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-14De-sigil-ification: >Eduardo Julian5-60/+64
2022-03-14De-sigil-ification: @Eduardo Julian23-895/+895
2021-10-09Fixed packaging issue.Eduardo Julian2-93/+93
2021-09-15"module:" => "using"Eduardo Julian46-46/+46
2021-09-13Updated only/except import syntax to take into account record => variant synt...Eduardo Julian46-231/+231
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian40-367/+367
2021-09-12Made the "#" character great again!Eduardo Julian31-311/+313
2021-09-10Migrated variants to the new syntax.Eduardo Julian24-164/+164
2021-09-08Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian1-2/+2
2021-09-07De-taggification | part 4Eduardo Julian46-653/+653
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian20-42/+42
2021-09-05De-taggification | part 3Eduardo Julian2-49/+23
2021-09-04De-taggification | part 2Eduardo Julian46-338/+338
2021-09-03Unified tuple and record syntax.Eduardo Julian9-48/+48
2021-08-27Updates to the Ruby compiler.Eduardo Julian3-6/+6
2021-08-25Updates to the Lua compiler.Eduardo Julian3-10/+12
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian28-127/+127
2021-08-23The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian11-45/+45
2021-08-18Some bug fixes.Eduardo Julian23-133/+133
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian5-8/+8
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian8-13/+13
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian7-10/+10
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian22-33/+34
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian6-20/+20
2021-08-08No more #export magic syntax.Eduardo Julian46-80/+80
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian17-53/+53
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-1/+1
2021-08-01Even more renamings.Eduardo Julian3-4/+4
2021-07-30More renamings.Eduardo Julian28-46/+46
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-4/+4
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian28-600/+595
2021-07-26Re-named Promise to Async.Eduardo Julian19-94/+89
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian15-73/+73
2021-07-18New JVM compiler can now compile JVM interfaces.Eduardo Julian4-57/+151
2021-07-17Now allowing compilers to generate custom-named outputs.Eduardo Julian6-10/+114
2021-07-17Now properly loading cached modules.Eduardo Julian5-15/+46
2021-07-16Fixed some inconsistent naming.Eduardo Julian3-4/+30
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian22-22/+22
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian46-809/+855
2021-07-12A bit more clarity for Licentia licenses.Eduardo Julian3-16/+54
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian46-180/+178
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian4-3/+60
2021-07-10Made the "try" macro into a common one, instead of a host-specific one.Eduardo Julian2-2/+17
2021-07-06Simplified the API for file-system operations.Eduardo Julian9-200/+192
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian15-141/+473
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian6-15/+40
2021-06-29Some updates for the new compilers.Eduardo Julian2-6/+14
2021-06-27Made obtaining env variables more granular + partial Lua support.Eduardo Julian10-93/+103
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian4-20/+32