spot
0.9.1
|
#include "kripke/kripkeexplicit.hh"
#include "kripkeparse/location.hh"
#include "ltlenv/defaultenv.hh"
#include <string>
#include <list>
#include <utility>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | spot |
Typedefs | |
typedef std::pair < kripkeyy::location, std::string > | spot::kripke_parse_error |
A parse diagnostic with its location. | |
typedef std::list < kripke_parse_error > | spot::kripke_parse_error_list |
A list of parser diagnostics, as filled by parse. | |
Functions | |
kripke_explicit * | spot::kripke_parse (const std::string &name, kripke_parse_error_list &error_list, bdd_dict *dict, ltl::environment &env=ltl::default_environment::instance(), bool debug=false) |
bool | spot::format_kripke_parse_errors (std::ostream &os, const std::string &filename, kripke_parse_error_list &error_list) |
Format diagnostics produced by spot::kripke_parse. |