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
/
library
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
509
-0
/
+1527
|
*
Can now compile complex values (i.e. variants & tuples) in C++.
Eduardo Julian
2023-01-13
11
-147
/
+470
|
*
Moved compiler target machinery under meta/compiler.
Eduardo Julian
2023-01-08
169
-641
/
+783
|
*
Now wrapping C++ values inside a universal box.
Eduardo Julian
2023-01-07
13
-265
/
+711
|
*
Now documenting exported aliases.
Eduardo Julian
2023-01-06
5
-23
/
+81
|
*
Compilation of simple literals in C++.
Eduardo Julian
2023-01-05
11
-58
/
+221
|
*
Added simple machinery for aliasing of definitions.
Eduardo Julian
2023-01-04
9
-51
/
+100
|
*
Began work on C++ back-end.
Eduardo Julian
2022-12-23
9
-66
/
+101
|
*
Added some explicit machinery for the Any type.
Eduardo Julian
2022-12-22
7
-24
/
+59
|
*
Now showing stack-traces for runtime exceptions in Ruby.
Eduardo Julian
2022-12-22
10
-24
/
+116
|
*
Added price-action abstraction.
Eduardo Julian
2022-12-19
17
-43
/
+200
|
*
Caching compiler artifacts into TAR files, instead of huge directories.
Eduardo Julian
2022-12-18
4
-64
/
+87
|
*
Added accumulation/distribution oscillator.
Eduardo Julian
2022-12-12
23
-242
/
+238
|
*
Added trade session (OHLCV) abstraction.
Eduardo Julian
2022-12-12
63
-666
/
+683
|
*
Added support for fixed-point arithmetic.
Eduardo Julian
2022-12-11
10
-136
/
+375
|
*
Added machinery for averaging a time-series.
Eduardo Julian
2022-12-09
21
-249
/
+364
|
*
Added some simple time-series handling machinery.
Eduardo Julian
2022-12-02
261
-1074
/
+1213
|
*
Added simple benchmarking machinery.
Eduardo Julian
2022-12-01
11
-271
/
+431
|
*
Added money-handling machinery.
Eduardo Julian
2022-11-29
18
-652
/
+861
|
*
Added currencies.
Eduardo Julian
2022-11-28
19
-364
/
+649
|
*
Added support for saturation arithmetic.
Eduardo Julian
2022-11-25
17
-346
/
+403
|
*
New arithmetic abstraction + common file extensions as constants.
Eduardo Julian
2022-11-23
16
-460
/
+758
|
*
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
2022-11-21
124
-715
/
+898
|
*
Fixed a bug when optimization record access.
Eduardo Julian
2022-11-20
41
-312
/
+426
|
*
Got the tests to compile again for Python.
Eduardo Julian
2022-11-19
5
-101
/
+122
|
*
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
2022-11-18
16
-338
/
+378
|
*
Added generic logging abstraction/machinery.
Eduardo Julian
2022-11-16
6
-24
/
+222
|
*
Now documenting dependers and dependees.
Eduardo Julian
2022-11-15
161
-1340
/
+1593
|
*
Added LineNumberTable annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-15
32
-913
/
+1147
|
*
Added SourceFile annotations to functions when compiling for the JVM.
Eduardo Julian
2022-11-11
9
-262
/
+287
|
*
Can now mark definitions as deprecated in their documentation.
Eduardo Julian
2022-11-07
6
-133
/
+238
|
*
Added support for inline testing.
Eduardo Julian
2022-11-07
10
-46
/
+274
|
*
More efficient code-generation for text composition.
Eduardo Julian
2022-11-06
22
-214
/
+257
|
*
Property-based testing can now log/print successful seeds from run.
Eduardo Julian
2022-11-05
16
-73
/
+191
|
*
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
2022-10-28
29
-302
/
+345
|
*
Added support for aspect-oriented programming.
Eduardo Julian
2022-10-27
14
-242
/
+646
|
*
Minor naming & syntax improvements.
Eduardo Julian
2022-10-24
106
-328
/
+356
|
*
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
2022-10-24
12
-201
/
+393
|
*
Added the capacity to re-bind global definitions within a scope.
Eduardo Julian
2022-10-24
6
-83
/
+318
|
*
New Delay type with associated constants + compile-time warning for ↵
Eduardo Julian
2022-10-23
8
-22
/
+68
|
|
|
|
undefined computations.
*
New (optional) names for Frac type + fixed module of CSP concurrency.
Eduardo Julian
2022-10-22
11
-50
/
+100
|
*
Clean-up after format change for extensions [part 3]
Eduardo Julian
2022-10-22
29
-982
/
+824
|
*
Clean-up after format change for extensions [part 2]
Eduardo Julian
2022-10-21
30
-610
/
+495
|
*
Clean-up after format change for extensions [part 1]
Eduardo Julian
2022-10-21
14
-260
/
+145
|
*
Clean-up after format change for extensions [part 0]
Eduardo Julian
2022-10-21
9
-234
/
+171
|
*
Migrating default extensions to the new format [Part 3]
Eduardo Julian
2022-10-20
12
-579
/
+538
|
*
Migrating default extensions to the new format [Part 2]
Eduardo Julian
2022-10-19
53
-1721
/
+1728
|
*
Migrating default extensions to the new format [Part 1]
Eduardo Julian
2022-10-03
14
-1059
/
+1122
|
*
Migrating default extensions to the new format [Part 0]
Eduardo Julian
2022-10-03
14
-279
/
+447
|
*
New format for extensions [part 4]
Eduardo Julian
2022-10-02
13
-105
/
+132
|
[next]