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
/
lux
/
ffi.lux
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2023-01-26
Optimized Tar parsing in order to fix stack-overflow when loading cache.
Eduardo Julian
1
-4
/
+7
2023-01-13
Re-licensed to MPL 2.0
Eduardo Julian
1
-0
/
+3
2023-01-08
Moved compiler target machinery under meta/compiler.
Eduardo Julian
1
-3
/
+3
2023-01-07
Now wrapping C++ values inside a universal box.
Eduardo Julian
1
-167
/
+317
2023-01-06
Now documenting exported aliases.
Eduardo Julian
1
-1
/
+1
2023-01-05
Compilation of simple literals in C++.
Eduardo Julian
1
-1
/
+1
2022-12-11
Added support for fixed-point arithmetic.
Eduardo Julian
1
-1
/
+1
2022-12-02
Added some simple time-series handling machinery.
Eduardo Julian
1
-1
/
+1
2022-11-29
Added money-handling machinery.
Eduardo Julian
1
-11
/
+11
2022-11-28
Added currencies.
Eduardo Julian
1
-8
/
+8
2022-11-25
Added support for saturation arithmetic.
Eduardo Julian
1
-9
/
+9
2022-11-21
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
1
-5
/
+5
2022-11-18
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
1
-41
/
+41
2022-11-15
Now documenting dependers and dependees.
Eduardo Julian
1
-36
/
+36
2022-10-24
Minor naming & syntax improvements.
Eduardo Julian
1
-3
/
+3
2022-08-17
Made the compiler's caching system sensitive to the build configuration.
Eduardo Julian
1
-1
/
+3
2022-08-17
Proper testing for debug.log!
Eduardo Julian
1
-151
/
+218
2022-08-11
Re-named the "case" macro to "when".
Eduardo Julian
1
-16
/
+16
2022-07-10
Removed the need for ,! unquoting.
Eduardo Julian
1
-12
/
+12
2022-07-03
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
1
-5
/
+4
2022-07-03
Added a new custom type for pattern-matching macros.
Eduardo Julian
1
-4
/
+4
2022-07-02
Moved "lux/macro" to "lux/meta/macro".
Eduardo Julian
1
-6
/
+6
2022-07-02
More traditional names for unquoting macros.
Eduardo Julian
1
-105
/
+105
2022-07-01
Moved "lux/macro/code" to "lux/meta/code".
Eduardo Julian
1
-5
/
+5
2022-06-30
Alternative names for (un)quoting macros.
Eduardo Julian
1
-2
/
+3
2022-06-26
New "parser" hierarchy. [Part 4]
Eduardo Julian
1
-54
/
+54
2022-06-25
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
1
-19
/
+19
2022-06-16
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
1
-5
/
+5
2022-06-16
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
1
-61
/
+61
2022-06-15
De-sigil-ification: suffix : [Part 12]
Eduardo Julian
1
-2
/
+2
2022-06-13
New "format" hierarchy.
Eduardo Julian
1
-1
/
+1
2022-06-12
Re-named "partial_list" to "list.partial".
Eduardo Julian
1
-7
/
+7
2022-06-12
De-sigil-ification: suffix : [Part 3]
Eduardo Julian
1
-50
/
+59
2022-06-11
Added extension to JS interop for writing object literals.
Eduardo Julian
1
-15
/
+70
2022-06-11
De-sigil-ification: : [Part 2]
Eduardo Julian
1
-91
/
+96
2022-06-06
Added extensions to JS interop for working with "undefined" values.
Eduardo Julian
1
-5
/
+78
2022-06-05
De-sigil-ification: : [Part 1]
Eduardo Julian
1
-2
/
+2
2022-06-04
De-sigil-ification: #
Eduardo Julian
1
-13
/
+13
2022-06-04
Extensible import syntax [Part 6]
Eduardo Julian
1
-4
/
+4
2022-06-03
Extensible import syntax [Part 5]
Eduardo Julian
1
-1
/
+1
2022-06-02
Extensible import syntax [Part 3]
Eduardo Julian
1
-1
/
+1
2022-06-02
Extensible import syntax [Part 2]
Eduardo Julian
1
-1
/
+1
2022-06-01
Extensible import syntax: Part 1
Eduardo Julian
1
-4
/
+4
2022-04-09
Re-branded "abstract" types as "primitive" types.
Eduardo Julian
1
-3
/
+3
2022-04-08
Removed (mostly useless) pattern-matching macro for abstract types.
Eduardo Julian
1
-1
/
+1
2022-04-08
De-sigil-ification: $
Eduardo Julian
1
-35
/
+35
2022-04-07
De-sigil-ification: &
Eduardo Julian
1
-16
/
+16
2022-03-30
Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵
Eduardo Julian
1
-26
/
+26
macro names.
2022-03-17
De-sigil-ification: !
Eduardo Julian
1
-37
/
+37
2022-03-16
De-sigil-ification: prefix :
Eduardo Julian
1
-44
/
+44
[next]