aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added an abstraction for interest rates.Eduardo Julian2023-02-1210-93/+123
* Can now compile loops in C++.Eduardo Julian2023-02-104-25/+123
* Optimized Tar parsing in order to fix stack-overflow when loading cache.Eduardo Julian2023-01-265-61/+151
* Can now compile functions (and apply them) in C++.Eduardo Julian2023-01-254-9/+154
* Simplified caching and JVM program JARs.Eduardo Julian2023-01-229-46/+166
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-214-2/+153
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1810-54/+54
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-172-1/+143
* Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian2023-01-164-3/+51
* Added compilation of references for C++.Eduardo Julian2023-01-163-33/+160
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-164-44/+146
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-135-11/+148
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13108-0/+324
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-133-3/+60
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-0814-60/+153
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-073-2/+52
* Now documenting exported aliases.Eduardo Julian2023-01-064-2/+73
* Compilation of simple literals in C++.Eduardo Julian2023-01-054-7/+61
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-0418-183/+188
* Began work on C++ back-end.Eduardo Julian2022-12-2340-109/+233
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-223-4/+54
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-224-14/+104
* Added price-action abstraction.Eduardo Julian2022-12-195-12/+151
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-181-0/+21
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-122-6/+9
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-121-1/+1
* Added some simple time-series handling machinery.Eduardo Julian2022-12-0265-486/+486
* Added money-handling machinery.Eduardo Julian2022-11-291-2/+2
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-219-82/+82
* Fixed a bug when optimization record access.Eduardo Julian2022-11-204-10/+10
* Got the tests to compile again for Python.Eduardo Julian2022-11-192-18/+11
* 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-161-31/+49
* Now documenting dependers and dependees.Eduardo Julian2022-11-155-71/+71
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-151-5/+16
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-111-1/+1
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-282-14/+44
* Minor naming & syntax improvements.Eduardo Julian2022-10-2445-279/+279
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-241-0/+40
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-221-30/+0
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-214-80/+45
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-201-181/+180
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-194-51/+45
* New format for extensions [part 4]Eduardo Julian2022-10-021-2/+0
* New format for extensions [part 3]Eduardo Julian2022-10-021-57/+51
* New format for extensions [part 2]Eduardo Julian2022-10-011-24/+28
* New format for extensions [part 1]Eduardo Julian2022-10-011-19/+26
* New format for extensions [part 0]Eduardo Julian2022-10-011-17/+26
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-022-89/+6
* Added support for row polymorphism.Eduardo Julian2022-08-312-1/+149