If you are new to this library, please take a look at simple module.
It is a simple wrapper around the advanced module that hides some of the
complexity. You do not have to worry about having to rewrite any of your code. They are both fully compatible.
Remarks
I created this library because I wanted a type-safe parser combinator library
like Haskell's parsec
or Elm's parser library.
If you are new to this library, please take a look at simple module. It is a simple wrapper around the advanced module that hides some of the complexity. You do not have to worry about having to rewrite any of your code. They are both fully compatible.
Remarks
I created this library because I wanted a type-safe parser combinator library like Haskell's parsec or Elm's parser library.
See
Parser Combinator