aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-215-4/+160
|
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1812-65/+76
|
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-174-6/+170
|
* Fixed bug wherein caching system couldn't handle changes to library/lux.Eduardo Julian2023-01-165-5/+53
|
* Added compilation of references for C++.Eduardo Julian2023-01-165-39/+170
|
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-167-57/+175
|
* Added compilation of definitions for C++.Eduardo Julian2023-01-142-68/+63
|
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-138-38/+181
|
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13355-0/+1065
|
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-137-186/+272
|
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-0827-154/+257
|
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-077-34/+124
|
* Now documenting exported aliases.Eduardo Julian2023-01-068-36/+486
|
* Compilation of simple literals in C++.Eduardo Julian2023-01-0510-32/+137
|
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-0453-366/+441
|
* Began work on C++ back-end.Eduardo Julian2022-12-23133-411/+579
|
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-2228-83/+277
|
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-2243-334/+538
|
* Added price-action abstraction.Eduardo Julian2022-12-1960-386/+805
|
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-182-544/+571
|
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1245-248/+430
|
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-129-148/+213
|
* Added support for fixed-point arithmetic.Eduardo Julian2022-12-1112-99/+263
|
* Added machinery for averaging a time-series.Eduardo Julian2022-12-097-187/+270
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02228-2473/+2670
|
* Added simple benchmarking machinery.Eduardo Julian2022-12-015-30/+188
|
* Added money-handling machinery.Eduardo Julian2022-11-296-20/+108
|
* Added currencies.Eduardo Julian2022-11-285-7/+254
|
* Added support for saturation arithmetic.Eduardo Julian2022-11-253-3/+60
|
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-238-7/+181
|
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-2115-103/+193
|
* Fixed a bug when optimization record access.Eduardo Julian2022-11-207-19/+107
|
* Got the tests to compile again for Python.Eduardo Julian2022-11-195-332/+345
|
* 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-168-35/+289
|
* Now documenting dependers and dependees.Eduardo Julian2022-11-1511-86/+223
|
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-156-44/+86
|
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-111-1/+1
|
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-073-5/+400
|
* Added support for inline testing.Eduardo Julian2022-11-077-24/+157
|
* More efficient code-generation for text composition.Eduardo Julian2022-11-068-162/+408
|
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-055-12/+192
|
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-287-21/+263
|
* Added support for aspect-oriented programming.Eduardo Julian2022-10-275-3/+189
|
* Minor naming & syntax improvements.Eduardo Julian2022-10-2480-386/+524
|
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-247-6/+197
|
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-245-4/+175
|
* New Delay type with associated constants + compile-time warning for ↵Eduardo Julian2022-10-234-10/+69
| | | | undefined computations.
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-228-6/+83
|
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-224-37/+187
|