opal
opal copied to clipboard
Self-contained monadic parser combinators for OCaml
Results
3
opal issues
Sort by
recently updated
recently updated
newest added
Instead of using `>>=` as a generic but a bit cumbersome way to work with tuples of arbitrary length, you can use `` to pair up combinators.
- Added dune files based on merging the existing OPAM configuration with the auto-generated `dune-project` file - Fixed the `parser` type definition in `opam.mli` + The example listed in the...