summaryrefslogtreecommitdiff
path: root/src/parser/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/options')
-rw-r--r--src/parser/options17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/parser/options b/src/parser/options
new file mode 100644
index 000000000..beae09823
--- /dev/null
+++ b/src/parser/options
@@ -0,0 +1,17 @@
+#
+# Option specification file for CVC4
+# See src/options/base_options for a description of this file format
+#
+
+module PARSER "parser/options.h" Parser
+
+common-option strictParsing --strict-parsing bool
+ be less tolerant of non-conforming inputs
+
+option memoryMap --mmap bool
+ memory map file input
+
+option semanticChecks /--no-checking bool :default DO_SEMANTIC_CHECKS_BY_DEFAULT :link /--no-type-checking
+ disable ALL semantic checks, including type checks
+
+endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback