* src/ltltest/tostring.test: New file.
* src/ltltest/tostring.cc: New files. * src/ltlvisit/tostring.hh: From ast to string New files. * src/ltlvisit/tostring.cc: From ast to string New files.
This commit is contained in:
parent
fc9f8965bf
commit
eed40025be
8 changed files with 231 additions and 5 deletions
15
src/ltlvisit/tostring.hh
Normal file
15
src/ltlvisit/tostring.hh
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef SPOT_LTLVISIT_AST2STRING_HH
|
||||
# define SPOT_LTLVISIT_AST2STRING_HH
|
||||
|
||||
#include <ltlast/formula.hh>
|
||||
#include <iostream>
|
||||
|
||||
namespace spot
|
||||
{
|
||||
namespace ltl
|
||||
{
|
||||
void to_string(const formula& f, std::ostream& os);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // SPOT_LTLVISIT_AST2STRING_HH
|
||||
Loading…
Add table
Add a link
Reference in a new issue