aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-21Can now extract values from the C++ interpreter for evaluation.Eduardo Julian5-4/+160
2023-01-18More efficient "let" and "exec" expressions.Eduardo Julian12-65/+76
2023-01-17Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian4-6/+170
2023-01-16Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian5-5/+53
2023-01-16Added compilation of references for C++.Eduardo Julian5-39/+170
2023-01-16Can now compile the JVM back-end using itself.Eduardo Julian7-57/+175
2023-01-14Added compilation of definitions for C++.Eduardo Julian2-68/+63
2023-01-13Better formatting for types & symbols for compilation logging.Eduardo Julian8-38/+181
2023-01-13Re-licensed to MPL 2.0Eduardo Julian355-0/+1065
2023-01-13Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian7-186/+272
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian27-154/+257
2023-01-07Now wrapping C++ values inside a universal box.Eduardo Julian7-34/+124
2023-01-06Now documenting exported aliases.Eduardo Julian8-36/+486
2023-01-05Compilation of simple literals in C++.Eduardo Julian10-32/+137
2023-01-04Added simple machinery for aliasing of definitions.Eduardo Julian53-366/+441
2022-12-23Began work on C++ back-end.Eduardo Julian133-411/+579
2022-12-22Added some explicit machinery for the Any type.Eduardo Julian28-83/+277
2022-12-22Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian43-334/+538
2022-12-19Added price-action abstraction.Eduardo Julian60-386/+805
2022-12-18Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2-544/+571
2022-12-12Added accumulation/distribution oscillator.Eduardo Julian45-248/+430
2022-12-12Added trade session (OHLCV) abstraction.Eduardo Julian9-148/+213
2022-12-11Added support for fixed-point arithmetic.Eduardo Julian12-99/+263
2022-12-09Added machinery for averaging a time-series.Eduardo Julian7-187/+270
2022-12-02Added some simple time-series handling machinery.Eduardo Julian228-2473/+2670
2022-12-01Added simple benchmarking machinery.Eduardo Julian5-30/+188
2022-11-29Added money-handling machinery.Eduardo Julian6-20/+108
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