parseaut: swallow the dstarparser
Note that the parser is still not able to reader multiple dstar automata. * src/dstarparse/: Delete. * configure.ac, src/Makefile.am, README: Adjust. * src/parseaut/parseaut.yy, src/parseaut/scanaut.ll: Merge in the dstarparser rules. * src/bin/common_trans.cc, src/bin/common_trans.hh, src/bin/dstar2tgba.cc, src/bin/ltlcross.cc, src/bin/ltldo.cc, src/tests/ikwiad.cc: Adjust usage. * src/tests/parseaut.test: Adjust expected output.
This commit is contained in:
parent
e7ecab93ff
commit
209e89a94c
18 changed files with 331 additions and 956 deletions
3
README
3
README
|
|
@ -137,7 +137,6 @@ Core directories
|
|||
src/ Sources for libspot.
|
||||
bin/ User tools built using the Spot library.
|
||||
man/ Man pages for the above tools.
|
||||
dstarparse/ Parser for the output of ltl2dstar.
|
||||
graph/ Graph representations.
|
||||
kripke/ Kripke Structure interface.
|
||||
kripkeparse/ Parser for explicit Kripke.
|
||||
|
|
@ -146,7 +145,7 @@ src/ Sources for libspot.
|
|||
ltlparse/ Parser for LTL formulae.
|
||||
ltlvisit/ Visitors of LTL formulae.
|
||||
misc/ Miscellaneous support files.
|
||||
parseaut/ Parser for HOA automata and Spin's never claims.
|
||||
parseaut/ Parser for automata in multiple formats.
|
||||
priv/ Private algorithms, used internally but not exported.
|
||||
ta/ TA objects and cousins (TGTA).
|
||||
taalgos/ Algorithms on TA/TGTA.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue