]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/v8Parser.mly
transcript: improved debuugging facilities
[helm.git] / helm / software / components / binaries / transcript / v8Parser.mly
index 52456c5594d761957d7d3576683952dd975b3ddb..4627cf9a277cb7e33e4d35e01422776f8e863206 100644 (file)
@@ -25,8 +25,9 @@
 
 %{
    module T = Types
-   
-   let out t s = prerr_endline ("-- " ^ t ^ " " ^ s)
+   module O = Options
+
+   let out t s = if !O.verbose_parser then prerr_endline ("-- " ^ t ^ " " ^ s)
 
    let trim = HExtlib.trim_blanks