aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/compiler/language (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added an abstraction for interest rates.Eduardo Julian2023-02-129-110/+129
* Can now compile loops in C++.Eduardo Julian2023-02-109-57/+161
* 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-255-69/+376
* Simplified caching and JVM program JARs.Eduardo Julian2023-01-223-8/+11
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-217-82/+273
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1833-388/+432
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-175-24/+146
* Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian2023-01-161-6/+14
* Added compilation of references for C++.Eduardo Julian2023-01-168-63/+140
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-1637-839/+1224
* Added compilation of definitions for C++.Eduardo Julian2023-01-145-40/+169
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-137-45/+51
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13180-0/+540
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-135-28/+172
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-0875-505/+574
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-076-40/+93
* Compilation of simple literals in C++.Eduardo Julian2023-01-057-41/+86
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-042-14/+25
* Began work on C++ back-end.Eduardo Julian2022-12-237-64/+97
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-222-3/+3
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-225-19/+27
* Added price-action abstraction.Eduardo Julian2022-12-193-5/+4
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1217-107/+104
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1244-307/+486
* Added some simple time-series handling machinery.Eduardo Julian2022-12-0272-203/+203
* 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-232-52/+0
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-218-36/+36
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2018-89/+89
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1810-287/+327
* Now documenting dependers and dependees.Eduardo Julian2022-11-15138-938/+936
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1523-820/+927
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-117-254/+256
* Added support for inline testing.Eduardo Julian2022-11-073-10/+74
* More efficient code-generation for text composition.Eduardo Julian2022-11-062-11/+81
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-285-93/+90
* Added support for aspect-oriented programming.Eduardo Julian2022-10-278-111/+168
* Minor naming & syntax improvements.Eduardo Julian2022-10-242-4/+5
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-242-16/+39
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-2223-909/+615
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2125-568/+418
* Clean-up after format change for extensions [part 1]Eduardo Julian2022-10-2112-205/+126
* Clean-up after format change for extensions [part 0]Eduardo Julian2022-10-215-80/+73
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-203-380/+327
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-1914-497/+600
* Migrating default extensions to the new format [Part 1]Eduardo Julian2022-10-035-62/+78
* Migrating default extensions to the new format [Part 0]Eduardo Julian2022-10-039-151/+190