index
:
lux
master
fork of https://github.com/LuxLang/lux for my bookshelf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
source
/
test
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
355
-0
/
+1065
2023-01-13
Can now compile complex values (i.e. variants & tuples) in C++.
Eduardo Julian
7
-186
/
+272
2023-01-08
Moved compiler target machinery under meta/compiler.
Eduardo Julian
27
-154
/
+257
2023-01-07
Now wrapping C++ values inside a universal box.
Eduardo Julian
7
-34
/
+124
2023-01-06
Now documenting exported aliases.
Eduardo Julian
8
-36
/
+486
2023-01-05
Compilation of simple literals in C++.
Eduardo Julian
10
-32
/
+137
2023-01-04
Added simple machinery for aliasing of definitions.
Eduardo Julian
53
-366
/
+441
2022-12-23
Began work on C++ back-end.
Eduardo Julian
133
-411
/
+579
2022-12-22
Added some explicit machinery for the Any type.
Eduardo Julian
28
-83
/
+277
2022-12-22
Now showing stack-traces for runtime exceptions in Ruby.
Eduardo Julian
43
-334
/
+538
2022-12-19
Added price-action abstraction.
Eduardo Julian
60
-386
/
+805
2022-12-18
Caching compiler artifacts into TAR files, instead of huge directories.
Eduardo Julian
2
-544
/
+571
2022-12-12
Added accumulation/distribution oscillator.
Eduardo Julian
45
-248
/
+430
2022-12-12
Added trade session (OHLCV) abstraction.
Eduardo Julian
9
-148
/
+213
2022-12-11
Added support for fixed-point arithmetic.
Eduardo Julian
12
-99
/
+263
2022-12-09
Added machinery for averaging a time-series.
Eduardo Julian
7
-187
/
+270
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
228
-2473
/
+2670
2022-12-01
Added simple benchmarking machinery.
Eduardo Julian
5
-30
/
+188
2022-11-29
Added money-handling machinery.
Eduardo Julian
6
-20
/
+108
2022-11-28
Added currencies.
Eduardo Julian
5
-7
/
+254
2022-11-25
Added support for saturation arithmetic.
Eduardo Julian
3
-3
/
+60
2022-11-23
New arithmetic abstraction + common file extensions as constants.
Eduardo Julian
8
-7
/
+181
2022-11-21
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
15
-103
/
+193
2022-11-20
Fixed a bug when optimization record access.
Eduardo Julian
7
-19
/
+107
2022-11-19
Got the tests to compile again for Python.
Eduardo Julian
5
-332
/
+345
2022-11-18
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
1
-1
/
+1
2022-11-16
Added generic logging abstraction/machinery.
Eduardo Julian
8
-35
/
+289
2022-11-15
Now documenting dependers and dependees.
Eduardo Julian
11
-86
/
+223
2022-11-15
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
6
-44
/
+86
2022-11-11
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
1
-1
/
+1
2022-11-07
Can now mark definitions as deprecated in their documentation.
Eduardo Julian
3
-5
/
+400
2022-11-07
Added support for inline testing.
Eduardo Julian
7
-24
/
+157
2022-11-06
More efficient code-generation for text composition.
Eduardo Julian
8
-162
/
+408
2022-11-05
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
5
-12
/
+192
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
7
-21
/
+263
2022-10-27
Added support for aspect-oriented programming.
Eduardo Julian
5
-3
/
+189
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
80
-386
/
+524
2022-10-24
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
7
-6
/
+197
2022-10-24
Added the capacity to re-bind global definitions within a scope.
Eduardo Julian
5
-4
/
+175
2022-10-23
New Delay type with associated constants + compile-time warning for ↵
Eduardo Julian
4
-10
/
+69
undefined computations.
2022-10-22
New (optional) names for Frac type + fixed module of CSP concurrency.
Eduardo Julian
8
-6
/
+83
2022-10-22
Clean-up after format change for extensions [part 3]
Eduardo Julian
4
-37
/
+187
2022-10-21
Clean-up after format change for extensions [part 2]
Eduardo Julian
4
-80
/
+45
2022-10-21
Clean-up after format change for extensions [part 0]
Eduardo Julian
1
-2
/
+2
2022-10-20
Migrating default extensions to the new format [Part 3]
Eduardo Julian
4
-184
/
+233
2022-10-19
Migrating default extensions to the new format [Part 2]
Eduardo Julian
6
-53
/
+47
2022-10-03
Migrating default extensions to the new format [Part 1]
Eduardo Julian
1
-13
/
+13
2022-10-02
New format for extensions [part 4]
Eduardo Julian
4
-17
/
+48
2022-10-02
New format for extensions [part 3]
Eduardo Julian
1
-57
/
+51
2022-10-01
New format for extensions [part 2]
Eduardo Julian
1
-24
/
+28
[next]