diff options
author | Alain Frisch <alain@frisch.fr> | 2012-10-17 16:09:38 +0000 |
---|---|---|
committer | Alain Frisch <alain@frisch.fr> | 2012-10-17 16:09:38 +0000 |
commit | dfa500533af1eb84d7ff901fd2871ece8ce84d79 (patch) | |
tree | a744e50c56487356c018e6c8397ebec91496fd01 /utils/clflags.ml | |
parent | 3ffcd661001a92cece460da6f2586a05cd485e62 (diff) |
#5741: make Pprintast available from the command-line (-dsource).
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13025 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'utils/clflags.ml')
-rw-r--r-- | utils/clflags.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/clflags.ml b/utils/clflags.ml index 42ec3405b..30644c2ae 100644 --- a/utils/clflags.ml +++ b/utils/clflags.ml @@ -55,6 +55,7 @@ and dllpaths = ref ([] : string list) (* -dllpath *) and make_package = ref false (* -pack *) and for_package = ref (None: string option) (* -for-pack *) and error_size = ref 500 (* -error-size *) +let dump_source = ref false (* -dsource *) let dump_parsetree = ref false (* -dparsetree *) and dump_rawlambda = ref false (* -drawlambda *) and dump_lambda = ref false (* -dlambda *) |