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
/
lux
/
data
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-12
Added an abstraction for interest rates.
Eduardo Julian
1
-4
/
+19
2023-01-13
Better formatting for types & symbols for compilation logging.
Eduardo Julian
1
-2
/
+2
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
44
-0
/
+132
2023-01-08
Moved compiler target machinery under meta/compiler.
Eduardo Julian
1
-2
/
+3
2023-01-04
Added simple machinery for aliasing of definitions.
Eduardo Julian
9
-27
/
+27
2022-12-23
Began work on C++ back-end.
Eduardo Julian
30
-110
/
+103
2022-12-22
Added some explicit machinery for the Any type.
Eduardo Julian
5
-12
/
+48
2022-12-22
Now showing stack-traces for runtime exceptions in Ruby.
Eduardo Julian
8
-41
/
+45
2022-12-19
Added price-action abstraction.
Eduardo Julian
15
-56
/
+67
2022-12-12
Added accumulation/distribution oscillator.
Eduardo Julian
14
-148
/
+132
2022-12-12
Added trade session (OHLCV) abstraction.
Eduardo Julian
4
-115
/
+86
2022-12-11
Added support for fixed-point arithmetic.
Eduardo Julian
5
-82
/
+85
2022-12-09
Added machinery for averaging a time-series.
Eduardo Julian
4
-73
/
+60
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
38
-419
/
+448
2022-12-01
Added simple benchmarking machinery.
Eduardo Julian
2
-28
/
+115
2022-11-21
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
3
-15
/
+104
2022-11-20
Fixed a bug when optimization record access.
Eduardo Julian
2
-6
/
+94
2022-11-16
Added generic logging abstraction/machinery.
Eduardo Julian
3
-2
/
+107
2022-11-15
Now documenting dependers and dependees.
Eduardo Julian
3
-10
/
+146
2022-11-06
More efficient code-generation for text composition.
Eduardo Julian
1
-1
/
+1
2022-10-28
Eliminated the .alias# extension. Now detecting aliases in .def#.
Eduardo Julian
1
-0
/
+9
2022-10-27
Added support for aspect-oriented programming.
Eduardo Julian
1
-2
/
+2
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
4
-17
/
+17
2022-10-24
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
5
-6
/
+140
2022-10-19
Migrating default extensions to the new format [Part 2]
Eduardo Julian
1
-1
/
+1
2022-09-02
Made labels (tags & slots) into normal definitions.
Eduardo Julian
1
-1
/
+1
2022-08-12
Fixes for Aedifex tests.
Eduardo Julian
1
-1
/
+1
2022-08-12
Fixed test suite.
Eduardo Julian
1
-4
/
+4
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
20
-114
/
+114
2022-08-10
Extracted property-based testing machinery into its own module.
Eduardo Julian
36
-71
/
+107
2022-07-28
Extracted unit-testing machinery into its own module.
Eduardo Julian
2
-43
/
+43
2022-07-28
Now statically resolving values from globals in pattern-matching.
Eduardo Julian
6
-15
/
+15
2022-07-26
Slightly cleaner application of variance for FRP channels.
Eduardo Julian
1
-4
/
+4
2022-07-08
Extracted macro-expansion machinery into its own module.
Eduardo Julian
1
-2
/
+3
2022-07-06
Moved "lux/time" to "lux/world/time".
Eduardo Julian
3
-15
/
+18
2022-07-03
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
1
-8
/
+8
2022-07-03
Added a new custom type for pattern-matching macros.
Eduardo Julian
5
-16
/
+16
2022-07-02
Moved "lux/macro" to "lux/meta/macro".
Eduardo Julian
11
-37
/
+41
2022-07-02
More traditional names for unquoting macros.
Eduardo Julian
16
-46
/
+46
2022-07-01
Moved "lux/macro/code" to "lux/meta/code".
Eduardo Julian
5
-19
/
+19
2022-06-30
Alternative names for (un)quoting macros.
Eduardo Julian
5
-12
/
+13
2022-06-30
Moved ".../dictionary/plist" to ".../list/property".
Eduardo Julian
2
-8
/
+14
2022-06-30
Better naming for measure/quantity types.
Eduardo Julian
1
-5
/
+5
2022-06-29
Better syntax for calling virtual methods when defining JVM classes.
Eduardo Julian
3
-4
/
+9
2022-06-27
New "parser" hierarchy. [Part 5]
Eduardo Julian
1
-1
/
+167
2022-06-26
Re-named "format/lux/data/binary.Writer" to "Format".
Eduardo Julian
2
-11
/
+11
2022-06-26
New "parser" hierarchy. [Part 4]
Eduardo Julian
3
-13
/
+11
2022-06-25
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
1
-3
/
+3
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
36
-99
/
+99
2022-06-16
New "parser" hierarchy. [Part 3]
Eduardo Julian
2
-18
/
+315
[next]