aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-1816-699/+922
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1274-629/+680
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1274-839/+919
* Added support for fixed-point arithmetic.Eduardo Julian2022-12-1123-242/+652
* Added machinery for averaging a time-series.Eduardo Julian2022-12-0928-439/+637
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02560-3888/+4224
* Added simple benchmarking machinery.Eduardo Julian2022-12-0116-301/+619
* Added money-handling machinery.Eduardo Julian2022-11-2927-717/+1012
* Added currencies.Eduardo Julian2022-11-2829-402/+933
* Added support for saturation arithmetic.Eduardo Julian2022-11-2536-430/+571
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2337-510/+1060
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21164-1002/+1266
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2071-360/+591
* Got the tests to compile again for Python.Eduardo Julian2022-11-1910-435/+469
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1836-376/+454
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-1630-61/+566
* Now documenting dependers and dependees.Eduardo Julian2022-11-15190-1541/+1931
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1554-984/+1289
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1132-283/+340
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-07137-2244/+2596
* Added support for inline testing.Eduardo Julian2022-11-0723-79/+452
* More efficient code-generation for text composition.Eduardo Julian2022-11-0646-405/+725
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0544-239/+611
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2864-374/+727
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2735-248/+884
* Minor naming & syntax improvements.Eduardo Julian2022-10-24194-754/+917
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-2420-208/+592
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-2411-91/+497
* New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian2022-10-2313-32/+142
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-2219-56/+183
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-2234-1029/+1023
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2153-743/+590
* Clean-up after format change for extensions [part 1]Eduardo Julian2022-10-2114-260/+145
* Clean-up after format change for extensions [part 0]Eduardo Julian2022-10-2112-242/+182
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-2018-785/+793
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1971-2058/+2089
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-0316-1153/+1216
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-0315-285/+453
* New format for extensions [part 4]Eduardo Julian2022-10-0223-134/+181
* New format for extensions [part 3]Eduardo Julian2022-10-0224-263/+215
* New format for extensions [part 2]Eduardo Julian2022-10-0132-298/+313
* New format for extensions [part 1]Eduardo Julian2022-10-0135-217/+275
* New format for extensions [part 0]Eduardo Julian2022-10-0123-322/+422
* Added support for context-oriented programming.Eduardo Julian2022-09-0314-167/+630
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-0258-1556/+1628
* Added support for row polymorphism.Eduardo Julian2022-08-317-5/+450
* Got rid of the superfluous "lux macro" extension.Eduardo Julian2022-08-3026-297/+344
* Added support for predicate-based polymorphism.Eduardo Julian2022-08-309-51/+400
* Added support for behavioral programming.Eduardo Julian2022-08-2610-11/+179
* Added support for type-based polymorphism.Eduardo Julian2022-08-257-7/+179