| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for fixed-point arithmetic. | Eduardo Julian | 2022-12-11 | 12 | -99/+263 |
* | Added machinery for averaging a time-series. | Eduardo Julian | 2022-12-09 | 7 | -187/+270 |
* | Added some simple time-series handling machinery. | Eduardo Julian | 2022-12-02 | 228 | -2473/+2670 |
* | Added simple benchmarking machinery. | Eduardo Julian | 2022-12-01 | 5 | -30/+188 |
* | Added money-handling machinery. | Eduardo Julian | 2022-11-29 | 6 | -20/+108 |
* | Added currencies. | Eduardo Julian | 2022-11-28 | 5 | -7/+254 |
* | Added support for saturation arithmetic. | Eduardo Julian | 2022-11-25 | 3 | -3/+60 |
* | New arithmetic abstraction + common file extensions as constants. | Eduardo Julian | 2022-11-23 | 8 | -7/+181 |
* | Added index section to documentation + re-named Primitive -> Nominal | Eduardo Julian | 2022-11-21 | 15 | -103/+193 |
* | Fixed a bug when optimization record access. | Eduardo Julian | 2022-11-20 | 7 | -19/+107 |
* | Got the tests to compile again for Python. | Eduardo Julian | 2022-11-19 | 5 | -332/+345 |
* | Updated the Python compiler to work with the new format for extensions. | Eduardo Julian | 2022-11-18 | 1 | -1/+1 |
* | Added generic logging abstraction/machinery. | Eduardo Julian | 2022-11-16 | 8 | -35/+289 |
* | Now documenting dependers and dependees. | Eduardo Julian | 2022-11-15 | 11 | -86/+223 |
* | Added LineNumberTable annotations to functions when compiling for the JVM. | Eduardo Julian | 2022-11-15 | 6 | -44/+86 |
* | Added SourceFile annotations to functions when compiling for the JVM. | Eduardo Julian | 2022-11-11 | 1 | -1/+1 |
* | Can now mark definitions as deprecated in their documentation. | Eduardo Julian | 2022-11-07 | 3 | -5/+400 |
* | Added support for inline testing. | Eduardo Julian | 2022-11-07 | 7 | -24/+157 |
* | More efficient code-generation for text composition. | Eduardo Julian | 2022-11-06 | 8 | -162/+408 |
* | Property-based testing can now log/print successful seeds from run. | Eduardo Julian | 2022-11-05 | 5 | -12/+192 |
* | Eliminated the .alias# extension. Now detecting aliases in .def#. | Eduardo Julian | 2022-10-28 | 7 | -21/+263 |
* | Added support for aspect-oriented programming. | Eduardo Julian | 2022-10-27 | 5 | -3/+189 |
* | Minor naming & syntax improvements. | Eduardo Julian | 2022-10-24 | 80 | -386/+524 |
* | New module just for the Char type + fixes to JSON parsing. | Eduardo Julian | 2022-10-24 | 7 | -6/+197 |
* | Added the capacity to re-bind global definitions within a scope. | Eduardo Julian | 2022-10-24 | 5 | -4/+175 |
* | New Delay type with associated constants + compile-time warning for undefined... | Eduardo Julian | 2022-10-23 | 4 | -10/+69 |
* | New (optional) names for Frac type + fixed module of CSP concurrency. | Eduardo Julian | 2022-10-22 | 8 | -6/+83 |
* | Clean-up after format change for extensions [part 3] | Eduardo Julian | 2022-10-22 | 4 | -37/+187 |
* | Clean-up after format change for extensions [part 2] | Eduardo Julian | 2022-10-21 | 4 | -80/+45 |
* | Clean-up after format change for extensions [part 0] | Eduardo Julian | 2022-10-21 | 1 | -2/+2 |
* | Migrating default extensions to the new format [Part 3] | Eduardo Julian | 2022-10-20 | 4 | -184/+233 |
* | Migrating default extensions to the new format [Part 2] | Eduardo Julian | 2022-10-19 | 6 | -53/+47 |
* | Migrating default extensions to the new format [Part 1] | Eduardo Julian | 2022-10-03 | 1 | -13/+13 |
* | New format for extensions [part 4] | Eduardo Julian | 2022-10-02 | 4 | -17/+48 |
* | New format for extensions [part 3] | Eduardo Julian | 2022-10-02 | 1 | -57/+51 |
* | New format for extensions [part 2] | Eduardo Julian | 2022-10-01 | 1 | -24/+28 |
* | New format for extensions [part 1] | Eduardo Julian | 2022-10-01 | 1 | -19/+26 |
* | New format for extensions [part 0] | Eduardo Julian | 2022-10-01 | 1 | -17/+26 |
* | Added support for context-oriented programming. | Eduardo Julian | 2022-09-03 | 9 | -150/+392 |
* | Made labels (tags & slots) into normal definitions. | Eduardo Julian | 2022-09-02 | 3 | -90/+7 |
* | Added support for row polymorphism. | Eduardo Julian | 2022-08-31 | 5 | -2/+224 |
* | Got rid of the superfluous "lux macro" extension. | Eduardo Julian | 2022-08-30 | 12 | -124/+197 |
* | Added support for predicate-based polymorphism. | Eduardo Julian | 2022-08-30 | 5 | -3/+126 |
* | Added support for behavioral programming. | Eduardo Julian | 2022-08-26 | 3 | -2/+103 |
* | Added support for type-based polymorphism. | Eduardo Julian | 2022-08-25 | 4 | -2/+96 |
* | Added support for structured concurrency. | Eduardo Julian | 2022-08-25 | 4 | -7/+249 |
* | Added function trampolines. | Eduardo Julian | 2022-08-23 | 5 | -3/+118 |
* | Added support for the agent model. | Eduardo Julian | 2022-08-22 | 3 | -0/+111 |
* | Added support for time-zoned time. | Eduardo Julian | 2022-08-19 | 4 | -1/+155 |
* | Added support for incremental computation. | Eduardo Julian | 2022-08-19 | 3 | -1/+129 |