stil4m / elm-syntax

Elm syntax in Elm
MIT License
92 stars 26 forks source link

Do not support parsing FloatPattern #200

Closed jfmengels closed 10 months ago

jfmengels commented 10 months ago

FloatPattern is not valid Elm code (reproduction: https://ellie-app.com/nKH4nP3gH2Va1)

We already decided to remove it from v8 (see eeed6b2f52003c74576a3139ad05743c8ef28aa1), but I'm turning this into a parsing error for v7 already so that it is easier to find syntax errors (after an elm-review fix for instance).