aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-03Added support for context-oriented programming.Eduardo Julian13-167/+623
2022-09-02Made labels (tags & slots) into normal definitions.Eduardo Julian47-1007/+1179
2022-08-31Added support for row polymorphism.Eduardo Julian7-5/+450
2022-08-30Got rid of the superfluous "lux macro" extension.Eduardo Julian25-280/+336
2022-08-30Added support for predicate-based polymorphism.Eduardo Julian9-50/+399
2022-08-26Added support for behavioral programming.Eduardo Julian9-11/+168
2022-08-25Added support for type-based polymorphism.Eduardo Julian6-6/+175
2022-08-25Added support for structured concurrency.Eduardo Julian6-9/+589
2022-08-23Added function trampolines.Eduardo Julian7-14/+186
2022-08-22Added support for the agent model.Eduardo Julian5-7/+183
2022-08-19Added support for time-zoned time.Eduardo Julian7-7/+377
2022-08-19Added support for incremental computation.Eduardo Julian5-4/+278
2022-08-19Added functions with named parameters.Eduardo Julian9-22/+297
2022-08-18Added support for Communicating Sequential Processes (CSP).Eduardo Julian5-1168/+1360
2022-08-18Added variadic functions.Eduardo Julian7-12/+406
2022-08-18Added support for event-loop concurrency.Eduardo Julian13-1237/+1455
2022-08-17Less needless re-compilation in the caching system.Eduardo Julian10-315/+293
2022-08-17Made the compiler's caching system sensitive to the build configuration.Eduardo Julian13-91/+121
2022-08-17Proper testing for debug.log!Eduardo Julian18-250/+425
2022-08-14Documentation changes for v0.7.0Eduardo Julian9-65/+29
2022-08-12Fixes for Aedifex tests.Eduardo Julian30-159/+227
2022-08-12Fixed test suite.Eduardo Julian34-2565/+2486
2022-08-11Improved exception-definition macro.Eduardo Julian127-1071/+1200
2022-08-11Re-named the "case" macro to "when".Eduardo Julian485-4447/+4611
2022-08-10Extracted property-based testing machinery into its own module.Eduardo Julian336-3317/+3803
2022-07-30Extracted test-tallying machinery into its own module.Eduardo Julian50-2195/+2289
2022-07-28Extracted test-coverage machinery into its own module.Eduardo Julian26-1124/+1164
2022-07-28Extracted unit-testing machinery into its own module.Eduardo Julian115-2798/+2995
2022-07-28Now statically resolving values from globals in pattern-matching.Eduardo Julian108-1726/+1817
2022-07-27New flat format for documentation fragments.Eduardo Julian19-382/+369
2022-07-26Slightly cleaner application of variance for FRP channels.Eduardo Julian14-119/+130
2022-07-26Made inlined functions into first-class macros.Eduardo Julian22-601/+559
2022-07-10Better error reporting when analyzing variants.Eduardo Julian5-20/+29
2022-07-10Removed the need for ,! unquoting.Eduardo Julian49-740/+697
2022-07-09First-class programs instead of having a "lux program" extension.Eduardo Julian42-436/+446
2022-07-08Extracted macro-expansion machinery into its own module.Eduardo Julian15-198/+229
2022-07-08Folded "default" documentation into regular definition documentation.Eduardo Julian153-2800/+2788
2022-07-08Moved "lux/extension" to "lux/meta/extension".Eduardo Julian10-25/+25
2022-07-08Re-named the "documentation" macro to "definition".Eduardo Julian161-1226/+1213
2022-07-08Moved "lux/static" to "lux/meta/static".Eduardo Julian24-27/+31
2022-07-08Extensible macro vocabulary for "lux/macro/pattern.`".Eduardo Julian5-161/+197
2022-07-08Moved "lux/locale" to "lux/world/locale".Eduardo Julian14-7/+10
2022-07-07Added support for defining custom/closed macro systems.Eduardo Julian12-430/+531
2022-07-06Moved "lux/time" to "lux/world/time".Eduardo Julian65-171/+200
2022-07-06Made exception.report a function.Eduardo Julian100-877/+751
2022-07-06Moved compiler machinery under lux/meta.Eduardo Julian315-150/+105
2022-07-03Re-named "do_to" to "to".Eduardo Julian25-505/+389
2022-07-03Moved "lux/target" to "lux/meta/target".Eduardo Julian256-805/+897
2022-07-03Added a new custom type for pattern-matching macros.Eduardo Julian245-1640/+1418
2022-07-02Moved "lux/macro" to "lux/meta/macro".Eduardo Julian283-825/+901