aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-06Now documenting exported aliases.Eduardo Julian5-23/+81
2023-01-05Compilation of simple literals in C++.Eduardo Julian11-59/+222
2023-01-04Added simple machinery for aliasing of definitions.Eduardo Julian9-51/+100
2022-12-23Began work on C++ back-end.Eduardo Julian9-66/+101
2022-12-22Added some explicit machinery for the Any type.Eduardo Julian7-24/+59
2022-12-22Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian10-24/+116
2022-12-19Added price-action abstraction.Eduardo Julian17-44/+201
2022-12-18Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian4-68/+91
2022-12-12Added accumulation/distribution oscillator.Eduardo Julian23-242/+238
2022-12-12Added trade session (OHLCV) abstraction.Eduardo Julian63-687/+704
2022-12-11Added support for fixed-point arithmetic.Eduardo Julian10-136/+375
2022-12-09Added machinery for averaging a time-series.Eduardo Julian21-252/+367
2022-12-02Added some simple time-series handling machinery.Eduardo Julian261-1074/+1213
2022-12-01Added simple benchmarking machinery.Eduardo Julian11-271/+431
2022-11-29Added money-handling machinery.Eduardo Julian18-667/+876
2022-11-28Added currencies.Eduardo Julian19-369/+654
2022-11-25Added support for saturation arithmetic.Eduardo Julian17-349/+406
2022-11-23New arithmetic abstraction + common file extensions as constants.Eduardo Julian16-460/+758
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian124-716/+899
2022-11-20Fixed a bug when optimization record access.Eduardo Julian41-312/+426
2022-11-19Got the tests to compile again for Python.Eduardo Julian5-103/+124
2022-11-18Updated the Python compiler to work with the new format for extensions.Eduardo Julian16-343/+383
2022-11-16Added generic logging abstraction/machinery.Eduardo Julian6-24/+222
2022-11-15Now documenting dependers and dependees.Eduardo Julian161-1349/+1602
2022-11-15Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian32-918/+1152
2022-11-11Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian9-268/+293
2022-11-07Can now mark definitions as deprecated in their documentation.Eduardo Julian6-135/+240
2022-11-07Added support for inline testing.Eduardo Julian10-46/+274
2022-11-06More efficient code-generation for text composition.Eduardo Julian22-214/+257
2022-11-05Property-based testing can now log/print successful seeds from run.Eduardo Julian16-73/+191
2022-10-28Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian29-303/+346
2022-10-27Added support for aspect-oriented programming.Eduardo Julian14-243/+647
2022-10-24Minor naming & syntax improvements.Eduardo Julian106-328/+356
2022-10-24New module just for the Char type + fixes to JSON parsing.Eduardo Julian12-201/+393
2022-10-24Added the capacity to re-bind global definitions within a scope.Eduardo Julian6-87/+322
2022-10-23New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian8-22/+68
2022-10-22New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian11-50/+100
2022-10-22Clean-up after format change for extensions [part 3]Eduardo Julian29-988/+830
2022-10-21Clean-up after format change for extensions [part 2]Eduardo Julian30-613/+498
2022-10-21Clean-up after format change for extensions [part 1]Eduardo Julian14-260/+145
2022-10-21Clean-up after format change for extensions [part 0]Eduardo Julian9-235/+172
2022-10-20Migrating default extensions to the new format [Part 3]Eduardo Julian12-588/+547
2022-10-19Migrating default extensions to the new format [Part 2]Eduardo Julian53-1744/+1751
2022-10-03Migrating default extensions to the new format [Part 1]Eduardo Julian14-1118/+1181
2022-10-03Migrating default extensions to the new format [Part 0]Eduardo Julian14-282/+450
2022-10-02New format for extensions [part 4]Eduardo Julian13-105/+132
2022-10-02New format for extensions [part 3]Eduardo Julian22-206/+163
2022-10-01New format for extensions [part 2]Eduardo Julian30-273/+284
2022-10-01New format for extensions [part 1]Eduardo Julian33-197/+248
2022-10-01New format for extensions [part 0]Eduardo Julian16-249/+351