Module Pparse
type error =
| CannotRun of string
| WrongMagic of string
exception Error of error
val preprocess : string -> string
val remove_preprocessed : string -> unit
val apply_rewriters : tool_name:string -> string -> 'a -> 'a