aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/file (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated only/except import syntax to take into account record => variant synt...Eduardo Julian2021-09-131-12/+12
* Re-named \ => # && \\ => ##Eduardo Julian2021-09-121-28/+28
* Made the "#" character great again!Eduardo Julian2021-09-121-31/+31
* Undid the foolish re-design of "abstract:" and "actor:".Eduardo Julian2021-09-101-41/+41
* Fixed the indentation of variants.Eduardo Julian2021-09-101-2/+2
* Migrated variants to the new syntax.Eduardo Julian2021-09-101-18/+18
* De-bracing | part 2Eduardo Julian2021-09-081-2/+2
* Normalized syntax of "exception:", "actor:" and "message:".Eduardo Julian2021-09-081-1/+1
* Normalized the syntax of "abstract:" and "actor:".Eduardo Julian2021-09-081-43/+41
* De-taggification | part 4Eduardo Julian2021-09-071-25/+25
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-9/+9
* De-taggification | part 2Eduardo Julian2021-09-041-13/+13
* Unified tuple and record syntax.Eduardo Julian2021-09-031-8/+8
* De-taggification | part 0Eduardo Julian2021-08-291-10/+10
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-9/+10
* Updates to the Lua compiler.Eduardo Julian2021-08-251-8/+1
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-23/+24
* The Python compiler can now be compiled by the new JVM compiler.Eduardo Julian2021-08-231-46/+46
* Some bug fixes.Eduardo Julian2021-08-181-3/+3
* Moved documentation-generation machinery to its own module.Eduardo Julian2021-08-141-13/+13
* Made program: specify its bindings the same way as syntax:.Eduardo Julian2021-08-131-12/+12
* Improved binding syntax for "syntax:".Eduardo Julian2021-08-121-13/+13
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-2/+9
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-1/+1
* No more #export magic syntax.Eduardo Julian2021-08-081-10/+12
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-4/+4
* Even more renamings.Eduardo Julian2021-08-011-3/+3
* More renamings.Eduardo Julian2021-07-301-1/+1
* Re-named List's tags: Nil => End && Cons => ItemEduardo Julian2021-07-281-3/+3
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-67/+67
* Re-named Promise to Async.Eduardo Julian2021-07-261-29/+29
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-7/+7
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-0/+459