X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Foptions.ml;h=eab659fafff729916a8240820d888e41372aea2d;hb=7f9e313fe5ae4200f080f481a6b8b795a0618093;hp=e259494b0b8ddbe8779a90099114e9fa161c9604;hpb=4dc282b8b71479d45704b414d1a10a27e71752f1;p=helm.git diff --git a/helm/software/components/binaries/transcript/options.ml b/helm/software/components/binaries/transcript/options.ml index e259494b0..eab659faf 100644 --- a/helm/software/components/binaries/transcript/options.ml +++ b/helm/software/components/binaries/transcript/options.ml @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +let cwd = ref Filename.current_dir_name + let verbose_parser = ref false let verbose_lexer = ref false @@ -30,3 +32,7 @@ let verbose_lexer = ref false let verbose_escape = ref false let comments = ref true + +let getter = ref false + +let sources = ref ([]: string list)