picty / parsifal

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

New "custom" construction #29

Open pictyeye opened 10 years ago

pictyeye commented 10 years ago
custom t [depends subt] =
  ...
where parse_t =
  ...
and dump_t =
  ...
and value_of_t =
  ...