aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2019-02-117-28/+28
| | | | structures.
* Various small improments and changes.Eduardo Julian2019-02-101-2/+2
|
* Small improvements & fixes.Eduardo Julian2019-02-071-4/+3
|
* Migrated documentation tool's code into stdlib.Eduardo Julian2019-02-051-4/+10
|
* Added library for generating Markdown code.Eduardo Julian2019-02-041-0/+176
|
* Changed the naming style for structures.Eduardo Julian2019-02-047-102/+111
|
* Some refactoring around the identity function.Eduardo Julian2019-02-032-10/+9
|
* Wrapped-up type-safe CSS.Eduardo Julian2019-01-245-78/+816
|
* Improvements & expansions for CSS machinery.Eduardo Julian2019-01-246-221/+725
|
* Re-structured the l10n/i18n machinery.Eduardo Julian2019-01-221-3/+1
|
* - WIP: Expansion of CSS machinery.Eduardo Julian2019-01-225-90/+1109
| | | - Expansion of l10n/i18n machinery.
* Expanded HTML machinery.Eduardo Julian2019-01-111-85/+347
|
* Expanded HTML machinery.Eduardo Julian2019-01-091-38/+279
|
* Small adjustments.Eduardo Julian2019-01-081-1/+5
|
* Fixed bug when parsing blobs.Eduardo Julian2018-12-281-1/+1
|
* WIP: JVM bytecode generation in pure Lux.Eduardo Julian2018-12-261-27/+35
|
* Expansion for binary format.Eduardo Julian2018-12-261-124/+220
|
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-154-36/+36
|
* Small improvements.Eduardo Julian2018-12-151-11/+14
|
* Some refactoring.Eduardo Julian2018-12-041-124/+140
|
* No more escaping of back-slash.Eduardo Julian2018-08-231-10/+10
|
* No more escaping of new-line.Eduardo Julian2018-08-232-5/+7
|
* No more escaping of double-quotes.Eduardo Julian2018-08-233-20/+22
|
* No more escaping of horizontal-tab.Eduardo Julian2018-08-221-7/+14
|
* No more multi-line text.Eduardo Julian2018-08-221-3/+2
|
* Some small improvements and fixes.Eduardo Julian2018-08-051-2/+2
|
* Moved "Array" type back into "lux/data/collection/array".Eduardo Julian2018-08-031-1/+1
|
* Removed temporary "|" prefix on Nat.Eduardo Julian2018-07-281-18/+18
|
* Added "+" sign to positive Int.Eduardo Julian2018-07-281-1/+1
|
* Temporary commit to get rid of "+" signs for Nat.Eduardo Julian2018-07-281-18/+18
|
* Re-named "seq" to "and" and "alt" to "or".Eduardo Julian2018-07-213-22/+22
|
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-1/+1
|
* Re-named "Ident" to "Name".Eduardo Julian2018-07-212-20/+20
|
* Re-named "lux/world/blob" to "lux/world/binary".Eduardo Julian2018-07-211-43/+43
|
* Re-named "Binary" type to "Format".Eduardo Julian2018-07-211-23/+23
|
* "^open" and "open:" now use aliases instead of prefixes, the same way as ↵Eduardo Julian2018-07-204-12/+12
| | | | module aliases.
* No longer giving default aliases to un-prefixed imports.Eduardo Julian2018-07-204-27/+29
|
* - New syntax for bit values: "#0" and "#1", instead of "false" and "true".Eduardo Julian2018-07-143-13/+13
| | | - Small improvements to lux-mode.
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-132-17/+23
|
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-116-59/+72
|
* - Improvements to import syntax [part 1].Eduardo Julian2018-07-114-28/+27
|
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-106-20/+20
|
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-105-8/+8
|
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-103-3/+3
|
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-103-8/+8
|
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-101-6/+85
| | | - Expanded binary format module.
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-102-4/+4
|
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-081-31/+88
|
* - Binary (de)serialization module.Eduardo Julian2018-07-051-0/+150
|
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-052-14/+14
|