summaryrefslogtreecommitdiff
path: root/src/parser/parser.h
diff options
context:
space:
mode:
authorAbdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com>2020-03-28 11:41:22 -0500
committerGitHub <noreply@github.com>2020-03-28 11:41:22 -0500
commit2c6b35d8ce7dcacd2f13bcdd5365629ee315dc8d (patch)
tree7bbb9b6267f0a5f5cd1d20600f3e339b5b6bcfa6 /src/parser/parser.h
parent9023d348d0f30fdd81805f224e77e90ecef1350d (diff)
Stop printing datatype declaration for Sygus V1 grammar. (#4168)
Diffstat (limited to 'src/parser/parser.h')
-rw-r--r--src/parser/parser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser/parser.h b/src/parser/parser.h
index d6c0e0e15..72e175a58 100644
--- a/src/parser/parser.h
+++ b/src/parser/parser.h
@@ -273,6 +273,9 @@ public:
return d_input;
}
+ /** Get unresolved sorts */
+ inline std::set<api::Sort>& getUnresolvedSorts() { return d_unresolved; }
+
/** Deletes and replaces the current parser input. */
void setInput(Input* input) {
delete d_input;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback