- [`Parser.float` consumes `'.'` without any decimals](https://github.com/elm/parser/issues/15) - `Parser.int`, `Parser.float` commit on leading `'e'`/`'E'` - `Parser.int` _fails_ on trailing `'.'`, `'e'` in - https://github.com/elm/parser/issues/44 - https://github.com/elm/parser/issues/28 - https://github.com/elm/parser/issues/25 - https://github.com/elm/parser/issues/14
Parser.floatconsumes'.'without any decimalsParser.int,Parser.floatcommit on leading'e'/'E'Parser.intfails on trailing'.','e'in
eelm/parser#25