aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build book with mdbookHEADmasterstuebinm2023-02-133-0/+11
* Added an abstraction for interest rates.Eduardo Julian2023-02-1247-433/+675
* Can now compile loops in C++.Eduardo Julian2023-02-1019-138/+432
* Changed Discord invite to a permanent one.Eduardo Julian2023-02-051-1/+1
* Optimized Tar parsing in order to fix stack-overflow when loading cache.Eduardo Julian2023-01-2621-389/+644
* Can now compile functions (and apply them) in C++.Eduardo Julian2023-01-2516-139/+767
* Simplified caching and JVM program JARs.Eduardo Julian2023-01-2227-422/+776
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-2117-140/+634
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1851-482/+536
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-1713-156/+465
* 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-1617-167/+411
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-1661-1126/+1743
* Added compilation of definitions for C++.Eduardo Julian2023-01-1415-154/+404
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-1333-189/+415
* Fixed Discord link.Eduardo Julian2023-01-131-1/+1
* Added Discord server.Eduardo Julian2023-01-131-0/+2
* Re-licensed to MPL 2.0Eduardo Julian2023-01-131223-355/+4011
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-1322-369/+776
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-08200-810/+1053
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-0733-1566/+905
* Now documenting exported aliases.Eduardo Julian2023-01-0625-625/+679
* Compilation of simple literals in C++.Eduardo Julian2023-01-0526-198/+383
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-0464-447/+486
* Began work on C++ back-end.Eduardo Julian2022-12-23151-548/+916
* 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-2269-495/+684
* Added price-action abstraction.Eduardo Julian2022-12-1986-621/+1034
* 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