elm / parser

A parsing library, focused on simplicity and great error messages
https://package.elm-lang.org/packages/elm/parser/latest
BSD 3-Clause "New" or "Revised" License
230 stars 46 forks source link

Add some examples that show a parser alternative for regex #47

Open Anton-4 opened 4 years ago

Anton-4 commented 4 years ago

Because elm/parser is recommended over using regex, there should be some examples showing how to make a parser for both simple and complex regex.

If you guys agree, I'll make a draft PR when I get started. If I have not yet done so anyone can take this issue.