Expand description
Profile file parsing
This file implements profile file parsing at a very literal level. Prior to actually being used, profiles must be normalized into a canonical form. Constructions that will eventually be deemed invalid are accepted during parsing such as:
- keys that are invalid identifiers: 
a b = c - profiles with invalid names
 - profile name normalization (
profile foo=>foo) 
Structsยง
- EnvConfig
Parse Error  - An error encountered while parsing a profile