aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-2412-201/+393
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-246-87/+322
* New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian2022-10-238-22/+68
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-2211-50/+100
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-2229-988/+830
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2130-613/+498
* Clean-up after format change for extensions [part 1]Eduardo Julian2022-10-2114-260/+145
* Clean-up after format change for extensions [part 0]Eduardo Julian2022-10-219-235/+172
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-2012-588/+547
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1953-1744/+1751
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-0314-1118/+1181
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-0314-282/+450
* New format for extensions [part 4]Eduardo Julian2022-10-0213-105/+132
* New format for extensions [part 3]Eduardo Julian2022-10-0222-206/+163
* New format for extensions [part 2]Eduardo Julian2022-10-0130-273/+284
* New format for extensions [part 1]Eduardo Julian2022-10-0133-197/+248
* New format for extensions [part 0]Eduardo Julian2022-10-0116-249/+351
* Added support for context-oriented programming.Eduardo Julian2022-09-034-17/+231
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0243-918/+1173
* Added support for row polymorphism.Eduardo Julian2022-08-312-3/+226
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-305-127/+110
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-304-48/+274
* Added support for behavioral programming.Eduardo Julian2022-08-266-9/+65
* Added support for type-based polymorphism.Eduardo Julian2022-08-252-4/+79
* Added support for structured concurrency.Eduardo Julian2022-08-252-2/+340
* Added function trampolines.Eduardo Julian2022-08-232-11/+68
* Added support for the agent model.Eduardo Julian2022-08-222-7/+72
* Added support for time-zoned time.Eduardo Julian2022-08-193-6/+222
* Added support for incremental computation.Eduardo Julian2022-08-192-3/+149
* Added functions with named parameters.Eduardo Julian2022-08-195-20/+115
* Added support for Communicating Sequential Processes (CSP).Eduardo Julian2022-08-181-0/+76
* Added variadic functions.Eduardo Julian2022-08-182-4/+72
* Added support for event-loop concurrency.Eduardo Julian2022-08-187-110/+184
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-177-218/+152
* Made the compiler's caching system sensitive to the build configuration.Eduardo Julian2022-08-178-71/+83
* Proper testing for debug.log!Eduardo Julian2022-08-1710-194/+257
* Fixes for Aedifex tests.Eduardo Julian2022-08-123-2/+9
* Fixed test suite.Eduardo Julian2022-08-123-28/+79
* Improved exception-definition macro.Eduardo Julian2022-08-1187-518/+554
* Re-named the "case" macro to "when".Eduardo Julian2022-08-11267-2118/+2103
* Extracted property-based testing machinery into its own module.Eduardo Julian2022-08-101-1/+1
* Extracted test-tallying machinery into its own module.Eduardo Julian2022-07-303-63/+74
* Extracted test-coverage machinery into its own module.Eduardo Julian2022-07-283-52/+63
* Extracted unit-testing machinery into its own module.Eduardo Julian2022-07-282-216/+279
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-2847-462/+501
* New flat format for documentation fragments.Eduardo Julian2022-07-272-89/+101
* Slightly cleaner application of variance for FRP channels.Eduardo Julian2022-07-267-85/+99
* Made inlined functions into first-class macros.Eduardo Julian2022-07-2613-512/+466
* Better error reporting when analyzing variants.Eduardo Julian2022-07-103-15/+24
* Removed the need for ,! unquoting.Eduardo Julian2022-07-1041-560/+528