aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02261-1074/+1213
* Added simple benchmarking machinery.Eduardo Julian2022-12-0111-271/+431
* Added money-handling machinery.Eduardo Julian2022-11-2918-667/+876
* Added currencies.Eduardo Julian2022-11-2819-369/+654
* Added support for saturation arithmetic.Eduardo Julian2022-11-2517-349/+406
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2316-460/+758
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21124-716/+899
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2041-312/+426
* Got the tests to compile again for Python.Eduardo Julian2022-11-195-103/+124
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1816-343/+383
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-166-24/+222
* Now documenting dependers and dependees.Eduardo Julian2022-11-15161-1349/+1602
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1532-918/+1152
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-119-268/+293
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-076-135/+240
* Added support for inline testing.Eduardo Julian2022-11-0710-46/+274
* More efficient code-generation for text composition.Eduardo Julian2022-11-0622-214/+257
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0516-73/+191
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2829-303/+346
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2714-243/+647
* Minor naming & syntax improvements.Eduardo Julian2022-10-24106-328/+356
* 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