aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/css (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian6-2228/+0
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+1
2020-12-01Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian1-11/+11
2020-11-28Added "private" macro to lux/debug.Eduardo Julian1-2/+5
2020-08-09"abstract:" macro now takes annotations after representation type.Eduardo Julian5-32/+8
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-4/+4
2019-07-25No more "i/"-prefixed functions.Eduardo Julian2-5/+8
2019-07-24No more "r/"-prefixed functions.Eduardo Julian1-2/+2
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-3/+5
2019-06-20Improved the convention for using text formatters.Eduardo Julian4-36/+36
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian4-4/+16
2019-03-30Re-named "do-template" to "template".Eduardo Julian4-33/+33
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-11/+11
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian3-12/+12
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-04Changed the naming style for structures.Eduardo Julian1-3/+4
2019-02-03Some refactoring around the identity function.Eduardo Julian1-1/+1
2019-01-24Wrapped-up type-safe CSS.Eduardo Julian4-61/+771
2019-01-24Improvements & expansions for CSS machinery.Eduardo Julian5-183/+675
2019-01-22Re-structured the l10n/i18n machinery.Eduardo Julian1-3/+1
2019-01-22- WIP: Expansion of CSS machinery.Eduardo Julian3-0/+1031