aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added an abstraction for interest rates.Eduardo Julian2023-02-1219-130/+167
* Can now compile loops in C++.Eduardo Julian2023-02-1010-90/+237
* Optimized Tar parsing in order to fix stack-overflow when loading cache.Eduardo Julian2023-01-262-3/+2
* Can now compile functions (and apply them) in C++.Eduardo Julian2023-01-259-100/+501
* Simplified caching and JVM program JARs.Eduardo Julian2023-01-2211-88/+110
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-2110-115/+338
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1834-389/+433
* 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-168-63/+140
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-1639-889/+1302
* Added compilation of definitions for C++.Eduardo Julian2023-01-148-40/+177
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-1317-102/+144
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13302-0/+906
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-139-133/+455
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-08136-543/+621
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-079-96/+386
* Now documenting exported aliases.Eduardo Julian2023-01-061-7/+13
* Compilation of simple literals in C++.Eduardo Julian2023-01-059-54/+213
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-044-24/+37
* Began work on C++ back-end.Eduardo Julian2022-12-238-65/+100
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-224-15/+18
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-226-20/+29
* Added price-action abstraction.Eduardo Julian2022-12-194-7/+10
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-182-25/+24
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1217-107/+104
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1248-375/+370
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02144-398/+398
* Added simple benchmarking machinery.Eduardo Julian2022-12-012-84/+103
* Added money-handling machinery.Eduardo Julian2022-11-298-303/+350
* Added currencies.Eduardo Julian2022-11-2811-316/+363
* Added support for saturation arithmetic.Eduardo Julian2022-11-259-307/+339
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-236-238/+71
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-2154-186/+186
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2026-173/+174
* Got the tests to compile again for Python.Eduardo Julian2022-11-191-42/+55
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1810-287/+327
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-161-18/+40
* Now documenting dependers and dependees.Eduardo Julian2022-11-15148-1029/+1027
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1528-838/+1076
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-119-268/+293
* Added support for inline testing.Eduardo Julian2022-11-074-11/+89
* More efficient code-generation for text composition.Eduardo Julian2022-11-063-18/+87
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-055-14/+14
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2813-126/+124
* Added support for aspect-oriented programming.Eduardo Julian2022-10-278-111/+168
* Minor naming & syntax improvements.Eduardo Julian2022-10-2444-160/+164
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-243-16/+130
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-222-2/+2
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-2226-978/+681