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