aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Small improvements here and there.Eduardo Julian2019-07-241-2/+2
* No more alternative row writers.Eduardo Julian2019-07-061-13/+9
* WIP: Method compilation.Eduardo Julian2019-07-051-3/+6
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-024-37/+37
* Implemented several different bytecode instructions.Eduardo Julian2019-06-221-6/+9
* Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian2019-06-211-161/+129
* Extracted binary parsing code into its own module.Eduardo Julian2019-06-211-129/+48
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-201-4/+3
* Improved the convention for using text formatters.Eduardo Julian2019-06-209-51/+51
* Expanded serialization capabilities for JVM bytecode.Eduardo Julian2019-06-201-34/+36
* Adjusted the analysis to the changes in the interop layer.Eduardo Julian2019-05-122-3/+3
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-195-6/+19
* Moved the XML parser under "lux/control/parser/".Eduardo Julian2019-04-191-151/+39
* Moved the JSON parser under "lux/control/parser/".Eduardo Julian2019-04-191-218/+24
* Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2019-04-192-30/+30
* Moved the text lexers under "lux/control/parser/".Eduardo Julian2019-04-192-6/+6
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-064-11/+15
* Re-named "do-template" to "template".Eduardo Julian2019-03-309-67/+67
* Yet more fixes.Eduardo Julian2019-03-301-7/+20
* Ported tests for format-related modules.Eduardo Julian2019-03-231-43/+51
* Small adjustments.Eduardo Julian2019-03-211-12/+15
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-157-111/+111
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-144-18/+18
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-117-28/+28
* 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
* 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