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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix build
HEAD
master
stuebinm
28 hours
1
-1
/
+0
|
|
|
|
this option is now an error
*
build book with mdbook
stuebinm
2023-02-13
3
-0
/
+11
|
*
Added an abstraction for interest rates.
Eduardo Julian
2023-02-12
47
-415
/
+657
|
*
Can now compile loops in C++.
Eduardo Julian
2023-02-10
19
-138
/
+432
|
*
Changed Discord invite to a permanent one.
Eduardo Julian
2023-02-05
1
-1
/
+1
|
*
Optimized Tar parsing in order to fix stack-overflow when loading cache.
Eduardo Julian
2023-01-26
21
-381
/
+636
|
*
Can now compile functions (and apply them) in C++.
Eduardo Julian
2023-01-25
16
-138
/
+766
|
*
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
17
-136
/
+630
|
*
More efficient "let" and "exec" expressions.
Eduardo Julian
2023-01-18
51
-479
/
+533
|
*
Added compilation of (almost all non-loop) control structures for C++.
Eduardo Julian
2023-01-17
13
-156
/
+465
|
*
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
17
-167
/
+411
|
*
Can now compile the JVM back-end using itself.
Eduardo Julian
2023-01-16
61
-1125
/
+1742
|
*
Added compilation of definitions for C++.
Eduardo Julian
2023-01-14
15
-151
/
+401
|
*
Better formatting for types & symbols for compilation logging.
Eduardo Julian
2023-01-13
33
-189
/
+415
|
*
Fixed Discord link.
Eduardo Julian
2023-01-13
1
-1
/
+1
|
*
Added Discord server.
Eduardo Julian
2023-01-13
1
-0
/
+2
|
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
1223
-355
/
+4011
|
*
Can now compile complex values (i.e. variants & tuples) in C++.
Eduardo Julian
2023-01-13
22
-369
/
+776
|
*
Moved compiler target machinery under meta/compiler.
Eduardo Julian
2023-01-08
200
-810
/
+1053
|
*
Now wrapping C++ values inside a universal box.
Eduardo Julian
2023-01-07
33
-1543
/
+882
|
*
Now documenting exported aliases.
Eduardo Julian
2023-01-06
25
-625
/
+679
|
*
Compilation of simple literals in C++.
Eduardo Julian
2023-01-05
26
-197
/
+382
|
*
Added simple machinery for aliasing of definitions.
Eduardo Julian
2023-01-04
64
-447
/
+486
|
*
Began work on C++ back-end.
Eduardo Julian
2022-12-23
151
-548
/
+916
|
*
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
69
-495
/
+684
|
*
Added price-action abstraction.
Eduardo Julian
2022-12-19
86
-620
/
+1033
|
*
Caching compiler artifacts into TAR files, instead of huge directories.
Eduardo Julian
2022-12-18
16
-694
/
+917
|
*
Added accumulation/distribution oscillator.
Eduardo Julian
2022-12-12
74
-629
/
+680
|
*
Added trade session (OHLCV) abstraction.
Eduardo Julian
2022-12-12
74
-818
/
+898
|
*
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
560
-3886
/
+4222
|
*
Added simple benchmarking machinery.
Eduardo Julian
2022-12-01
16
-301
/
+619
|
*
Added money-handling machinery.
Eduardo Julian
2022-11-29
27
-702
/
+997
|
*
Added currencies.
Eduardo Julian
2022-11-28
29
-397
/
+928
|
*
Added support for saturation arithmetic.
Eduardo Julian
2022-11-25
36
-427
/
+568
|
*
New arithmetic abstraction + common file extensions as constants.
Eduardo Julian
2022-11-23
37
-510
/
+1060
|
*
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
2022-11-21
164
-1001
/
+1265
|
*
Fixed a bug when optimization record access.
Eduardo Julian
2022-11-20
71
-360
/
+591
|
*
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
36
-371
/
+449
|
*
Added generic logging abstraction/machinery.
Eduardo Julian
2022-11-16
30
-61
/
+566
|
*
Now documenting dependers and dependees.
Eduardo Julian
2022-11-15
190
-1531
/
+1921
|
*
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-15
54
-979
/
+1284
|
*
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-11
32
-277
/
+334
|
*
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
23
-79
/
+452
|
[next]