mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
fixing problems
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8744b26d06
commit
847c5f9691
6 changed files with 66 additions and 29 deletions
|
@ -112,7 +112,7 @@ expr * simple_parser::parse_expr(scanner & s) {
|
|||
}
|
||||
|
||||
bool simple_parser::parse(std::istream & in, expr_ref & result) {
|
||||
scanner s(in, std::cerr, false);
|
||||
scanner s(in, std::cerr, false);
|
||||
try {
|
||||
result = parse_expr(s);
|
||||
if (!result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue