aboutsummaryrefslogtreecommitdiff
path: root/stdlib (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-18More efficient "let" and "exec" expressions.Eduardo Julian47-456/+510
2023-01-17Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian11-109/+448
2023-01-16Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian7-33/+111
2023-01-16Added compilation of references for C++.Eduardo Julian16-129/+377
2023-01-16Can now compile the JVM back-end using itself.Eduardo Julian53-1113/+1701
2023-01-14Added compilation of definitions for C++.Eduardo Julian11-109/+241
2023-01-13Better formatting for types & symbols for compilation logging.Eduardo Julian32-187/+413
2023-01-13Re-licensed to MPL 2.0Eduardo Julian1125-0/+3375
2023-01-13Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian19-334/+744
2023-01-08Moved compiler target machinery under meta/compiler.Eduardo Julian199-799/+1046
2023-01-07Now wrapping C++ values inside a universal box.Eduardo Julian30-1539/+858
2023-01-06Now documenting exported aliases.Eduardo Julian25-625/+679
2023-01-05Compilation of simple literals in C++.Eduardo Julian23-185/+359
2023-01-04Added simple machinery for aliasing of definitions.Eduardo Julian63-446/+484
2022-12-23Began work on C++ back-end.Eduardo Julian147-548/+717
2022-12-22Added some explicit machinery for the Any type.Eduardo Julian37-164/+336
2022-12-22Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian68-493/+683
2022-12-19Added price-action abstraction.Eduardo Julian85-619/+1033
2022-12-18Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian7-674/+913
2022-12-12Added accumulation/distribution oscillator.Eduardo Julian73-628/+680
2022-12-12Added trade session (OHLCV) abstraction.Eduardo Julian73-837/+918
2022-12-11Added support for fixed-point arithmetic.Eduardo Julian23-242/+652
2022-12-09Added machinery for averaging a time-series.Eduardo Julian28-439/+637
2022-12-02Added some simple time-series handling machinery.Eduardo Julian548-3842/+4178
2022-12-01Added simple benchmarking machinery.Eduardo Julian16-301/+619
2022-11-29Added money-handling machinery.Eduardo Julian26-703/+1000
2022-11-28Added currencies.Eduardo Julian25-382/+914
2022-11-25Added support for saturation arithmetic.Eduardo Julian22-400/+510
2022-11-23New arithmetic abstraction + common file extensions as constants.Eduardo Julian26-508/+1037
2022-11-21Added index section to documentation + re-named Primitive -> NominalEduardo Julian153-880/+1145
2022-11-20Fixed a bug when optimization record access.Eduardo Julian60-359/+562
2022-11-19Got the tests to compile again for Python.Eduardo Julian10-435/+469
2022-11-18Updated the Python compiler to work with the new format for extensions.Eduardo Julian19-354/+394
2022-11-16Added generic logging abstraction/machinery.Eduardo Julian14-59/+511
2022-11-15Now documenting dependers and dependees.Eduardo Julian180-1483/+1873
2022-11-15Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian40-977/+1256
2022-11-11Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian10-269/+294
2022-11-07Can now mark definitions as deprecated in their documentation.Eduardo Julian137-2244/+2596
2022-11-07Added support for inline testing.Eduardo Julian19-76/+444
2022-11-06More efficient code-generation for text composition.Eduardo Julian32-385/+678
2022-11-05Property-based testing can now log/print successful seeds from run.Eduardo Julian23-184/+462
2022-10-28Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian36-324/+609
2022-10-27Added support for aspect-oriented programming.Eduardo Julian19-246/+836
2022-10-24Minor naming & syntax improvements.Eduardo Julian192-748/+914
2022-10-24New module just for the Char type + fixes to JSON parsing.Eduardo Julian20-208/+592
2022-10-24Added the capacity to re-bind global definitions within a scope.Eduardo Julian11-91/+497
2022-10-23New Delay type with associated constants + compile-time warning for undefined...Eduardo Julian12-32/+137
2022-10-22New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian19-56/+183
2022-10-22Clean-up after format change for extensions [part 3]Eduardo Julian34-1029/+1023
2022-10-21Clean-up after format change for extensions [part 2]Eduardo Julian43-721/+565