Home | History | Annotate | Download | only in doc

Lines Matching full:skeleton

438 the GPL terms to the skeleton code for the parser's implementation,
5330 @deffn {Directive} %skeleton "@var{file}"
5331 Specify the skeleton to use.
5334 @c You should use @code{%language} if you want to specify the skeleton for a
5336 @c correct skeleton for non-deterministic or push parsers.
5338 If @var{file} does not contain a @code{/}, @var{file} is the name of a skeleton
5438 skeleton (@pxref{Decl Summary,,%language}, @pxref{Decl
5439 Summary,,%skeleton}).
5773 technically skeleton-dependent. Writers of non-standard skeletons
9194 the @file{yacc.c} skeleton.
9504 @itemx --skeleton=@var{file}
9505 Specify the skeleton to use, similar to @code{%skeleton}
9509 @c You should use @option{--language} if you want to specify the skeleton for a
9511 @c choose the correct skeleton for non-deterministic or push parsers.
9513 If @var{file} does not contain a @code{/}, @var{file} is the name of a skeleton
9668 @c - %skeleton "lalr1.cc"
9672 The C++ deterministic parser is selected using the skeleton directive,
9673 @samp{%skeleton "lalr1.cc"}, or the synonymous command-line option
9674 @option{--skeleton=lalr1.cc}.
10189 deterministic parser skeleton, the creation of the parser header file,
10190 and specifies the name of the parser class. Because the C++ skeleton
10196 %skeleton "lalr1.cc" /* -*- C++ -*- */
11781 @deffn {Directive} %skeleton
11782 Specify the skeleton to use; usually for development.