You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(synopsis "OCaml PPX extension for writing stream parsers")
(description
"\n This library is an OCaml ppx rewriter for writing stream parsers. \n Its notation is close to the notation of Camlp4 stream parsers. \n Hence, it can be used as a replacement for projects \n that still rely on the stream parser notation of Camlp4. \n \n For newer projects, it is advised to use lexer and parser generators.\n ")