aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor/generation/common.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-2/+2
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-3/+3
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-1/+1
2021-07-30More renamings.Eduardo Julian1-4/+4
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-57/+57
2021-07-26Re-named Promise to Async.Eduardo Julian1-22/+22
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-9/+9
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian1-0/+0
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-36/+36
2021-02-10Continuing with LuaEduardo Julian1-4/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-3/+3
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-9/+9
2020-10-31Easy to use Rev constants.Eduardo Julian1-3/+3
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-1/+1
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-14/+15
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-10/+10
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-11/+13
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-29/+29
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-1/+1
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian1-6/+6
2019-04-28Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian1-7/+7
2019-04-26Refactored the spec a bit better.Eduardo Julian1-1/+2
2019-04-26Ported common extensions tests.Eduardo Julian1-0/+339