aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/scriptum.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow "#io" outputs for JS imports.Eduardo Julian2020-08-091-35/+36
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-2/+2
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-10/+12
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-5/+5
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-10/+10
|
* Removed the useless #lux.type? annotation tag.Eduardo Julian2019-05-221-1/+1
|
* Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation ↵Eduardo Julian2019-05-021-2/+2
| | | | type and its "magical" compiler behavior.
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+2
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-2/+2
|
* Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2019-03-151-33/+33
| | | | to avoid confusion since "/" is used for relative module paths.
* Improved the names of monad transformers.Eduardo Julian2019-02-241-1/+1
|
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-111-3/+3
| | | | structures.
* Updated Scriptum to make sure it always generates documentation for tested ↵Eduardo Julian2019-02-051-8/+4
| | | | modules.
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-051-0/+518