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