aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/spec/compositor (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian8-1065/+0
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-2/+2
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian4-47/+47
2021-05-24Re-named lux/host to lux/ffi.Eduardo Julian1-2/+2
2021-02-10Continuing with LuaEduardo Julian1-4/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian6-16/+19
2020-11-28Added "private" macro to lux/debug.Eduardo Julian6-32/+28
2020-10-31Easy to use Rev constants.Eduardo Julian5-16/+16
2020-10-24Re-named some list functions.Eduardo Julian1-1/+1
2020-10-09Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian1-1/+1
2020-08-09Allow "#io" outputs for JS imports.Eduardo Julian1-2/+3
2020-07-02Now using the new syntax for variants (even though they still work the old wa...Eduardo Julian1-6/+6
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian5-7/+7
2019-12-28Implemented an alternative method for extensible JVM bytecode generation.Eduardo Julian1-8/+12
2019-09-07Renamed "Statement" to "Directive".Eduardo Julian1-15/+15
2019-07-26No more "n/"-prefixed functions.Eduardo Julian5-35/+41
2019-07-25No more "i/"-prefixed functions.Eduardo Julian2-12/+14
2019-07-24No more "f/"-prefixed functions.Eduardo Julian4-21/+28
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian8-74/+71
2019-06-20Improved the convention for using text formatters.Eduardo Julian5-12/+10
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-27Ported tests for type analysis.Eduardo Julian2-7/+77
2019-04-26Refactored the spec a bit better.Eduardo Julian7-19/+97
2019-04-26Ported common extensions tests.Eduardo Julian1-0/+339
2019-04-26- Ported pattern-matching tests.Eduardo Julian2-0/+376
2019-04-26Ported reference tests.Eduardo Julian1-0/+56
2019-04-26WIP: Turning compiler tests into a re-usable specification.Eduardo Julian2-0/+132