#include "ltlast/formula.hh"
#include "ltlparse/location.hh"
#include <iostream>
#include <string>
#include "position.hh"
#include "ltlenv/defaultenv.hh"
#include <list>
#include <utility>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | spot |
namespace | spot::ltl |
Typedefs | |
typedef std::pair < ltlyy::location, std::string > | spot::ltl::parse_error |
A parse diagnostic with its location. | |
typedef std::list< parse_error > | spot::ltl::parse_error_list |
A list of parser diagnostics, as filled by parse. | |
Functions | |
formula * | spot::ltl::parse (const std::string <l_string, parse_error_list &error_list, environment &env=default_environment::instance(), bool debug=false) |
Build a formula from an LTL string. | |
bool | spot::ltl::format_parse_errors (std::ostream &os, const std::string <l_string, parse_error_list &error_list) |
Format diagnostics produced by spot::ltl::parse. |