mpri-funcprog-project/src/kremlin/Options.ml

8 lines
253 B
OCaml
Raw Normal View History

2017-12-13 14:04:28 +01:00
(* By default, the C printer inserts a minimal amount of parentheses.
However, this can trigger GCC and Clang's -Wparentheses warning,
so there is an option to produce more parentheses than strictly
necessary. *)
let parentheses =
ref false