mirror of
https://github.com/Z3Prover/z3
synced 2025-10-03 22:43:56 +00:00
allow parsing commas from SMTLIB2 input
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
292e72ce0c
commit
d70b63c8ac
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ namespace smt2 {
|
||||||
m_normalized[static_cast<int>('.')] = 'a';
|
m_normalized[static_cast<int>('.')] = 'a';
|
||||||
m_normalized[static_cast<int>('?')] = 'a';
|
m_normalized[static_cast<int>('?')] = 'a';
|
||||||
m_normalized[static_cast<int>('/')] = 'a';
|
m_normalized[static_cast<int>('/')] = 'a';
|
||||||
|
m_normalized[static_cast<int>(',')] = 'a';
|
||||||
next();
|
next();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue