aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/file/watch.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-03Added a new custom type for pattern-matching macros.Eduardo Julian1-3/+3
2022-06-30Alternative names for (un)quoting macros.Eduardo Julian1-2/+2
2022-06-29Better syntax for calling virtual methods when defining JVM classes.Eduardo Julian1-2/+3
2022-06-16De-sigil-ification: suffix : [Part 14]Eduardo Julian1-4/+4
2022-06-16De-sigil-ification: suffix : [Part 13]Eduardo Julian1-8/+8
2022-06-13New "format" hierarchy.Eduardo Julian1-1/+1
2022-06-04De-sigil-ification: #Eduardo Julian1-19/+19
2022-06-04Extensible import syntax [Part 6]Eduardo Julian1-3/+3
2022-06-03Extensible import syntax [Part 4]Eduardo Julian1-2/+2
2022-06-02Extensible import syntax [Part 3]Eduardo Julian1-1/+1
2022-06-01Extensible import syntax: Part 1Eduardo Julian1-8/+8
2022-04-09Better names for testing macros (plus better indentation).Eduardo Julian1-42/+42
2022-04-08Better names for random text/character generators.Eduardo Julian1-4/+4
2022-04-08De-sigil-ification: $Eduardo Julian1-96/+96
2022-04-07More efficient TAR handling.Eduardo Julian1-1/+1
2022-03-16De-sigil-ification: prefix :Eduardo Julian1-2/+2
2022-03-15De-sigil-ification: ^Eduardo Julian1-3/+3
2022-01-30Fixes for the pure-Lux JVM compiler machinery. [Part 12]Eduardo Julian1-54/+54
2021-09-15"module:" => "using"Eduardo Julian1-1/+1
2021-09-13Updated only/except import syntax to take into account record => variant ↵Eduardo Julian1-8/+8
syntax change.
2021-09-12Re-named \ => # && \\ => ##Eduardo Julian1-26/+26
2021-09-12Made the "#" character great again!Eduardo Julian1-7/+7
2021-09-10Migrated variants to the new syntax.Eduardo Julian1-7/+7
2021-09-07De-taggification | part 4Eduardo Julian1-10/+10
2021-09-05Changed the syntax of do/be's (co)monad bindings.Eduardo Julian1-4/+4
2021-09-04De-taggification | part 2Eduardo Julian1-9/+9
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian1-2/+2
2021-08-18Some bug fixes.Eduardo Julian1-1/+1
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-1/+1
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-1/+1
2021-08-08No more #export magic syntax.Eduardo Julian1-1/+1
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-4/+4
2021-07-30More renamings.Eduardo Julian1-1/+1
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-73/+73
2021-07-26Re-named Promise to Async.Eduardo Julian1-15/+15
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-2/+2
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian1-0/+13
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-19/+20
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian1-2/+2
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-53/+78
2021-07-02No longer employing the capabilities model on the lux/world/* modules.Eduardo Julian1-7/+5
Capabilities should be opt-in, but using them in the standard library makes them mandatory.
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-21/+21
2020-12-10Re-named "with-cover" to "for".Eduardo Julian1-2/+2
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian1-16/+16
convention that only macros that deal with types may start with a colon.
2020-12-02Test for Aedifex's "auto" command.Eduardo Julian1-23/+30
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-0/+155