Skip to content

v2.1

Latest
Compare
Choose a tag to compare
@fbrausse fbrausse released this 19 Apr 07:27
· 2 commits to master since this release
  • Add ltl2ba_version() + macros to query link/compile-time version of library.
  • Adapt C output for level of support of upcoming ESBMC release v7.6.
  • Parse U, V and -> as right-associative operators and forbid chaining <->
    because there is no universally agreed upon interpretation of a <-> b <-> c.
  • Parser checks that the entire formula was parsed (it silently allowed
    'a X b' before, interpreting just 'a').