aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/scriptum.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-11Improved parsing speed for Lux code.Eduardo Julian1-1/+1
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-2/+2
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-36/+36
2020-11-17Made the syntax of ^template more consistent.Eduardo Julian1-23/+23
2020-10-31Easy to use Rev constants.Eduardo Julian1-5/+5
2020-10-25Some small refactoring.Eduardo Julian1-1/+1
2020-10-24Re-named some list functions.Eduardo Julian1-3/+3
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-35/+36
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-2/+2
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-10/+12
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-5/+5
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-10/+10
2019-05-22Removed the useless #lux.type? annotation tag.Eduardo Julian1-1/+1
2019-05-02Introduced the "#Macro" type and got rid of the "#lux.macro?" annotation type...Eduardo Julian1-2/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+2
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-2/+2
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-33/+33
2019-02-24Improved the names of monad transformers.Eduardo Julian1-1/+1
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-3/+3
2019-02-05Updated Scriptum to make sure it always generates documentation for tested mo...Eduardo Julian1-8/+4
2019-02-05Migrated documentation tool's code into stdlib.Eduardo Julian1-0/+518