aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now extract values from the C++ interpreter for evaluation.Eduardo Julian2023-01-2111-119/+342
|
* More efficient "let" and "exec" expressions.Eduardo Julian2023-01-1835-391/+434
|
* Added compilation of (almost all non-loop) control structures for C++.Eduardo Julian2023-01-177-103/+278
|
* 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-1611-90/+207
|
* Can now compile the JVM back-end using itself.Eduardo Julian2023-01-1642-1030/+1449
|
* Added compilation of definitions for C++.Eduardo Julian2023-01-149-41/+178
|
* Better formatting for types & symbols for compilation logging.Eduardo Julian2023-01-1321-144/+227
|
* Re-licensed to MPL 2.0Eduardo Julian2023-01-13509-0/+1527
|
* Can now compile complex values (i.e. variants & tuples) in C++.Eduardo Julian2023-01-1311-147/+470
|
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-08169-641/+783
|
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-0713-288/+734
|
* Now documenting exported aliases.Eduardo Julian2023-01-065-23/+81
|
* Compilation of simple literals in C++.Eduardo Julian2023-01-0511-59/+222
|
* Added simple machinery for aliasing of definitions.Eduardo Julian2023-01-049-51/+100
|
* Began work on C++ back-end.Eduardo Julian2022-12-239-66/+101
|
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-227-24/+59
|
* Now showing stack-traces for runtime exceptions in Ruby.Eduardo Julian2022-12-2210-24/+116
|
* Added price-action abstraction.Eduardo Julian2022-12-1917-44/+201
|
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-184-68/+91
|
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-1223-242/+238
|
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-1263-687/+704
|
* Added support for fixed-point arithmetic.Eduardo Julian2022-12-1110-136/+375
|
* Added machinery for averaging a time-series.Eduardo Julian2022-12-0921-252/+367
|
* Added some simple time-series handling machinery.Eduardo Julian2022-12-02261-1074/+1213
|
* Added simple benchmarking machinery.Eduardo Julian2022-12-0111-271/+431
|
* Added money-handling machinery.Eduardo Julian2022-11-2918-667/+876
|
* Added currencies.Eduardo Julian2022-11-2819-369/+654
|
* Added support for saturation arithmetic.Eduardo Julian2022-11-2517-349/+406
|
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-2316-460/+758
|
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-21124-716/+899
|
* Fixed a bug when optimization record access.Eduardo Julian2022-11-2041-312/+426
|
* Got the tests to compile again for Python.Eduardo Julian2022-11-195-103/+124
|
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-1816-343/+383
|
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-166-24/+222
|
* Now documenting dependers and dependees.Eduardo Julian2022-11-15161-1349/+1602
|
* Added LineNumberTable annotations to functions when compiling for the JVM.Eduardo Julian2022-11-1532-918/+1152
|
* Added SourceFile annotations to functions when compiling for the JVM.Eduardo Julian2022-11-119-268/+293
|
* Can now mark definitions as deprecated in their documentation.Eduardo Julian2022-11-076-135/+240
|
* Added support for inline testing.Eduardo Julian2022-11-0710-46/+274
|
* More efficient code-generation for text composition.Eduardo Julian2022-11-0622-214/+257
|
* Property-based testing can now log/print successful seeds from run.Eduardo Julian2022-11-0516-73/+191
|
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-2829-303/+346
|
* Added support for aspect-oriented programming.Eduardo Julian2022-10-2714-243/+647
|
* Minor naming & syntax improvements.Eduardo Julian2022-10-24106-328/+356
|
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-2412-201/+393
|
* Added the capacity to re-bind global definitions within a scope.Eduardo Julian2022-10-246-87/+322
|
* New Delay type with associated constants + compile-time warning for ↵Eduardo Julian2022-10-238-22/+68
| | | | undefined computations.
* New (optional) names for Frac type + fixed module of CSP concurrency.Eduardo Julian2022-10-2211-50/+100
|
* Clean-up after format change for extensions [part 3]Eduardo Julian2022-10-2229-988/+830
|