aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/data/format/context.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-45/+0
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-6/+6
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-2/+3
* Changed the naming style for structures.Eduardo Julian2019-02-041-1/+1
* Small adjustments.Eduardo Julian2019-01-081-1/+5
* Re-named the "Error" tag to "Failure".Eduardo Julian2018-12-151-2/+2
* Small improvements.Eduardo Julian2018-12-151-11/+14
* - Improvements to import syntax [part 2].Eduardo Julian2018-07-111-6/+8
* - Improvements to import syntax [part 0].Eduardo Julian2018-07-101-3/+3
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-101-1/+1
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-101-1/+1
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-101-2/+2
* - Made the names of all exceptions lower-case.Eduardo Julian2018-05-021-2/+2
* - Re-named "lux/data/coll/dict/*" to "lux/data/coll/dictionary/*".Eduardo Julian2018-05-011-1/+1
* - Re-organized dict modules.Eduardo Julian2018-05-011-3/+3
* - Improved the syntax for the "lux.function" macro.Eduardo Julian2018-04-051-1/+1
* - Improved the way exceptions work.Eduardo Julian2018-02-071-1/+2
* - Changed the identifier separator, from the semi-colon (;) to the period/dot...Eduardo Julian2017-11-291-13/+13
* - Re-named "Result" type back to "Error".Eduardo Julian2017-10-161-6/+6
* - Added context/config variables, and their parsers (a.k.a. properties).Eduardo Julian2017-08-221-0/+34