aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-licensed to MPL 2.0Eduardo Julian2023-01-1344-0/+132
* Moved compiler target machinery under meta/compiler.Eduardo Julian2023-01-086-7/+11
* Now wrapping C++ values inside a universal box.Eduardo Julian2023-01-073-25/+31
* Began work on C++ back-end.Eduardo Julian2022-12-231-1/+1
* Added some explicit machinery for the Any type.Eduardo Julian2022-12-221-0/+25
* Caching compiler artifacts into TAR files, instead of huge directories.Eduardo Julian2022-12-181-26/+23
* Added accumulation/distribution oscillator.Eduardo Julian2022-12-124-134/+110
* Added trade session (OHLCV) abstraction.Eduardo Julian2022-12-126-301/+256
* Added support for fixed-point arithmetic.Eduardo Julian2022-12-113-91/+64
* Added machinery for averaging a time-series.Eduardo Julian2022-12-0918-3321/+126
* Added some simple time-series handling machinery.Eduardo Julian2022-12-0228-240/+227
* Added simple benchmarking machinery.Eduardo Julian2022-12-013-120/+206
* Added money-handling machinery.Eduardo Julian2022-11-292-6/+6
* Added currencies.Eduardo Julian2022-11-281-3/+3
* Added support for saturation arithmetic.Eduardo Julian2022-11-252-4/+4
* New arithmetic abstraction + common file extensions as constants.Eduardo Julian2022-11-232-42/+137
* Added index section to documentation + re-named Primitive -> NominalEduardo Julian2022-11-2127-292/+442
* Fixed a bug when optimization record access.Eduardo Julian2022-11-203-94/+203
* Updated the Python compiler to work with the new format for extensions.Eduardo Julian2022-11-182-5/+5
* Added generic logging abstraction/machinery.Eduardo Julian2022-11-162-1/+105
* Now documenting dependers and dependees.Eduardo Julian2022-11-154-184/+370
* More efficient code-generation for text composition.Eduardo Julian2022-11-061-3/+3
* Eliminated the .alias# extension. Now detecting aliases in .def#.Eduardo Julian2022-10-288-26/+34
* Minor naming & syntax improvements.Eduardo Julian2022-10-2421-70/+70
* New module just for the Char type + fixes to JSON parsing.Eduardo Julian2022-10-247-182/+251
* Migrating default extensions to the new format [Part 3]Eduardo Julian2022-10-201-12/+12
* Migrating default extensions to the new format [Part 2]Eduardo Julian2022-10-196-50/+48
* Made labels (tags & slots) into normal definitions.Eduardo Julian2022-09-022-3/+3
* Less needless re-compilation in the caching system.Eduardo Julian2022-08-172-94/+0
* Made the compiler's caching system sensitive to the build configuration.Eduardo Julian2022-08-171-9/+4
* Fixes for Aedifex tests.Eduardo Julian2022-08-121-1/+1
* Improved exception-definition macro.Eduardo Julian2022-08-118-75/+83
* Re-named the "case" macro to "when".Eduardo Julian2022-08-1127-250/+250
* Now statically resolving values from globals in pattern-matching.Eduardo Julian2022-07-288-46/+51
* Slightly cleaner application of variance for FRP channels.Eduardo Julian2022-07-261-2/+2
* Removed the need for ,! unquoting.Eduardo Julian2022-07-103-78/+76
* Added support for defining custom/closed macro systems.Eduardo Julian2022-07-071-7/+5
* Moved "lux/time" to "lux/world/time".Eduardo Julian2022-07-061-4/+4
* Made exception.report a function.Eduardo Julian2022-07-065-31/+31
* Moved "lux/target" to "lux/meta/target".Eduardo Julian2022-07-0310-26/+30
* Added a new custom type for pattern-matching macros.Eduardo Julian2022-07-038-39/+41
* Moved "lux/macro" to "lux/meta/macro".Eduardo Julian2022-07-0221-68/+72
* More traditional names for unquoting macros.Eduardo Julian2022-07-0217-136/+136
* Moved "lux/macro/code" to "lux/meta/code".Eduardo Julian2022-07-0112-44/+42
* Alternative names for (un)quoting macros.Eduardo Julian2022-06-3023-50/+71
* Moved ".../dictionary/plist" to ".../list/property".Eduardo Julian2022-06-301-14/+14
* Better syntax for calling virtual methods when defining JVM classes.Eduardo Julian2022-06-296-10/+20
* Re-named "format/lux/data/binary.Writer" to "Format".Eduardo Julian2022-06-261-70/+70
* New "parser" hierarchy. [Part 4]Eduardo Julian2022-06-267-26/+25
* De-sigil-ification: suffix : [Part 16]Eduardo Julian2022-06-266-37/+37