![]() |
Vcsn
2.8
Be Rational
|
#include <map>
#include <regex>
#include <lib/vcsn/algos/fwd.hh>
#include <lib/vcsn/algos/registry.hh>
#include <lib/vcsn/dot/driver.hh>
#include <lib/vcsn/rat/read.hh>
#include <vcsn/algos/read.hh>
#include <vcsn/algos/guess-automaton-format.hh>
#include <vcsn/ctx/fwd.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/dyn/registries.hh>
#include <vcsn/misc/getargs.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
Functions | |
std::string | vcsn::guess_automaton_format (std::istream &is) |
Guess the format of an automaton file. More... | |
automaton | vcsn::dyn::read_automaton (std::istream &is, const std::string &format="default", bool strip=true, const location &loc=location{}) |
Read an automaton from a stream. More... | |
expression | vcsn::dyn::read_expression (const context &ctx, identities ids, std::istream &is, const std::string &format="default", const location &loc=location{}) |
Read an expression from a stream. More... | |
label | vcsn::dyn::read_label (const context &ctx, std::istream &is, const std::string &format="default") |
Read a label from a stream. More... | |