This file declares the parse() function. More...


Go to the source code of this file.
Namespaces | |
| namespace | vcsn |
The main namespace of the Vaucanson library. | |
| namespace | vcsn::algebra |
Namespace for algebra constructs in Vaucanson. | |
Functions | |
| template<class S , class T > | |
| std::pair< bool, std::string > | parse (const std::string &from, Element< S, T > &exp, bool lex_trace=false, bool parse_trace=false) |
| Parse a rational expression. | |
This file declares the parse() function.
Definition in file krat_exp_parser.hh.
1.7.1