> Is there another way to parse Double values? Yes the `float` parser. Note that this is a Token parser - you have to follow a particular pattern to "instantiate" parsers in this module using a "LanguageDef". There should be examples around showing how to do this.