pub type VarMap = BTreeMap<String, String>;
Parser variables (var @x=...), looked up case insensitively with the leading @ included in the key.
var @x=...
@
pub struct VarMap { /* private fields */ }