aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/text.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-05Migrated documentation tool's code into stdlib.Eduardo Julian1-3/+0
2019-02-04Changed the naming style for structures.Eduardo Julian1-11/+12
2018-12-26Some refactoring & minor additions.Eduardo Julian1-0/+2
2018-12-04Some refactoring and small fixes.Eduardo Julian1-2/+3
2018-10-29Added "Char" type.Eduardo Julian1-3/+5
2018-08-23"lux text char" is now unsafe/optimized.Eduardo Julian1-7/+8
2018-08-23Optimized text clipping.Eduardo Julian1-2/+8
2018-08-23No more escaping of new-line.Eduardo Julian1-17/+17
2018-08-22No more escaping of horizontal-tab.Eduardo Julian1-20/+27
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-9/+9
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-9/+9
2018-07-21- Re-named "Compiler" to "Phase".Eduardo Julian1-2/+2
2018-07-20"^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian1-3/+3
2018-07-20No longer giving default aliases to un-prefixed imports.Eduardo Julian1-6/+6
2018-07-14- New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian1-9/+9
2018-07-13Re-named "Bool" type to "Bit".Eduardo Julian1-5/+5
2018-07-13- Re-named "lux/data/bit" to "lux/data/number/i64".Eduardo Julian1-2/+3
2018-07-11- Removed "lux text hash" extension.Eduardo Julian1-3/+24
2018-07-11- Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian1-55/+52
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-9/+11
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-4/+4
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-4/+4
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian1-4/+4
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-1/+1
2018-05-26- WIP: Migrated synthesis to stdlib.Eduardo Julian1-1/+1
2018-05-13- Re-named ".../eq" modules to ".../equality".Eduardo Julian1-1/+1
2018-05-13- Added new #I64 type as foundation for types based on 64-bit integers.Eduardo Julian1-1/+1
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian1-2/+2
2018-05-06- Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian1-9/+0
2018-01-30- Implemented semaphores, mutexes and barriers.Eduardo Julian1-6/+6
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian1-30/+30
2017-11-28- Re-named the "." function to "compose" and moved it to lux/function.Eduardo Julian1-2/+2
2017-11-27- Got rid of even more dots.Eduardo Julian1-1/+1
2017-11-27- Changed the prefixes of numeric functions.Eduardo Julian1-3/+3
2017-11-22- Fixed some bugs.Eduardo Julian1-2/+7
2017-11-21- Fixed some bugs.Eduardo Julian1-2/+2
2017-11-14- Made "lux text clip" work like it used to.Eduardo Julian1-5/+2
2017-11-14- Removed "lux text last-index" procedure.Eduardo Julian1-15/+39
2017-11-13- Type-vars no longer get deleted.Eduardo Julian1-1/+1
2017-11-06- Changed how Lux procedures work on the old compiler and the stdlib.Eduardo Julian1-23/+23
2017-10-11- Added monoid composition.Eduardo Julian1-1/+1
2017-09-19- Changed the terminology of monoids ("append" -> "compose", "unit" -> "ident...Eduardo Julian1-10/+10
2017-09-19- Some refactoring.Eduardo Julian1-4/+5
2017-07-22- Removed the "M" suffix from monadic functions.Eduardo Julian1-4/+4
2017-07-15- Can now generate Eq instances for #rec-style recursive types.Eduardo Julian1-1/+1
2017-07-02- Lux no longer has a Char primitive data-type.Eduardo Julian1-1/+17
2017-07-01- Text no longer has a codec (because the decoding didn't handle unicode esca...Eduardo Julian1-33/+13
2017-04-12- Simplified some of the documentation and error messages.Eduardo Julian1-2/+2