aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-12Added an abstraction for interest rates.Eduardo Julian28-210/+344
2023-02-10Can now compile loops in C++.Eduardo Julian14-113/+295
2023-01-26Optimized Tar parsing in order to fix stack-overflow when loading cache.Eduardo Julian12-315/+456
2023-01-25Can now compile functions (and apply them) in C++.Eduardo Julian10-113/+590
2023-01-22Simplified caching and JVM program JARs.Eduardo Julian15-366/+600
2023-01-21Can now extract values from the C++ interpreter for evaluation.Eduardo Julian11-115/+338
2023-01-18More efficient "let" and "exec" expressions.Eduardo Julian35-388/+431
2023-01-17Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian7-103/+278
2023-01-16Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian2-28/+58
2023-01-16Added compilation of references for C++.Eduardo Julian11-90/+207
2023-01-16Can now compile the JVM back-end using itself.Eduardo Julian42-1029/+1448
2023-01-14Added compilation of definitions for C++.Eduardo Julian9-41/+178
2023-01-13Better formatting for types & symbols for compilation logging.Eduardo Julian21-144/+227
2023-01-13Re-licensed to MPL 2.0Eduardo Julian509-0/+1527
2023-01-13Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian11-147/+470
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian169-641/+783
2023-01-07Now wrapping C++ values inside a universal box.Eduardo Julian13-265/+711
2023-01-06Now documenting exported aliases.Eduardo Julian5-23/+81
2023-01-05Compilation of simple literals in C++.Eduardo Julian11-58/+221
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-43/+200
2022-12-18Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian4-64/+87
2022-12-12Added accumulation/distribution oscillator.Eduardo Julian23-242/+238
2022-12-12Added trade session (OHLCV) abstraction.Eduardo Julian63-666/+683
2022-12-11Added support for fixed-point arithmetic.Eduardo Julian10-136/+375
2022-12-09Added machinery for averaging a time-series.Eduardo Julian21-249/+364
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-652/+861
2022-11-28Added currencies.Eduardo Julian19-364/+649
2022-11-25Added support for saturation arithmetic.Eduardo Julian17-346/+403
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-715/+898
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-101/+122
2022-11-18Updated the Python compiler to work with the new format for extensions.Eduardo Julian16-338/+378
2022-11-16Added generic logging abstraction/machinery.Eduardo Julian6-24/+222
2022-11-15Now documenting dependers and dependees.Eduardo Julian161-1340/+1593
2022-11-15Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian32-913/+1147
2022-11-11Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian9-262/+287
2022-11-07Can now mark definitions as deprecated in their documentation.Eduardo Julian6-133/+238
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-302/+345
2022-10-27Added support for aspect-oriented programming.Eduardo Julian14-242/+646
2022-10-24Minor naming & syntax improvements.Eduardo Julian106-328/+356