Home | History | Annotate | Download | only in doc

Lines Matching full:looks

251 * Look-Ahead::        Parser looks one token ahead when deciding what to do.
1563 The second handles an addition-expression, which looks like two expressions
2893 the semantics of the rule. An action looks like this:
3274 statement that looks like @samp{let (@var{variable}) @var{statement}} and
4005 The declaration looks like this:
4086 reentrant. It looks like this:
4585 declaration looks like this:
5114 * Look-Ahead:: Parser looks one token ahead when deciding what to do.
5132 reduction is possible, the parser sometimes ``looks ahead'' at the next
6041 This looks like a function call statement, but if @code{foo} is a typedef
6047 identifier, it looks up the current declaration of the identifier in order
6157 Here we assume that @code{yylex} looks at the value of @code{hexflag}; when