31 void error(
const location_t& l,
const std::string& m);
33 void invalid(
const location_t& l,
const std::string& s);
48 std::shared_ptr<vcsn::automaton_editor>
edit_;
Define the vcsn::rat::location class.
std::unique_ptr< yyFlexLexer > scanner_
The scanner.
location_t location_
The inital location.
std::shared_ptr< detail::automaton_base > automaton
std::istringstream is
The input stream: the specification to translate.
static dyn::context ctx(const driver &d)
Get the context of the driver.
std::shared_ptr< vcsn::automaton_editor > edit_
An automaton editor that stores the one being built.
std::string errors
The error messages.
vcsn::rat::location location
std::ostream & dot(const Aut &aut, std::ostream &out, format fmt={})
Print an automaton in Graphviz's Dot format.
State and public interface for Dot parsing.