aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-21Can now extract values from the C++ interpreter for evaluation.Eduardo Julian11-119/+342
2023-01-18More efficient "let" and "exec" expressions.Eduardo Julian35-391/+434
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-1030/+1449
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-288/+734
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