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