aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/meta/compiler (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added an abstraction for interest rates.Eduardo Julian2023-02-1213-117/+143
* 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-257-92/+493
* 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-138-52/+62
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13266-0/+798
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-137-128/+410
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-08133-525/+10685
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-076-40/+93
* Now documenting exported aliases.Eduardo Julian2023-01-061-7/+13
* Compilation of simple literals in C++.Eduardo Julian2023-01-057-41/+86
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-044-24/+37
* Began work on C++ back-end.Eduardo Julian2022-12-237-64/+97
* 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-225-19/+27
* Added price-action abstraction.Eduardo Julian2022-12-194-7/+10
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-181-2/+1
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1217-107/+104
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1247-374/+369
* Added some simple time-series handling machinery.Eduardo Julian2022-12-0297-289/+289
* 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-2113-46/+46
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2022-116/+118
* 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-15146-1021/+1019
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1524-821/+928
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-117-254/+256
* Added support for inline testing.Eduardo Julian2022-11-074-11/+89
* 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-288-105/+103
* Added support for aspect-oriented programming.Eduardo Julian2022-10-278-111/+168
* Minor naming & syntax improvements.Eduardo Julian2022-10-246-12/+13
* 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-2226-978/+681
* Clean-up after format change for extensions [part 2]Eduardo Julian2022-10-2128-600/+487
* Clean-up after format change for extensions [part 1]Eduardo Julian2022-10-2114-260/+145
* Clean-up after format change for extensions [part 0]Eduardo Julian2022-10-218-227/+164
* 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-1916-503/+632