aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1263-666/+683
* Added support for fixed-point arithmetic.Eduardo Julian2022-12-1110-136/+375
* Added machinery for averaging a time-series.Eduardo Julian2022-12-0921-249/+364
* 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-652/+861
* Added currencies.Eduardo Julian2022-11-2819-364/+649
* Added support for saturation arithmetic.Eduardo Julian2022-11-2517-346/+403
* 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-715/+898
* 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-101/+122
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1816-338/+378
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-166-24/+222
* Now documenting dependers and dependees.Eduardo Julian2022-11-15161-1340/+1593
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1532-913/+1147
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-119-262/+287
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-076-133/+238
* 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-302/+345
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2714-242/+646
* 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-83/+318
* 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-982/+824
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2130-610/+495
* 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-234/+171
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-2012-579/+538
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1953-1721/+1728
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-0314-1059/+1122
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-0314-279/+447
* 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-259/+270
* New format for extensions [part 1]Eduardo Julian2022-10-0133-197/+248
* New format for extensions [part 0]Eduardo Julian2022-10-0116-247/+349
* Added support for context-oriented programming.Eduardo Julian2022-09-034-17/+231
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0243-916/+1171
* Added support for row polymorphism.Eduardo Julian2022-08-312-3/+226
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-305-119/+102
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-304-47/+273
* 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