aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/control/exception.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-071-4/+4
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-1/+1
* De-taggification | part 2Eduardo Julian2021-09-041-6/+6
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-9/+5
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
* Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian2021-08-021-9/+9
* Yet more renamings.Eduardo Julian2021-07-311-2/+2
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-8/+8
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-1/+1
* Fixed some inconsistent naming.Eduardo Julian2021-07-161-33/+33
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-12/+13
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-2/+2
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-4/+4
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-1/+1
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-1/+1
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-4/+4
* Allow defining anonymous actors.Eduardo Julian2020-11-021-2/+2
* WIP: New build-tool named Aedifex (can read project descriptions).Eduardo Julian2020-08-121-81/+82
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
* Improved test for exceptions.Eduardo Julian2020-04-181-23/+100
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-4/+6
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+1
* Ported some modules to the new test format.Eduardo Julian2019-02-081-20/+23
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+35