Set parsed for attributes
Fixing a defect in attributes logic: the attributes should be set parsed after the parsing.
Tag @abuckley
The motivation here is that the result of a call to explicit constructor with a value should be the same as "a call of Attribute(const std::string &st)" with subsequent parsing of the string.
Edited by Andrii Verbytskyi