aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added an abstraction for interest rates.Eduardo Julian2023-02-1227-149/+265
* Can now compile loops in C++.Eduardo Julian2023-02-1014-113/+295
* Optimized Tar parsing in order to fix stack-overflow when loading cache.Eduardo Julian2023-01-2612-322/+463
* Can now compile functions (and apply them) in C++.Eduardo Julian2023-01-2510-114/+591
* Simplified caching and JVM program JARs.Eduardo Julian2023-01-2214-91/+113
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-2111-119/+342
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1835-391/+434
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-176-26/+199
* Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian2023-01-162-28/+58
* Added compilation of references for C++.Eduardo Julian2023-01-1611-90/+207
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-1641-898/+1317
* Added compilation of definitions for C++.Eduardo Julian2023-01-149-41/+178
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-1321-144/+227
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13508-0/+1524
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-1311-147/+470
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-08169-641/+783
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-0713-288/+734
* Now documenting exported aliases.Eduardo Julian2023-01-065-23/+81
* Compilation of simple literals in C++.Eduardo Julian2023-01-0511-59/+222
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-048-45/+76
* Began work on C++ back-end.Eduardo Julian2022-12-239-66/+101
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-227-24/+59
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-2210-24/+116
* Added price-action abstraction.Eduardo Julian2022-12-1917-44/+201
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-184-68/+91
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1223-242/+238
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1263-687/+704
* Added support for fixed-point arithmetic.Eduardo Julian2022-12-1110-136/+375
* Added machinery for averaging a time-series.Eduardo Julian2022-12-0921-252/+367
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02260-1069/+1208
* Added simple benchmarking machinery.Eduardo Julian2022-12-0111-271/+431
* Added money-handling machinery.Eduardo Julian2022-11-2917-356/+516
* Added currencies.Eduardo Julian2022-11-2819-369/+654
* Added support for saturation arithmetic.Eduardo Julian2022-11-2517-349/+406
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2316-460/+758
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21123-677/+860
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2041-312/+426
* Got the tests to compile again for Python.Eduardo Julian2022-11-194-93/+123
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1816-343/+383
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-166-24/+222
* Now documenting dependers and dependees.Eduardo Julian2022-11-15160-1348/+1601
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1532-918/+1152
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-119-268/+293
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-076-135/+240
* Added support for inline testing.Eduardo Julian2022-11-0710-46/+274
* More efficient code-generation for text composition.Eduardo Julian2022-11-0621-202/+246
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0516-73/+191
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2828-282/+320
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2714-243/+647
* Minor naming & syntax improvements.Eduardo Julian2022-10-24105-327/+355