package lib_parsing

  1. Overview
  2. Docs
val verbose_lexing : bool Stdlib.ref
val verbose_parsing : bool Stdlib.ref
val exn_when_lexical_error : bool Stdlib.ref
val error_recovery : bool Stdlib.ref
val debug_lexer : bool Stdlib.ref
val debug_parser : bool Stdlib.ref
val show_parsing_error : bool Stdlib.ref
val sgrep_mode : bool Stdlib.ref
val cmdline_flags_verbose : unit -> (string * Stdlib.Arg.spec * string) list
val cmdline_flags_debugging : unit -> (string * Stdlib.Arg.spec * string) list
val sgrep_guard : 'a -> 'b