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