dstarparse: Preliminary work on a parser for ltl2dstar.
Supports reading Rabin and Streett automata, and converting them to nondeterministic Büchi automata (for Rabin) or TGBA (for Streett). * src/dstarparse/Makefile.am, src/dstarparse/dstarparse.yy, src/dstarparse/dstarscan.ll, src/dstarparse/fmterror.cc, src/dstarparse/parsedecl.hh, src/dstarparse/public.hh, src/dstarparse/nra2nba.cc, src/dstarparse/nsa2tgba.cc: New files. * configure.ac, src/Makefile.am, README: Adjust. * src/tgbatest/ltl2tgba.cc: Add options -XD, -XDB. * src/tgbatest/dstar.test: New file. * src/tgbatest/Makefile.am (TESTS): Add it.
This commit is contained in:
parent
5a3b1a9905
commit
2da0053c53
15 changed files with 1390 additions and 55 deletions
7
src/dstarparse/.gitignore
vendored
Normal file
7
src/dstarparse/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
position.hh
|
||||
dstarparse.cc
|
||||
dstarparse.output
|
||||
dstarparse.hh
|
||||
dstarscan.cc
|
||||
stack.hh
|
||||
location.hh
|
||||
Loading…
Add table
Add a link
Reference in a new issue