Lines Matching full:tie
271 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.
272 * Tie-in Recovery:: Lexical tie-ins have implications for how
6023 * Lexical Tie-ins:: Token parsing can depend on the syntactic context.
6024 * Tie-in Recovery:: Lexical tie-ins have implications for how
6103 There is some similarity between this technique and a lexical tie-in
6107 program. A true lexical tie-in has a special-purpose flag controlled by
6110 @node Lexical Tie-ins
6111 @section Lexical Tie-ins
6112 @cindex lexical tie-in
6114 One way to handle context-dependency is the @dfn{lexical tie-in}: a flag
6165 @node Tie-in Recovery
6166 @section Lexical Tie-ins and Error Recovery
6168 Lexical tie-ins make strict demands on any error recovery rules you have.
6215 being aborted or not. So if you are using a lexical tie-in, you had better
8578 @item Lexical tie-in
8580 tokens are parsed. @xref{Lexical Tie-ins}.