aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-24Small improvements here and there.Eduardo Julian1-2/+2
2019-07-06No more alternative row writers.Eduardo Julian1-13/+9
2019-07-05WIP: Method compilation.Eduardo Julian1-3/+6
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian4-37/+37
2019-06-22Implemented several different bytecode instructions.Eduardo Julian1-6/+9
2019-06-21Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian1-161/+129
2019-06-21Extracted binary parsing code into its own module.Eduardo Julian1-129/+48
2019-06-20Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian1-4/+3
2019-06-20Improved the convention for using text formatters.Eduardo Julian9-51/+51
2019-06-20Expanded serialization capabilities for JVM bytecode.Eduardo Julian1-34/+36
2019-05-12Adjusted the analysis to the changes in the interop layer.Eduardo Julian2-3/+3
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian5-6/+19
2019-04-19Moved the XML parser under "lux/control/parser/".Eduardo Julian1-151/+39
2019-04-19Moved the JSON parser under "lux/control/parser/".Eduardo Julian1-218/+24
2019-04-19Renamed both "Poly" and "Lexer" to "Parser" in order to normalize naming a bit.Eduardo Julian2-30/+30
2019-04-19Moved the text lexers under "lux/control/parser/".Eduardo Julian2-6/+6
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian4-11/+15
2019-03-30Re-named "do-template" to "template".Eduardo Julian9-67/+67
2019-03-30Yet more fixes.Eduardo Julian1-7/+20
2019-03-23Ported tests for format-related modules.Eduardo Julian1-43/+51
2019-03-21Small adjustments.Eduardo Julian1-12/+15
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian7-111/+111
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian4-18/+18
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian7-28/+28
2019-02-10Various small improments and changes.Eduardo Julian1-2/+2
2019-02-07Small improvements & fixes.Eduardo Julian1-4/+3
2019-02-05Migrated documentation tool's code into stdlib.Eduardo Julian1-4/+10
2019-02-04Added library for generating Markdown code.Eduardo Julian1-0/+176
2019-02-04Changed the naming style for structures.Eduardo Julian7-102/+111
2019-02-03Some refactoring around the identity function.Eduardo Julian2-10/+9
2019-01-24Wrapped-up type-safe CSS.Eduardo Julian5-78/+816
2019-01-24Improvements & expansions for CSS machinery.Eduardo Julian6-221/+725
2019-01-22Re-structured the l10n/i18n machinery.Eduardo Julian1-3/+1
2019-01-22- WIP: Expansion of CSS machinery.Eduardo Julian5-90/+1109
2019-01-11Expanded HTML machinery.Eduardo Julian1-85/+347
2019-01-09Expanded HTML machinery.Eduardo Julian1-38/+279
2019-01-08Small adjustments.Eduardo Julian1-1/+5
2018-12-28Fixed bug when parsing blobs.Eduardo Julian1-1/+1
2018-12-26WIP: JVM bytecode generation in pure Lux.Eduardo Julian1-27/+35
2018-12-26Expansion for binary format.Eduardo Julian1-124/+220
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian4-36/+36
2018-12-15Small improvements.Eduardo Julian1-11/+14
2018-12-04Some refactoring.Eduardo Julian1-124/+140
2018-08-23No more escaping of back-slash.Eduardo Julian1-10/+10
2018-08-23No more escaping of new-line.Eduardo Julian2-5/+7
2018-08-23No more escaping of double-quotes.Eduardo Julian3-20/+22
2018-08-22No more escaping of horizontal-tab.Eduardo Julian1-7/+14
2018-08-22No more multi-line text.Eduardo Julian1-3/+2
2018-08-05Some small improvements and fixes.Eduardo Julian1-2/+2
2018-08-03Moved "Array" type back into "lux/data/collection/array".Eduardo Julian1-1/+1