antioch
antioch copied to clipboard
Consistency/Consolidation in Parsing Methods
Some methods we take a pointer to a parser that's already created (e.g. ChemicalMixture
constructor). Others, we don't give that option and construct the parser internally (e.g. `read_reaction_set_data1). It would be nice for the user to instantiate one parser object and use it everywhere, if appropriate.