![]() |
Vcsn
2.4
Be Rational
|
#include "parse.hh"
#include <cassert>
#include <vcsn/algos/edit-automaton.hh>
#include <lib/vcsn/dot/scan.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::detail | |
vcsn::detail::dot | |
Implementation details of the dot parser. | |
Macros | |
#define | TRY(Loc, Stm) |
Run Stm, and bounces exceptions into parse errors at Loc. More... | |
#define | YY_NULLPTR 0 |
#define | YY_(msgid) msgid |
#define | YYRHSLOC(Rhs, K) ((Rhs)[K].location) |
#define | YYLLOC_DEFAULT(Current, Rhs, N) |
#define | YYUSE(E) ((void) (E)) |
#define | YYCDEBUG if (false) std::cerr |
#define | YY_SYMBOL_PRINT(Title, Symbol) YYUSE(Symbol) |
#define | YY_REDUCE_PRINT(Rule) static_cast<void>(0) |
#define | YY_STACK_PRINT() static_cast<void>(0) |
#define | yyerrok (yyerrstatus_ = 0) |
#define | yyclearin (yyempty = true) |
#define | YYACCEPT goto yyacceptlab |
#define | YYABORT goto yyabortlab |
#define | YYERROR goto yyerrorlab |
#define | YYRECOVERING() (!!yyerrstatus_) |
#define | YYCASE_(N, S) |
Functions | |
static std::ostream & | vcsn::detail::dot::operator<< (std::ostream &o, const states_t ss) |
static std::ostream & | vcsn::detail::dot::operator<< (std::ostream &o, const paths_t ps) |
static parser::symbol_type | vcsn::detail::dot::yylex (driver &driver_) |
Use our local scanner object. More... | |
#define TRY | ( | Loc, | |
Stm | |||
) |
Run Stm, and bounces exceptions into parse errors at Loc.
Definition at line 36 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse().
#define YY_ | ( | msgid | ) | msgid |
Definition at line 135 of file parse.cc.
Referenced by vcsn::detail::dot::parser::yysyntax_error_().
#define YY_NULLPTR 0 |
Definition at line 60 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse(), and vcsn::detail::dot::parser::yysyntax_error_().
#define YY_REDUCE_PRINT | ( | Rule | ) | static_cast<void>(0) |
Definition at line 195 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse().
#define YY_STACK_PRINT | ( | ) | static_cast<void>(0) |
Definition at line 196 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse().
#define YY_SYMBOL_PRINT | ( | Title, | |
Symbol | |||
) | YYUSE(Symbol) |
Definition at line 194 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse(), vcsn::detail::dot::parser::yy_destroy_(), and vcsn::detail::dot::parser::yypush_().
#define YYABORT goto yyabortlab |
Definition at line 204 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse().
#define YYCASE_ | ( | N, | |
S | |||
) |
Referenced by vcsn::detail::dot::parser::yysyntax_error_().
#define YYCDEBUG if (false) std::cerr |
Definition at line 193 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse().
#define YYERROR goto yyerrorlab |
Definition at line 205 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse().
#define YYLLOC_DEFAULT | ( | Current, | |
Rhs, | |||
N | |||
) |
Definition at line 145 of file parse.cc.
Referenced by vcsn::detail::dot::parser::parse().