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_;
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
Define the vcsn::rat::location class.
State and public interface for Dot parsing.
location_t location_
The inital location.
std::unique_ptr< yyFlexLexer > scanner_
The scanner.
std::ostream & dot(const Aut &aut, std::ostream &out=std::cout, format fmt={})
Print an automaton in Graphviz's Dot format.