picty / parsifal

Parsifal : an OCaml-based parsing engine
Other
61 stars 8 forks source link

Allow for partial function overload in PType definitions #27

Open pictyeye opened 10 years ago

pictyeye commented 10 years ago

For example, it would be useful to write:

struct t = {
...
} where parse_t input =
  ...
and dump_t buf t =
  ...