elm-community / parser-combinators

A parser combinator library for Elm.
http://package.elm-lang.org/packages/elm-community/parser-combinators/latest
BSD 3-Clause "New" or "Revised" License
104 stars 13 forks source link

Add whitespace1 #21

Closed stil4m closed 7 years ago

stil4m commented 7 years ago

Added whitespace1 function to enforce whitespace when parsing some input.

stil4m commented 7 years ago

Conflicted after formatting. Will create a new PR