aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/text (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "do-template" to "template".Eduardo Julian2019-03-304-20/+16
* Fixed more tests.Eduardo Julian2019-03-291-1/+3
* WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian2019-03-261-4/+4
* Ported tests for text-related modules.Eduardo Julian2019-03-221-21/+19
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-155-41/+41
* Re-named "lux/platform" to "lux/tool".Eduardo Julian2019-02-121-1/+1
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-115-27/+28
* Changed the naming style for structures.Eduardo Julian2019-02-045-68/+73
* - WIP: Expansion of CSS machinery.Eduardo Julian2019-01-221-4/+4
* Added char-sets for text.Eduardo Julian2019-01-211-5/+171
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-152-65/+65
* Small improvements.Eduardo Julian2018-12-151-2/+3
* Restored the "encode" function for duration, to correct for overkill when rem...Eduardo Julian2018-12-041-0/+5
* Some refactoring.Eduardo Julian2018-12-042-11/+11
* Adapted new-luxc to latest stdlib changes.Eduardo Julian2018-08-292-5/+5
* No more escaping of back-slash.Eduardo Julian2018-08-231-37/+37
* No more escaping of new-line.Eduardo Julian2018-08-231-1/+1
* No more escaping of double-quotes.Eduardo Julian2018-08-231-2/+3
* No more escaping of unicode.Eduardo Julian2018-08-221-5/+5
* No more escaping of horizontal-tab.Eduardo Julian2018-08-221-10/+10
* Low-level re-implementation of the parser.Eduardo Julian2018-08-211-1/+1
* Minor optimizations + timing.Eduardo Julian2018-08-211-10/+12
* - More minor optimizations.Eduardo Julian2018-08-201-32/+32
* Small optimizations.Eduardo Julian2018-08-201-1/+1
* Trying to minimize the amount of clips+concats that happen.Eduardo Julian2018-08-201-58/+149
* Small fixes.Eduardo Julian2018-08-081-0/+6
* Updating new-luxc to latest Lux changes [Part 1].Eduardo Julian2018-07-301-3/+13
* Updating new-luxc to latest Lux changes [Part 0].Eduardo Julian2018-07-301-0/+4
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-284-134/+134
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-3/+2
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-284-134/+134
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-212-13/+13
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-8/+8
* Re-named "Ident" to "Name".Eduardo Julian2018-07-212-16/+16
* - Re-named "Compiler" to "Phase".Eduardo Julian2018-07-212-2/+2
* Moved "lux/language/type/*" to "lux/type/*".Eduardo Julian2018-07-211-2/+1
* Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian2018-07-211-3/+3
* "^open" and "open:" now use aliases instead of prefixes, the same way as modu...Eduardo Julian2018-07-205-7/+7
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-206-38/+50
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-142-6/+6
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-134-8/+8
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-116-61/+75
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-115-12/+12
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-106-15/+15
* - Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian2018-07-103-3/+3
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-105-6/+6
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-1/+1
* - Binary (de)serialization module.Eduardo Julian2018-07-051-0/+23
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-1/+1
* - "lux/data/text/buffer" module, with platform-specific implementations of co...Eduardo Julian2018-07-041-0/+72