aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/compositor/generation/common.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-343/+0
|
* Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian2021-07-111-36/+36
|
* Continuing with LuaEduardo Julian2021-02-101-4/+4
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-3/+3
| | | | convention that only macros that deal with types may start with a colon.
* Added "private" macro to lux/debug.Eduardo Julian2020-11-281-9/+9
|
* Easy to use Rev constants.Eduardo Julian2020-10-311-3/+3
|
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-1/+1
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-14/+15
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-10/+10
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-11/+13
| | | + No more "m/"-prefixed functions.
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-29/+29
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-1/+1
|
* Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian2019-04-281-6/+6
|
* Turned all "lux frac ???" extensions to "lux f64 ???".Eduardo Julian2019-04-281-7/+7
|
* Refactored the spec a bit better.Eduardo Julian2019-04-261-1/+2
|
* Ported common extensions tests.Eduardo Julian2019-04-261-0/+339