aboutsummaryrefslogtreecommitdiff
path: root/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1847-456/+510
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-1711-109/+448
* Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian2023-01-167-33/+111
* Added compilation of references for C++.Eduardo Julian2023-01-1616-129/+377
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-1653-1113/+1701
* Added compilation of definitions for C++.Eduardo Julian2023-01-1411-109/+241
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-1332-187/+413
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131125-0/+3375
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-1319-334/+744
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-08199-799/+1046
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-0730-1539/+858
* Now documenting exported aliases.Eduardo Julian2023-01-0625-625/+679
* Compilation of simple literals in C++.Eduardo Julian2023-01-0523-185/+359
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-0463-446/+484
* Began work on C++ back-end.Eduardo Julian2022-12-23147-548/+717
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-2237-164/+336
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-2268-493/+683
* Added price-action abstraction.Eduardo Julian2022-12-1985-619/+1033
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-187-674/+913
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1273-628/+680
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1273-837/+918
* 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-02548-3842/+4178
* Added simple benchmarking machinery.Eduardo Julian2022-12-0116-301/+619
* Added money-handling machinery.Eduardo Julian2022-11-2926-703/+1000
* Added currencies.Eduardo Julian2022-11-2825-382/+914
* Added support for saturation arithmetic.Eduardo Julian2022-11-2522-400/+510
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2326-508/+1037
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21153-880/+1145
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2060-359/+562
* 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-1819-354/+394
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-1614-59/+511
* Now documenting dependers and dependees.Eduardo Julian2022-11-15180-1483/+1873
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1540-977/+1256
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1110-269/+294
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-07137-2244/+2596
* Added support for inline testing.Eduardo Julian2022-11-0719-76/+444
* More efficient code-generation for text composition.Eduardo Julian2022-11-0632-385/+678
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0523-184/+462
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2836-324/+609
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2719-246/+836
* Minor naming & syntax improvements.Eduardo Julian2022-10-24192-748/+914
* 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-2312-32/+137
* 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-2143-721/+565