Read guard of the form !(x) in neverclaims.
So far all neverclaims encountered would use (!(x)), but the files from the Büchi store do not. * src/neverparse/neverclaimscan.ll: Accept ! in front of guard, so that we can read Promela files from Goal's Büchi store. * src/tgbatest/neverclaimread.test: Test it.
This commit is contained in:
parent
3278844c2a
commit
91e51c4c3f
3 changed files with 15 additions and 2 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -1,3 +1,14 @@
|
|||
2011-02-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Read guard of the form !(x) in neverclaims.
|
||||
|
||||
So far all neverclaims encountered would use (!(x)), but the
|
||||
files from the Büchi store do not.
|
||||
|
||||
* src/neverparse/neverclaimscan.ll: Accept ! in front of guard,
|
||||
so that we can read Promela files from Goal's Büchi store.
|
||||
* src/tgbatest/neverclaimread.test: Test it.
|
||||
|
||||
2011-02-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Recognize Goal's syntax for Boolean operators.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue