aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/text.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-21Can now produce arbitrary code fragments statically by evaluating arbitrary e...Eduardo Julian1-8/+0
2021-08-20More fixes.Eduardo Julian1-9/+9
2021-08-18Some bug fixes.Eduardo Julian1-5/+5
2021-08-16Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-14Moved documentation-generation machinery to its own module.Eduardo Julian1-3/+3
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-6/+6
2021-08-12Improved binding syntax for "syntax:".Eduardo Julian1-2/+4
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian1-7/+8
2021-08-09Improved single-line comment syntax (from "##" to "...").Eduardo Julian1-11/+11
2021-08-08No more #export magic syntax.Eduardo Julian1-37/+37
2021-08-07Made the be/de macros for (co)monadic expression extensible.Eduardo Julian1-1/+1
2021-08-02Fixed a bug in the new compiler which allowed the same module to be imported ...Eduardo Julian1-3/+3
2021-08-01Even more renamings.Eduardo Julian1-43/+40
2021-07-30More renamings.Eduardo Julian1-4/+4
2021-07-29Switched from the "from to" convention to the "minimum additional" convention.Eduardo Julian1-5/+5
2021-07-28Re-named List's tags: Nil => End && Cons => ItemEduardo Julian1-2/+2
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian1-2/+2
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian1-2/+2
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian1-17/+18
2021-07-11Re-named ":coerce" to ":as" since it technically doesn't do coercions.Eduardo Julian1-50/+50
2021-07-06Simplified the API for file-system operations.Eduardo Julian1-28/+34
2021-06-30"signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian1-4/+4
2021-06-29Some updates for the new compilers.Eduardo Julian1-2/+2
2021-06-26Delegate text (lower|upper)-casing to the host-platform implementations.Eduardo Julian1-0/+46
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian1-0/+3
2021-05-24Using offset+distance instead of from+to for text clipping.Eduardo Julian1-7/+6
2021-05-24Using FFI machinery when possible when doing text replacement.Eduardo Julian1-8/+37
2021-05-18Text-escaping machinery.Eduardo Julian1-1/+1
2021-02-10Continuing with LuaEduardo Julian1-3/+3
2021-02-01Improved compilation of loops and pattern-matching for Python. Eduardo Julian1-2/+2
2021-01-26Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian1-2/+2
2021-01-11Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian1-7/+9
2021-01-08Moved "log!" function under "lux/debug".Eduardo Julian1-1/+1
2020-12-29Moved "lux/data/number" to "lux/math/number".Eduardo Julian1-8/+9
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-46/+46
2020-12-17More optimizations to the Lux syntax parser.Eduardo Julian1-11/+16
2020-11-28Re-named "_.claim" to "_.cover'".Eduardo Julian1-2/+2
2020-10-12Type-checking macros via the Macro' type from the standard library.Eduardo Julian1-4/+10
2020-10-03Added deployment code to Aedifex.Eduardo Julian1-0/+2
2020-08-26Download and catch dependencies in Aedifex.Eduardo Julian1-6/+16
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian1-26/+26
2020-06-23Bug fixes.Eduardo Julian1-1/+3
2019-09-14More fixes.Eduardo Julian1-1/+1
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-10/+11
2019-07-24Small improvements here and there.Eduardo Julian1-9/+9
2019-05-16Yet more fiddling with types for JVM interop.Eduardo Julian1-1/+1
2019-04-28Turned all "lux int ???" extensions to "lux i64 ???".Eduardo Julian1-1/+1
2019-04-27Re-named "lux/tool/compiler/host" to "lux/target".Eduardo Julian1-15/+13
2019-04-21Added short names for special characters.Eduardo Julian1-12/+13
2019-04-18Improvements and fixes for JVM extensions.Eduardo Julian1-1/+2