| Commit message (Expand) | Author | Files | Lines |
2023-02-12 | Added an abstraction for interest rates. | Eduardo Julian | 28 | -210/+344 |
2023-02-10 | Can now compile loops in C++. | Eduardo Julian | 14 | -113/+295 |
2023-01-26 | Optimized Tar parsing in order to fix stack-overflow when loading cache. | Eduardo Julian | 12 | -322/+463 |
2023-01-25 | Can now compile functions (and apply them) in C++. | Eduardo Julian | 10 | -114/+591 |
2023-01-22 | Simplified caching and JVM program JARs. | Eduardo Julian | 15 | -366/+600 |
2023-01-21 | Can now extract values from the C++ interpreter for evaluation. | Eduardo Julian | 11 | -119/+342 |
2023-01-18 | More efficient "let" and "exec" expressions. | Eduardo Julian | 35 | -391/+434 |
2023-01-17 | Added compilation of (almost all non-loop) control structures for C++. | Eduardo Julian | 7 | -103/+278 |
2023-01-16 | Fixed bug wherein caching system couldn't handle changes to library/lux. | Eduardo Julian | 2 | -28/+58 |
2023-01-16 | Added compilation of references for C++. | Eduardo Julian | 11 | -90/+207 |
2023-01-16 | Can now compile the JVM back-end using itself. | Eduardo Julian | 42 | -1030/+1449 |
2023-01-14 | Added compilation of definitions for C++. | Eduardo Julian | 9 | -41/+178 |
2023-01-13 | Better formatting for types & symbols for compilation logging. | Eduardo Julian | 21 | -144/+227 |
2023-01-13 | Re-licensed to MPL 2.0 | Eduardo Julian | 509 | -0/+1527 |
2023-01-13 | Can now compile complex values (i.e. variants & tuples) in C++. | Eduardo Julian | 11 | -147/+470 |
2023-01-08 | Moved compiler target machinery under meta/compiler. | Eduardo Julian | 169 | -641/+783 |
2023-01-07 | Now wrapping C++ values inside a universal box. | Eduardo Julian | 13 | -288/+734 |
2023-01-06 | Now documenting exported aliases. | Eduardo Julian | 5 | -23/+81 |
2023-01-05 | Compilation of simple literals in C++. | Eduardo Julian | 11 | -59/+222 |
2023-01-04 | Added simple machinery for aliasing of definitions. | Eduardo Julian | 9 | -51/+100 |
2022-12-23 | Began work on C++ back-end. | Eduardo Julian | 9 | -66/+101 |
2022-12-22 | Added some explicit machinery for the Any type. | Eduardo Julian | 7 | -24/+59 |
2022-12-22 | Now showing stack-traces for runtime exceptions in Ruby. | Eduardo Julian | 10 | -24/+116 |
2022-12-19 | Added price-action abstraction. | Eduardo Julian | 17 | -44/+201 |
2022-12-18 | Caching compiler artifacts into TAR files, instead of huge directories. | Eduardo Julian | 4 | -68/+91 |
2022-12-12 | Added accumulation/distribution oscillator. | Eduardo Julian | 23 | -242/+238 |
2022-12-12 | Added trade session (OHLCV) abstraction. | Eduardo Julian | 63 | -687/+704 |
2022-12-11 | Added support for fixed-point arithmetic. | Eduardo Julian | 10 | -136/+375 |
2022-12-09 | Added machinery for averaging a time-series. | Eduardo Julian | 21 | -252/+367 |
2022-12-02 | Added some simple time-series handling machinery. | Eduardo Julian | 261 | -1074/+1213 |
2022-12-01 | Added simple benchmarking machinery. | Eduardo Julian | 11 | -271/+431 |
2022-11-29 | Added money-handling machinery. | Eduardo Julian | 18 | -667/+876 |
2022-11-28 | Added currencies. | Eduardo Julian | 19 | -369/+654 |
2022-11-25 | Added support for saturation arithmetic. | Eduardo Julian | 17 | -349/+406 |
2022-11-23 | New arithmetic abstraction + common file extensions as constants. | Eduardo Julian | 16 | -460/+758 |
2022-11-21 | Added index section to documentation + re-named Primitive -> Nominal | Eduardo Julian | 124 | -716/+899 |
2022-11-20 | Fixed a bug when optimization record access. | Eduardo Julian | 41 | -312/+426 |
2022-11-19 | Got the tests to compile again for Python. | Eduardo Julian | 5 | -103/+124 |
2022-11-18 | Updated the Python compiler to work with the new format for extensions. | Eduardo Julian | 16 | -343/+383 |
2022-11-16 | Added generic logging abstraction/machinery. | Eduardo Julian | 6 | -24/+222 |
2022-11-15 | Now documenting dependers and dependees. | Eduardo Julian | 161 | -1349/+1602 |
2022-11-15 | Added LineNumberTable annotations to functions when compiling for the JVM. | Eduardo Julian | 32 | -918/+1152 |
2022-11-11 | Added SourceFile annotations to functions when compiling for the JVM. | Eduardo Julian | 9 | -268/+293 |
2022-11-07 | Can now mark definitions as deprecated in their documentation. | Eduardo Julian | 6 | -135/+240 |
2022-11-07 | Added support for inline testing. | Eduardo Julian | 10 | -46/+274 |
2022-11-06 | More efficient code-generation for text composition. | Eduardo Julian | 22 | -214/+257 |
2022-11-05 | Property-based testing can now log/print successful seeds from run. | Eduardo Julian | 16 | -73/+191 |
2022-10-28 | Eliminated the .alias# extension. Now detecting aliases in .def#. | Eduardo Julian | 29 | -303/+346 |
2022-10-27 | Added support for aspect-oriented programming. | Eduardo Julian | 14 | -243/+647 |
2022-10-24 | Minor naming & syntax improvements. | Eduardo Julian | 106 | -328/+356 |