aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-28Added currencies.Eduardo Julian5-7/+254
2022-11-25Added support for saturation arithmetic.Eduardo Julian3-3/+60
2022-11-23New arithmetic abstraction + common file extensions as constants.Eduardo Julian8-7/+181
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian15-103/+193
2022-11-20Fixed a bug when optimization record access.Eduardo Julian7-19/+107
2022-11-19Got the tests to compile again for Python.Eduardo Julian5-332/+345
2022-11-18Updated the Python compiler to work with the new format for extensions.Eduardo Julian1-1/+1
2022-11-16Added generic logging abstraction/machinery.Eduardo Julian8-35/+289
2022-11-15Now documenting dependers and dependees.Eduardo Julian11-86/+223
2022-11-15Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian6-44/+86
2022-11-11Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian1-1/+1
2022-11-07Can now mark definitions as deprecated in their documentation.Eduardo Julian3-5/+400
2022-11-07Added support for inline testing.Eduardo Julian7-24/+157
2022-11-06More efficient code-generation for text composition.Eduardo Julian8-162/+408
2022-11-05Property-based testing can now log/print successful seeds from run.Eduardo Julian5-12/+192
2022-10-28Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian7-21/+263
2022-10-27Added support for aspect-oriented programming.Eduardo Julian5-3/+189
2022-10-24Minor naming & syntax improvements.Eduardo Julian80-386/+524
2022-10-24New module just for the Char type + fixes to JSON parsing.Eduardo Julian7-6/+197
2022-10-24Added the capacity to re-bind global definitions within a scope.Eduardo Julian5-4/+175
2022-10-23New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian4-10/+69
2022-10-22New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian8-6/+83
2022-10-22Clean-up after format change for extensions [part 3]Eduardo Julian4-37/+187
2022-10-21Clean-up after format change for extensions [part 2]Eduardo Julian4-80/+45
2022-10-21Clean-up after format change for extensions [part 0]Eduardo Julian1-2/+2
2022-10-20Migrating default extensions to the new format [Part 3]Eduardo Julian4-184/+233
2022-10-19Migrating default extensions to the new format [Part 2]Eduardo Julian6-53/+47
2022-10-03Migrating default extensions to the new format [Part 1]Eduardo Julian1-13/+13
2022-10-02New format for extensions [part 4]Eduardo Julian4-17/+48
2022-10-02New format for extensions [part 3]Eduardo Julian1-57/+51
2022-10-01New format for extensions [part 2]Eduardo Julian1-24/+28
2022-10-01New format for extensions [part 1]Eduardo Julian1-19/+26
2022-10-01New format for extensions [part 0]Eduardo Julian1-17/+26
2022-09-03Added support for context-oriented programming.Eduardo Julian9-150/+392
2022-09-02Made labels (tags & slots) into normal definitions.Eduardo Julian3-90/+7
2022-08-31Added support for row polymorphism.Eduardo Julian5-2/+224
2022-08-30Got rid of the superfluous "lux macro" extension.Eduardo Julian12-124/+197
2022-08-30Added support for predicate-based polymorphism.Eduardo Julian5-3/+126
2022-08-26Added support for behavioral programming.Eduardo Julian3-2/+103
2022-08-25Added support for type-based polymorphism.Eduardo Julian4-2/+96
2022-08-25Added support for structured concurrency.Eduardo Julian4-7/+249
2022-08-23Added function trampolines.Eduardo Julian5-3/+118
2022-08-22Added support for the agent model.Eduardo Julian3-0/+111
2022-08-19Added support for time-zoned time.Eduardo Julian4-1/+155
2022-08-19Added support for incremental computation.Eduardo Julian3-1/+129
2022-08-19Added functions with named parameters.Eduardo Julian4-2/+182
2022-08-18Added support for Communicating Sequential Processes (CSP).Eduardo Julian4-1271/+1387
2022-08-18Added variadic functions.Eduardo Julian5-8/+334
2022-08-18Added support for event-loop concurrency.Eduardo Julian5-1216/+1361
2022-08-17Less needless re-compilation in the caching system.Eduardo Julian3-104/+148