| Commit message (Expand) | Author | Age | Files | Lines |
* | Compilation of simple literals in C++. | Eduardo Julian | 2023-01-05 | 26 | -198/+383 |
* | Added simple machinery for aliasing of definitions. | Eduardo Julian | 2023-01-04 | 64 | -447/+486 |
* | Began work on C++ back-end. | Eduardo Julian | 2022-12-23 | 151 | -548/+916 |
* | Added some explicit machinery for the Any type. | Eduardo Julian | 2022-12-22 | 37 | -164/+336 |
* | Now showing stack-traces for runtime exceptions in Ruby. | Eduardo Julian | 2022-12-22 | 69 | -495/+684 |
* | Added price-action abstraction. | Eduardo Julian | 2022-12-19 | 86 | -621/+1034 |
* | Caching compiler artifacts into TAR files, instead of huge directories. | Eduardo Julian | 2022-12-18 | 16 | -699/+922 |
* | Added accumulation/distribution oscillator. | Eduardo Julian | 2022-12-12 | 74 | -629/+680 |
* | Added trade session (OHLCV) abstraction. | Eduardo Julian | 2022-12-12 | 74 | -839/+919 |
* | Added support for fixed-point arithmetic. | Eduardo Julian | 2022-12-11 | 23 | -242/+652 |
* | Added machinery for averaging a time-series. | Eduardo Julian | 2022-12-09 | 28 | -439/+637 |
* | Added some simple time-series handling machinery. | Eduardo Julian | 2022-12-02 | 560 | -3888/+4224 |
* | Added simple benchmarking machinery. | Eduardo Julian | 2022-12-01 | 16 | -301/+619 |
* | Added money-handling machinery. | Eduardo Julian | 2022-11-29 | 27 | -717/+1012 |
* | Added currencies. | Eduardo Julian | 2022-11-28 | 29 | -402/+933 |
* | Added support for saturation arithmetic. | Eduardo Julian | 2022-11-25 | 36 | -430/+571 |
* | New arithmetic abstraction + common file extensions as constants. | Eduardo Julian | 2022-11-23 | 37 | -510/+1060 |
* | Added index section to documentation + re-named Primitive -> Nominal | Eduardo Julian | 2022-11-21 | 164 | -1002/+1266 |
* | Fixed a bug when optimization record access. | Eduardo Julian | 2022-11-20 | 71 | -360/+591 |
* | Got the tests to compile again for Python. | Eduardo Julian | 2022-11-19 | 10 | -435/+469 |
* | Updated the Python compiler to work with the new format for extensions. | Eduardo Julian | 2022-11-18 | 36 | -376/+454 |
* | Added generic logging abstraction/machinery. | Eduardo Julian | 2022-11-16 | 30 | -61/+566 |
* | Now documenting dependers and dependees. | Eduardo Julian | 2022-11-15 | 190 | -1541/+1931 |
* | Added LineNumberTable annotations to functions when compiling for the JVM. | Eduardo Julian | 2022-11-15 | 54 | -984/+1289 |
* | Added SourceFile annotations to functions when compiling for the JVM. | Eduardo Julian | 2022-11-11 | 32 | -283/+340 |
* | Can now mark definitions as deprecated in their documentation. | Eduardo Julian | 2022-11-07 | 137 | -2244/+2596 |
* | Added support for inline testing. | Eduardo Julian | 2022-11-07 | 23 | -79/+452 |
* | More efficient code-generation for text composition. | Eduardo Julian | 2022-11-06 | 46 | -405/+725 |
* | Property-based testing can now log/print successful seeds from run. | Eduardo Julian | 2022-11-05 | 44 | -239/+611 |
* | Eliminated the .alias# extension. Now detecting aliases in .def#. | Eduardo Julian | 2022-10-28 | 64 | -374/+727 |
* | Added support for aspect-oriented programming. | Eduardo Julian | 2022-10-27 | 35 | -248/+884 |
* | Minor naming & syntax improvements. | Eduardo Julian | 2022-10-24 | 194 | -754/+917 |
* | New module just for the Char type + fixes to JSON parsing. | Eduardo Julian | 2022-10-24 | 20 | -208/+592 |
* | Added the capacity to re-bind global definitions within a scope. | Eduardo Julian | 2022-10-24 | 11 | -91/+497 |
* | New Delay type with associated constants + compile-time warning for undefined... | Eduardo Julian | 2022-10-23 | 13 | -32/+142 |
* | New (optional) names for Frac type + fixed module of CSP concurrency. | Eduardo Julian | 2022-10-22 | 19 | -56/+183 |
* | Clean-up after format change for extensions [part 3] | Eduardo Julian | 2022-10-22 | 34 | -1029/+1023 |
* | Clean-up after format change for extensions [part 2] | Eduardo Julian | 2022-10-21 | 53 | -743/+590 |
* | Clean-up after format change for extensions [part 1] | Eduardo Julian | 2022-10-21 | 14 | -260/+145 |
* | Clean-up after format change for extensions [part 0] | Eduardo Julian | 2022-10-21 | 12 | -242/+182 |
* | Migrating default extensions to the new format [Part 3] | Eduardo Julian | 2022-10-20 | 18 | -785/+793 |
* | Migrating default extensions to the new format [Part 2] | Eduardo Julian | 2022-10-19 | 71 | -2058/+2089 |
* | Migrating default extensions to the new format [Part 1] | Eduardo Julian | 2022-10-03 | 16 | -1153/+1216 |
* | Migrating default extensions to the new format [Part 0] | Eduardo Julian | 2022-10-03 | 15 | -285/+453 |
* | New format for extensions [part 4] | Eduardo Julian | 2022-10-02 | 23 | -134/+181 |
* | New format for extensions [part 3] | Eduardo Julian | 2022-10-02 | 24 | -263/+215 |
* | New format for extensions [part 2] | Eduardo Julian | 2022-10-01 | 32 | -298/+313 |
* | New format for extensions [part 1] | Eduardo Julian | 2022-10-01 | 35 | -217/+275 |
* | New format for extensions [part 0] | Eduardo Julian | 2022-10-01 | 23 | -322/+422 |
* | Added support for context-oriented programming. | Eduardo Julian | 2022-09-03 | 14 | -167/+630 |