aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added an abstraction for interest rates.Eduardo Julian2023-02-1215-186/+323
* Can now compile loops in C++.Eduardo Julian2023-02-105-25/+137
* Optimized Tar parsing in order to fix stack-overflow when loading cache.Eduardo Julian2023-01-266-66/+152
* Can now compile functions (and apply them) in C++.Eduardo Julian2023-01-255-17/+168
* Simplified caching and JVM program JARs.Eduardo Julian2023-01-2210-50/+170
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-215-4/+160
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1812-65/+76
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-174-6/+170
* Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian2023-01-165-5/+53
* Added compilation of references for C++.Eduardo Julian2023-01-165-39/+170
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-167-57/+175
* Added compilation of definitions for C++.Eduardo Julian2023-01-142-68/+63
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-138-38/+181
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13308-0/+924
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-136-185/+270
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-0825-151/+249
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-073-2/+52
* Now documenting exported aliases.Eduardo Julian2023-01-068-36/+486
* Compilation of simple literals in C++.Eduardo Julian2023-01-059-31/+137
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-0451-360/+435
* Began work on C++ back-end.Eduardo Julian2022-12-23110-343/+509
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-2228-83/+277
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-2242-333/+535
* Added price-action abstraction.Eduardo Julian2022-12-1955-371/+785
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-182-544/+571
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1245-248/+430
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-129-148/+213
* Added support for fixed-point arithmetic.Eduardo Julian2022-12-1112-99/+263
* Added machinery for averaging a time-series.Eduardo Julian2022-12-097-187/+270
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02194-2262/+2459
* Added simple benchmarking machinery.Eduardo Julian2022-12-015-30/+188
* Added money-handling machinery.Eduardo Julian2022-11-296-20/+108
* Added currencies.Eduardo Julian2022-11-284-5/+253
* Added support for saturation arithmetic.Eduardo Julian2022-11-253-3/+60
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-238-7/+181
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-2114-100/+190
* Fixed a bug when optimization record access.Eduardo Julian2022-11-207-19/+107
* Got the tests to compile again for Python.Eduardo Julian2022-11-195-332/+345
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-181-1/+1
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-168-35/+289
* Now documenting dependers and dependees.Eduardo Julian2022-11-1510-85/+221
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-155-40/+79
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-111-1/+1
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-073-5/+400
* Added support for inline testing.Eduardo Julian2022-11-077-24/+157
* More efficient code-generation for text composition.Eduardo Julian2022-11-068-162/+408
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-054-11/+191
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-287-21/+263
* Added support for aspect-oriented programming.Eduardo Julian2022-10-275-3/+189
* Minor naming & syntax improvements.Eduardo Julian2022-10-2473-357/+495