X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Foptions.ml;h=fa36624b2b2adb2bc7cbb07b15cfd87b5d4a467a;hb=3bfc56cd9b5afe52c3abfbef886ce82efa3bb3a3;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..fa36624b2 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,5 @@ let verbose_lexer = ref false let verbose_escape = ref false let comments = ref true + +let getter = ref false