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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-01-26
Optimized Tar parsing in order to fix stack-overflow when loading cache.
Eduardo Julian
20
-389
/
+640
2023-01-25
Can now compile functions (and apply them) in C++.
Eduardo Julian
15
-131
/
+759
2023-01-22
Simplified caching and JVM program JARs.
Eduardo Julian
27
-422
/
+776
2023-01-21
Can now extract values from the C++ interpreter for evaluation.
Eduardo Julian
16
-123
/
+502
2023-01-18
More efficient "let" and "exec" expressions.
Eduardo Julian
47
-456
/
+510
2023-01-17
Added compilation of (almost all non-loop) control structures for C++.
Eduardo Julian
11
-109
/
+448
2023-01-16
Fixed bug wherein caching system couldn't handle changes to library/lux.
Eduardo Julian
7
-33
/
+111
2023-01-16
Added compilation of references for C++.
Eduardo Julian
16
-129
/
+377
2023-01-16
Can now compile the JVM back-end using itself.
Eduardo Julian
53
-1113
/
+1701
2023-01-14
Added compilation of definitions for C++.
Eduardo Julian
11
-109
/
+241
2023-01-13
Better formatting for types & symbols for compilation logging.
Eduardo Julian
32
-187
/
+413
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
1125
-0
/
+3375
2023-01-13
Can now compile complex values (i.e. variants & tuples) in C++.
Eduardo Julian
19
-334
/
+744
2023-01-08
Moved compiler target machinery under meta/compiler.
Eduardo Julian
199
-799
/
+1046
2023-01-07
Now wrapping C++ values inside a universal box.
Eduardo Julian
30
-1539
/
+858
2023-01-06
Now documenting exported aliases.
Eduardo Julian
25
-625
/
+679
2023-01-05
Compilation of simple literals in C++.
Eduardo Julian
23
-185
/
+359
2023-01-04
Added simple machinery for aliasing of definitions.
Eduardo Julian
63
-446
/
+484
2022-12-23
Began work on C++ back-end.
Eduardo Julian
147
-548
/
+717
2022-12-22
Added some explicit machinery for the Any type.
Eduardo Julian
37
-164
/
+336
2022-12-22
Now showing stack-traces for runtime exceptions in Ruby.
Eduardo Julian
68
-493
/
+683
2022-12-19
Added price-action abstraction.
Eduardo Julian
85
-619
/
+1033
2022-12-18
Caching compiler artifacts into TAR files, instead of huge directories.
Eduardo Julian
7
-674
/
+913
2022-12-12
Added accumulation/distribution oscillator.
Eduardo Julian
73
-628
/
+680
2022-12-12
Added trade session (OHLCV) abstraction.
Eduardo Julian
73
-837
/
+918
2022-12-11
Added support for fixed-point arithmetic.
Eduardo Julian
23
-242
/
+652
2022-12-09
Added machinery for averaging a time-series.
Eduardo Julian
28
-439
/
+637
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
548
-3842
/
+4178
2022-12-01
Added simple benchmarking machinery.
Eduardo Julian
16
-301
/
+619
2022-11-29
Added money-handling machinery.
Eduardo Julian
26
-703
/
+1000
2022-11-28
Added currencies.
Eduardo Julian
25
-382
/
+914
2022-11-25
Added support for saturation arithmetic.
Eduardo Julian
22
-400
/
+510
2022-11-23
New arithmetic abstraction + common file extensions as constants.
Eduardo Julian
26
-508
/
+1037
2022-11-21
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
153
-880
/
+1145
2022-11-20
Fixed a bug when optimization record access.
Eduardo Julian
60
-359
/
+562
2022-11-19
Got the tests to compile again for Python.
Eduardo Julian
10
-435
/
+469
2022-11-18
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
19
-354
/
+394
2022-11-16
Added generic logging abstraction/machinery.
Eduardo Julian
14
-59
/
+511
2022-11-15
Now documenting dependers and dependees.
Eduardo Julian
180
-1483
/
+1873
2022-11-15
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
40
-977
/
+1256
2022-11-11
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
10
-269
/
+294
2022-11-07
Can now mark definitions as deprecated in their documentation.
Eduardo Julian
137
-2244
/
+2596
2022-11-07
Added support for inline testing.
Eduardo Julian
19
-76
/
+444
2022-11-06
More efficient code-generation for text composition.
Eduardo Julian
32
-385
/
+678
2022-11-05
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
23
-184
/
+462
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
36
-324
/
+609
2022-10-27
Added support for aspect-oriented programming.
Eduardo Julian
19
-246
/
+836
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
192
-748
/
+914
2022-10-24
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
20
-208
/
+592
2022-10-24
Added the capacity to re-bind global definitions within a scope.
Eduardo Julian
11
-91
/
+497
[next]