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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Optimized Tar parsing in order to fix stack-overflow when loading cache.
Eduardo Julian
2023-01-26
20
-381
/
+632
|
*
Can now compile functions (and apply them) in C++.
Eduardo Julian
2023-01-25
15
-130
/
+758
|
*
Simplified caching and JVM program JARs.
Eduardo Julian
2023-01-22
27
-422
/
+776
|
*
Can now extract values from the C++ interpreter for evaluation.
Eduardo Julian
2023-01-21
16
-119
/
+498
|
*
More efficient "let" and "exec" expressions.
Eduardo Julian
2023-01-18
47
-453
/
+507
|
*
Added compilation of (almost all non-loop) control structures for C++.
Eduardo Julian
2023-01-17
11
-109
/
+448
|
*
Fixed bug wherein caching system couldn't handle changes to library/lux.
Eduardo Julian
2023-01-16
7
-33
/
+111
|
*
Added compilation of references for C++.
Eduardo Julian
2023-01-16
16
-129
/
+377
|
*
Can now compile the JVM back-end using itself.
Eduardo Julian
2023-01-16
52
-1110
/
+1698
|
*
Added compilation of definitions for C++.
Eduardo Julian
2023-01-14
11
-109
/
+241
|
*
Better formatting for types & symbols for compilation logging.
Eduardo Julian
2023-01-13
32
-187
/
+413
|
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
1124
-0
/
+3372
|
*
Can now compile complex values (i.e. variants & tuples) in C++.
Eduardo Julian
2023-01-13
19
-334
/
+744
|
*
Moved compiler target machinery under meta/compiler.
Eduardo Julian
2023-01-08
199
-799
/
+1046
|
*
Now wrapping C++ values inside a universal box.
Eduardo Julian
2023-01-07
30
-1516
/
+835
|
*
Now documenting exported aliases.
Eduardo Julian
2023-01-06
25
-625
/
+679
|
*
Compilation of simple literals in C++.
Eduardo Julian
2023-01-05
23
-184
/
+358
|
*
Added simple machinery for aliasing of definitions.
Eduardo Julian
2023-01-04
63
-446
/
+484
|
*
Began work on C++ back-end.
Eduardo Julian
2022-12-23
147
-548
/
+717
|
*
Added some explicit machinery for the Any type.
Eduardo Julian
2022-12-22
37
-164
/
+336
|
*
Now showing stack-traces for runtime exceptions in Ruby.
Eduardo Julian
2022-12-22
68
-493
/
+683
|
*
Added price-action abstraction.
Eduardo Julian
2022-12-19
85
-618
/
+1032
|
*
Caching compiler artifacts into TAR files, instead of huge directories.
Eduardo Julian
2022-12-18
7
-669
/
+908
|
*
Added accumulation/distribution oscillator.
Eduardo Julian
2022-12-12
73
-628
/
+680
|
*
Added trade session (OHLCV) abstraction.
Eduardo Julian
2022-12-12
73
-816
/
+897
|
*
Added support for fixed-point arithmetic.
Eduardo Julian
2022-12-11
23
-242
/
+652
|
*
Added machinery for averaging a time-series.
Eduardo Julian
2022-12-09
28
-436
/
+634
|
*
Added some simple time-series handling machinery.
Eduardo Julian
2022-12-02
548
-3840
/
+4176
|
*
Added simple benchmarking machinery.
Eduardo Julian
2022-12-01
16
-301
/
+619
|
*
Added money-handling machinery.
Eduardo Julian
2022-11-29
26
-688
/
+985
|
*
Added currencies.
Eduardo Julian
2022-11-28
25
-377
/
+909
|
*
Added support for saturation arithmetic.
Eduardo Julian
2022-11-25
22
-397
/
+507
|
*
New arithmetic abstraction + common file extensions as constants.
Eduardo Julian
2022-11-23
26
-508
/
+1037
|
*
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
2022-11-21
153
-879
/
+1144
|
*
Fixed a bug when optimization record access.
Eduardo Julian
2022-11-20
60
-359
/
+562
|
*
Got the tests to compile again for Python.
Eduardo Julian
2022-11-19
10
-407
/
+441
|
*
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
2022-11-18
19
-349
/
+389
|
*
Added generic logging abstraction/machinery.
Eduardo Julian
2022-11-16
14
-59
/
+511
|
*
Now documenting dependers and dependees.
Eduardo Julian
2022-11-15
180
-1473
/
+1863
|
*
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-15
40
-972
/
+1251
|
*
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-11
10
-263
/
+288
|
*
Can now mark definitions as deprecated in their documentation.
Eduardo Julian
2022-11-07
137
-2218
/
+2570
|
*
Added support for inline testing.
Eduardo Julian
2022-11-07
19
-76
/
+444
|
*
More efficient code-generation for text composition.
Eduardo Julian
2022-11-06
32
-366
/
+659
|
*
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
2022-11-05
23
-184
/
+462
|
*
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
2022-10-28
36
-323
/
+608
|
*
Added support for aspect-oriented programming.
Eduardo Julian
2022-10-27
19
-245
/
+835
|
*
Minor naming & syntax improvements.
Eduardo Julian
2022-10-24
192
-745
/
+911
|
*
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
2022-10-24
20
-208
/
+592
|
*
Added the capacity to re-bind global definitions within a scope.
Eduardo Julian
2022-10-24
11
-87
/
+493
|
[next]