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
/
data
/
text.lux
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Re-licensed to MPL 2.0
Eduardo Julian
2023-01-13
1
-0
/
+3
|
*
Moved compiler target machinery under meta/compiler.
Eduardo Julian
2023-01-08
1
-1
/
+2
|
*
Added money-handling machinery.
Eduardo Julian
2022-11-29
1
-4
/
+4
|
*
Added currencies.
Eduardo Julian
2022-11-28
1
-3
/
+3
|
*
Added support for saturation arithmetic.
Eduardo Julian
2022-11-25
1
-2
/
+2
|
*
Added index section to documentation + re-named Primitive -> Nominal
Eduardo Julian
2022-11-21
1
-13
/
+13
|
*
Updated the Python compiler to work with the new format for extensions.
Eduardo Julian
2022-11-18
1
-3
/
+3
|
*
More efficient code-generation for text composition.
Eduardo Julian
2022-11-06
1
-3
/
+3
|
*
New module just for the Char type + fixes to JSON parsing.
Eduardo Julian
2022-10-24
1
-13
/
+13
|
*
Migrating default extensions to the new format [Part 3]
Eduardo Julian
2022-10-20
1
-12
/
+12
|
*
Migrating default extensions to the new format [Part 2]
Eduardo Julian
2022-10-19
1
-22
/
+22
|
*
Re-named the "case" macro to "when".
Eduardo Julian
2022-08-11
1
-13
/
+13
|
*
Added support for defining custom/closed macro systems.
Eduardo Julian
2022-07-07
1
-7
/
+5
|
*
Moved "lux/target" to "lux/meta/target".
Eduardo Julian
2022-07-03
1
-1
/
+1
|
*
Added a new custom type for pattern-matching macros.
Eduardo Julian
2022-07-03
1
-3
/
+3
|
*
Moved "lux/macro" to "lux/meta/macro".
Eduardo Julian
2022-07-02
1
-3
/
+4
|
*
More traditional names for unquoting macros.
Eduardo Julian
2022-07-02
1
-3
/
+3
|
*
De-sigil-ification: suffix : [Part 15]
Eduardo Julian
2022-06-25
1
-1
/
+1
|
*
De-sigil-ification: suffix : [Part 14]
Eduardo Julian
2022-06-16
1
-2
/
+2
|
*
De-sigil-ification: suffix : [Part 13]
Eduardo Julian
2022-06-16
1
-45
/
+45
|
*
De-sigil-ification: suffix : [Part 4]
Eduardo Julian
2022-06-12
1
-46
/
+46
|
*
De-sigil-ification: suffix : [Part 3]
Eduardo Julian
2022-06-12
1
-2
/
+2
|
*
De-sigil-ification: : [Part 1]
Eduardo Julian
2022-06-05
1
-23
/
+25
|
*
Extensible import syntax [Part 6]
Eduardo Julian
2022-06-04
1
-1
/
+1
|
*
Extensible import syntax [Part 2]
Eduardo Julian
2022-06-02
1
-1
/
+1
|
*
Extensible import syntax: Part 1
Eduardo Julian
2022-06-01
1
-6
/
+6
|
*
De-sigil-ification: $
Eduardo Julian
2022-04-08
1
-3
/
+3
|
*
De-sigil-ification: &
Eduardo Julian
2022-04-07
1
-2
/
+2
|
*
De-sigil-ification: /
Eduardo Julian
2022-03-30
1
-1
/
+1
|
*
Now demanding mandatory loop names, instead of using default "again" name.
Eduardo Julian
2022-03-30
1
-9
/
+9
|
*
Re-named "as_is" to "these" to avoid confusion with the new type-annotation ↵
Eduardo Julian
2022-03-30
1
-2
/
+2
|
|
|
|
macro names.
*
JVM interop now allows importing inherited virtual/interface methods.
Eduardo Julian
2022-03-16
1
-4
/
+4
|
*
De-sigil-ification: prefix :
Eduardo Julian
2022-03-16
1
-55
/
+55
|
*
De-sigil-ification: ^
Eduardo Julian
2022-03-15
1
-5
/
+7
|
*
Leaner syntax for the "for" macro.
Eduardo Julian
2022-03-14
1
-110
/
+110
|
*
Can now add type-vars to imported procedures from scripting languages.
Eduardo Julian
2022-03-14
1
-8
/
+8
|
*
Added an easy way to export Lux functionality to host programs (everywhere ↵
Eduardo Julian
2022-03-11
1
-59
/
+88
|
|
|
|
else).
*
"module:" => "using"
Eduardo Julian
2021-09-15
1
-1
/
+1
|
*
Re-named "recur" to "again".
Eduardo Julian
2021-09-14
1
-4
/
+4
|
*
Re-named "primitive" to "Primitive".
Eduardo Julian
2021-09-13
1
-13
/
+13
|
*
Updated only/except import syntax to take into account record => variant ↵
Eduardo Julian
2021-09-13
1
-7
/
+7
|
|
|
|
syntax change.
*
Re-named \ => # && \\ => ##
Eduardo Julian
2021-09-12
1
-2
/
+2
|
*
Made the "#" character great again!
Eduardo Julian
2021-09-12
1
-21
/
+21
|
*
Migrated variants to the new syntax.
Eduardo Julian
2021-09-10
1
-13
/
+13
|
*
De-bracing | part 2
Eduardo Julian
2021-09-08
1
-8
/
+8
|
*
De-taggification | part 4
Eduardo Julian
2021-09-07
1
-4
/
+4
|
*
De-taggification | part 2
Eduardo Julian
2021-09-04
1
-7
/
+7
|
*
Updates to the Lua compiler.
Eduardo Julian
2021-08-25
1
-21
/
+17
|
*
Outsourced the syntax for labelled type definitions to macros.
Eduardo Julian
2021-08-24
1
-2
/
+2
|
*
The Python compiler can now be compiled by the new JVM compiler.
Eduardo Julian
2021-08-23
1
-2
/
+2
|
[next]