#include "evtgba/explicit.hh"
#include "ltlparse/location.hh"
#include <string>
#include <list>
#include <utility>
#include <iosfwd>
Include dependency graph for public.hh:
Go to the source code of this file.
Namespaces | |
namespace | spot |
Typedefs | |
typedef std::pair< yy::Location, std::string > | evtgba_parse_error |
A parse diagnostic with its location. | |
typedef std::list< evtgba_parse_error > | evtgba_parse_error_list |
A list of parser diagnostics, as filled by parse. | |
Functions | |
evtgba_explicit * | evtgba_parse (const std::string &filename, evtgba_parse_error_list &error_list, bool debug=false) |
Build a spot::evtgba_explicit from a text file. | |
bool | format_evtgba_parse_errors (std::ostream &os, evtgba_parse_error_list &error_list) |
Format diagnostics produced by spot::evtgba_parse. |
|
A parse diagnostic with its location.
|
|
A list of parser diagnostics, as filled by parse.
|
|
Build a spot::evtgba_explicit from a text file.
|
|
Format diagnostics produced by spot::evtgba_parse.
|