- Context is now a class with useful helpers, subclassed from Dict. Didn't go whole hog on a full-on MutableMapping implementation, since the goal is to add to Dict, not override anything particular to Dict.
get rid of the old "static" "helper" class validations that operated on context - these are now on Context itself
change throughout to use new Context methods
- The old 'context' package renamed 'parser'. Parser is more descriptive for what these things actually do (they parse stuff, they're not the context itself)
change throughout where code referenced the old namespace
- yamlfile in parser added
- echo now uses interpolated string
- minor "undocumented functionality" fix to avoid double error when context_parser fails
- add env step for set, get and unset env variables