aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/context.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-27Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian1-45/+0
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian1-6/+6
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-2/+2
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-2/+3
2019-02-04Changed the naming style for structures.Eduardo Julian1-1/+1
2019-01-08Small adjustments.Eduardo Julian1-1/+5
2018-12-15Re-named the "Error" tag to "Failure".Eduardo Julian1-2/+2
2018-12-15Small improvements.Eduardo Julian1-11/+14
2018-07-11- Improvements to import syntax [part 2].Eduardo Julian1-6/+8
2018-07-10- Improvements to import syntax [part 0].Eduardo Julian1-3/+3
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian1-1/+1
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian1-1/+1
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian1-2/+2
2018-05-02- Made the names of all exceptions lower-case.Eduardo Julian1-2/+2
2018-05-01- Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian1-1/+1
2018-05-01- Re-organized dict modules.Eduardo Julian1-3/+3
2018-04-05- Improved the syntax for the "lux.function" macro.Eduardo Julian1-1/+1
2018-02-07- Improved the way exceptions work.Eduardo Julian1-1/+2
2017-11-29- Changed the identifier separator, from the semi-colon (;) to the ↵Eduardo Julian1-13/+13
period/dot (.).
2017-10-16- Re-named "Result" type back to "Error".Eduardo Julian1-6/+6
2017-08-22- Added context/config variables, and their parsers (a.k.a. properties).Eduardo Julian1-0/+34
- Added a way to obtain a program's environment variables.