]> git.saurik.com Git - bison.git/blame - doc/bison.texinfo
Use hash.h for the state hash table.
[bison.git] / doc / bison.texinfo
CommitLineData
bfa74976
RS
1\input texinfo @c -*-texinfo-*-
2@comment %**start of header
3@setfilename bison.info
df1af54c
JT
4@include version.texi
5@settitle Bison @value{VERSION}
bfa74976
RS
6@setchapternewpage odd
7
5378c3e7 8@finalout
5378c3e7 9
13863333 10@c SMALL BOOK version
bfa74976 11@c This edition has been formatted so that you can format and print it in
13863333 12@c the smallbook format.
bfa74976
RS
13@c @smallbook
14
bfa74976
RS
15@c Set following if you have the new `shorttitlepage' command
16@c @clear shorttitlepage-enabled
17@c @set shorttitlepage-enabled
18
19@c ISPELL CHECK: done, 14 Jan 1993 --bob
20
21@c Check COPYRIGHT dates. should be updated in the titlepage, ifinfo
22@c titlepage; should NOT be changed in the GPL. --mew
23
ec3bc396 24@c FIXME: I don't understand this `iftex'. Obsolete? --akim.
bfa74976
RS
25@iftex
26@syncodeindex fn cp
27@syncodeindex vr cp
28@syncodeindex tp cp
29@end iftex
30@ifinfo
31@synindex fn cp
32@synindex vr cp
33@synindex tp cp
34@end ifinfo
35@comment %**end of header
36
bd773d73
JT
37@ifinfo
38@format
39START-INFO-DIR-ENTRY
40* bison: (bison). GNU Project parser generator (yacc replacement).
41END-INFO-DIR-ENTRY
42@end format
43@end ifinfo
44
bfa74976
RS
45@ifinfo
46This file documents the Bison parser generator.
47
79282c6c 48Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998, 1999,
e966383b 492000, 2001, 2002
13863333 50Free Software Foundation, Inc.
bfa74976
RS
51
52Permission is granted to make and distribute verbatim copies of
53this manual provided the copyright notice and this permission notice
54are preserved on all copies.
55
56@ignore
57Permission is granted to process this file through Tex and print the
58results, provided the printed document carries copying permission
59notice identical to this one except for the removal of this paragraph
60(this paragraph not being relevant to the printed manual).
61
62@end ignore
63Permission is granted to copy and distribute modified versions of this
64manual under the conditions for verbatim copying, provided also that the
65sections entitled ``GNU General Public License'' and ``Conditions for
66Using Bison'' are included exactly as in the original, and provided that
67the entire resulting derived work is distributed under the terms of a
68permission notice identical to this one.
69
70Permission is granted to copy and distribute translations of this manual
71into another language, under the above conditions for modified versions,
72except that the sections entitled ``GNU General Public License'',
73``Conditions for Using Bison'' and this permission notice may be
74included in translations approved by the Free Software Foundation
75instead of in the original English.
76@end ifinfo
77
78@ifset shorttitlepage-enabled
79@shorttitlepage Bison
80@end ifset
81@titlepage
82@title Bison
83@subtitle The YACC-compatible Parser Generator
df1af54c 84@subtitle @value{UPDATED}, Bison Version @value{VERSION}
bfa74976
RS
85
86@author by Charles Donnelly and Richard Stallman
87
88@page
89@vskip 0pt plus 1filll
13863333 90Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1995, 1998,
e966383b 911999, 2000, 2001, 2002
13863333 92Free Software Foundation, Inc.
bfa74976
RS
93
94@sp 2
95Published by the Free Software Foundation @*
931c7513
RS
9659 Temple Place, Suite 330 @*
97Boston, MA 02111-1307 USA @*
9ecbd125
JT
98Printed copies are available from the Free Software Foundation.@*
99ISBN 1-882114-44-2
bfa74976
RS
100
101Permission is granted to make and distribute verbatim copies of
102this manual provided the copyright notice and this permission notice
103are preserved on all copies.
104
105@ignore
106Permission is granted to process this file through TeX and print the
107results, provided the printed document carries copying permission
108notice identical to this one except for the removal of this paragraph
109(this paragraph not being relevant to the printed manual).
110
111@end ignore
112Permission is granted to copy and distribute modified versions of this
113manual under the conditions for verbatim copying, provided also that the
114sections entitled ``GNU General Public License'' and ``Conditions for
115Using Bison'' are included exactly as in the original, and provided that
116the entire resulting derived work is distributed under the terms of a
117permission notice identical to this one.
118
119Permission is granted to copy and distribute translations of this manual
120into another language, under the above conditions for modified versions,
121except that the sections entitled ``GNU General Public License'',
122``Conditions for Using Bison'' and this permission notice may be
123included in translations approved by the Free Software Foundation
124instead of in the original English.
125@sp 2
126Cover art by Etienne Suvasa.
127@end titlepage
d5796688
JT
128
129@contents
bfa74976 130
342b8b6e
AD
131@ifnottex
132@node Top
133@top Bison
bfa74976 134
342b8b6e
AD
135This manual documents version @value{VERSION} of Bison, updated
136@value{UPDATED}.
137@end ifnottex
bfa74976
RS
138
139@menu
13863333
AD
140* Introduction::
141* Conditions::
bfa74976
RS
142* Copying:: The GNU General Public License says
143 how you can copy and share Bison
144
145Tutorial sections:
146* Concepts:: Basic concepts for understanding Bison.
147* Examples:: Three simple explained examples of using Bison.
148
149Reference sections:
150* Grammar File:: Writing Bison declarations and rules.
151* Interface:: C-language interface to the parser function @code{yyparse}.
152* Algorithm:: How the Bison parser works at run-time.
153* Error Recovery:: Writing rules for error recovery.
154* Context Dependency:: What to do if your language syntax is too
155 messy for Bison to handle straightforwardly.
ec3bc396 156* Debugging:: Understanding or debugging Bison parsers.
bfa74976
RS
157* Invocation:: How to run Bison (to produce the parser source file).
158* Table of Symbols:: All the keywords of the Bison language are explained.
159* Glossary:: Basic concepts are explained.
f2b5126e 160* Copying This Manual:: License for copying this manual.
bfa74976
RS
161* Index:: Cross-references to the text.
162
342b8b6e 163@detailmenu --- The Detailed Node Listing ---
bfa74976
RS
164
165The Concepts of Bison
166
167* Language and Grammar:: Languages and context-free grammars,
168 as mathematical ideas.
169* Grammar in Bison:: How we represent grammars for Bison's sake.
170* Semantic Values:: Each token or syntactic grouping can have
171 a semantic value (the value of an integer,
172 the name of an identifier, etc.).
173* Semantic Actions:: Each rule can have an action containing C code.
174* Bison Parser:: What are Bison's input and output,
175 how is the output used?
176* Stages:: Stages in writing and running Bison grammars.
177* Grammar Layout:: Overall structure of a Bison grammar file.
178
179Examples
180
181* RPN Calc:: Reverse polish notation calculator;
182 a first example with no operator precedence.
183* Infix Calc:: Infix (algebraic) notation calculator.
184 Operator precedence is introduced.
185* Simple Error Recovery:: Continuing after syntax errors.
342b8b6e 186* Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$.
bfa74976
RS
187* Multi-function Calc:: Calculator with memory and trig functions.
188 It uses multiple data-types for semantic values.
189* Exercises:: Ideas for improving the multi-function calculator.
190
191Reverse Polish Notation Calculator
192
75f5aaea 193* Decls: Rpcalc Decls. Prologue (declarations) for rpcalc.
bfa74976
RS
194* Rules: Rpcalc Rules. Grammar Rules for rpcalc, with explanation.
195* Lexer: Rpcalc Lexer. The lexical analyzer.
196* Main: Rpcalc Main. The controlling function.
197* Error: Rpcalc Error. The error reporting function.
198* Gen: Rpcalc Gen. Running Bison on the grammar file.
199* Comp: Rpcalc Compile. Run the C compiler on the output code.
200
201Grammar Rules for @code{rpcalc}
202
13863333
AD
203* Rpcalc Input::
204* Rpcalc Line::
205* Rpcalc Expr::
bfa74976 206
342b8b6e
AD
207Location Tracking Calculator: @code{ltcalc}
208
209* Decls: Ltcalc Decls. Bison and C declarations for ltcalc.
210* Rules: Ltcalc Rules. Grammar rules for ltcalc, with explanations.
211* Lexer: Ltcalc Lexer. The lexical analyzer.
212
bfa74976
RS
213Multi-Function Calculator: @code{mfcalc}
214
215* Decl: Mfcalc Decl. Bison declarations for multi-function calculator.
216* Rules: Mfcalc Rules. Grammar rules for the calculator.
217* Symtab: Mfcalc Symtab. Symbol table management subroutines.
218
219Bison Grammar Files
220
221* Grammar Outline:: Overall layout of the grammar file.
222* Symbols:: Terminal and nonterminal symbols.
223* Rules:: How to write grammar rules.
224* Recursion:: Writing recursive rules.
225* Semantics:: Semantic values and actions.
226* Declarations:: All kinds of Bison declarations are described here.
227* Multiple Parsers:: Putting more than one Bison parser in one program.
228
229Outline of a Bison Grammar
230
75f5aaea 231* Prologue:: Syntax and usage of the prologue (declarations section).
bfa74976
RS
232* Bison Declarations:: Syntax and usage of the Bison declarations section.
233* Grammar Rules:: Syntax and usage of the grammar rules section.
75f5aaea 234* Epilogue:: Syntax and usage of the epilogue (additional code section).
bfa74976
RS
235
236Defining Language Semantics
237
238* Value Type:: Specifying one data type for all semantic values.
239* Multiple Types:: Specifying several alternative data types.
240* Actions:: An action is the semantic definition of a grammar rule.
241* Action Types:: Specifying data types for actions to operate on.
242* Mid-Rule Actions:: Most actions go at the end of a rule.
243 This says when, why and how to use the exceptional
244 action in the middle of a rule.
245
246Bison Declarations
247
248* Token Decl:: Declaring terminal symbols.
249* Precedence Decl:: Declaring terminals with precedence and associativity.
250* Union Decl:: Declaring the set of all semantic value types.
251* Type Decl:: Declaring the choice of type for a nonterminal symbol.
252* Expect Decl:: Suppressing warnings about shift/reduce conflicts.
253* Start Decl:: Specifying the start symbol.
254* Pure Decl:: Requesting a reentrant parser.
255* Decl Summary:: Table of all Bison declarations.
256
257Parser C-Language Interface
258
259* Parser Function:: How to call @code{yyparse} and what it returns.
13863333 260* Lexical:: You must supply a function @code{yylex}
bfa74976
RS
261 which reads tokens.
262* Error Reporting:: You must supply a function @code{yyerror}.
263* Action Features:: Special features for use in actions.
264
265The Lexical Analyzer Function @code{yylex}
266
267* Calling Convention:: How @code{yyparse} calls @code{yylex}.
268* Token Values:: How @code{yylex} must return the semantic value
269 of the token it has read.
270* Token Positions:: How @code{yylex} must return the text position
271 (line number, etc.) of the token, if the
272 actions want that.
273* Pure Calling:: How the calling convention differs
274 in a pure parser (@pxref{Pure Decl, ,A Pure (Reentrant) Parser}).
275
13863333 276The Bison Parser Algorithm
bfa74976
RS
277
278* Look-Ahead:: Parser looks one token ahead when deciding what to do.
279* Shift/Reduce:: Conflicts: when either shifting or reduction is valid.
280* Precedence:: Operator precedence works by resolving conflicts.
281* Contextual Precedence:: When an operator's precedence depends on context.
282* Parser States:: The parser is a finite-state-machine with stack.
283* Reduce/Reduce:: When two rules are applicable in the same situation.
284* Mystery Conflicts:: Reduce/reduce conflicts that look unjustified.
676385e2 285* Generalized LR Parsing:: Parsing arbitrary context-free grammars.
bfa74976
RS
286* Stack Overflow:: What happens when stack gets full. How to avoid it.
287
288Operator Precedence
289
290* Why Precedence:: An example showing why precedence is needed.
291* Using Precedence:: How to specify precedence in Bison grammars.
292* Precedence Examples:: How these features are used in the previous example.
293* How Precedence:: How they work.
294
295Handling Context Dependencies
296
297* Semantic Tokens:: Token parsing can depend on the semantic context.
298* Lexical Tie-ins:: Token parsing can depend on the syntactic context.
299* Tie-in Recovery:: Lexical tie-ins have implications for how
300 error recovery rules must be written.
301
ec3bc396
AD
302Understanding or Debugging Your Parser
303
304* Understanding:: Understanding the structure of your parser.
305* Tracing:: Tracing the execution of your parser.
306
bfa74976
RS
307Invoking Bison
308
13863333 309* Bison Options:: All the options described in detail,
bfa74976
RS
310 in alphabetical order by short options.
311* Option Cross Key:: Alphabetical list of long options.
312* VMS Invocation:: Bison command syntax on VMS.
f2b5126e
PB
313
314Copying This Manual
315
316* GNU Free Documentation License:: License for copying this manual.
317
342b8b6e 318@end detailmenu
bfa74976
RS
319@end menu
320
342b8b6e 321@node Introduction
bfa74976
RS
322@unnumbered Introduction
323@cindex introduction
324
325@dfn{Bison} is a general-purpose parser generator that converts a
326grammar description for an LALR(1) context-free grammar into a C
327program to parse that grammar. Once you are proficient with Bison,
328you may use it to develop a wide range of language parsers, from those
329used in simple desk calculators to complex programming languages.
330
331Bison is upward compatible with Yacc: all properly-written Yacc grammars
332ought to work with Bison with no change. Anyone familiar with Yacc
333should be able to use Bison with little trouble. You need to be fluent in
334C programming in order to use Bison or to understand this manual.
335
336We begin with tutorial chapters that explain the basic concepts of using
337Bison and show three explained examples, each building on the last. If you
338don't know Bison or Yacc, start by reading these chapters. Reference
339chapters follow which describe specific aspects of Bison in detail.
340
931c7513
RS
341Bison was written primarily by Robert Corbett; Richard Stallman made it
342Yacc-compatible. Wilfred Hansen of Carnegie Mellon University added
14ded682 343multi-character string literals and other features.
931c7513 344
df1af54c 345This edition corresponds to version @value{VERSION} of Bison.
bfa74976 346
342b8b6e 347@node Conditions
bfa74976
RS
348@unnumbered Conditions for Using Bison
349
a31239f1 350As of Bison version 1.24, we have changed the distribution terms for
9ecbd125 351@code{yyparse} to permit using Bison's output in nonfree programs.
a31239f1
RS
352Formerly, Bison parsers could be used only in programs that were free
353software.
354
355The other GNU programming tools, such as the GNU C compiler, have never
9ecbd125 356had such a requirement. They could always be used for nonfree
a31239f1
RS
357software. The reason Bison was different was not due to a special
358policy decision; it resulted from applying the usual General Public
359License to all of the Bison source code.
360
361The output of the Bison utility---the Bison parser file---contains a
362verbatim copy of a sizable piece of Bison, which is the code for the
363@code{yyparse} function. (The actions from your grammar are inserted
364into this function at one point, but the rest of the function is not
365changed.) When we applied the GPL terms to the code for @code{yyparse},
366the effect was to restrict the use of Bison output to free software.
367
368We didn't change the terms because of sympathy for people who want to
369make software proprietary. @strong{Software should be free.} But we
370concluded that limiting Bison's use to free software was doing little to
371encourage people to make other software free. So we decided to make the
372practical conditions for using Bison match the practical conditions for
373using the other GNU tools.
bfa74976 374
c67a198d 375@include gpl.texi
bfa74976 376
342b8b6e 377@node Concepts
bfa74976
RS
378@chapter The Concepts of Bison
379
380This chapter introduces many of the basic concepts without which the
381details of Bison will not make sense. If you do not already know how to
382use Bison or Yacc, we suggest you start by reading this chapter carefully.
383
384@menu
385* Language and Grammar:: Languages and context-free grammars,
386 as mathematical ideas.
387* Grammar in Bison:: How we represent grammars for Bison's sake.
388* Semantic Values:: Each token or syntactic grouping can have
389 a semantic value (the value of an integer,
390 the name of an identifier, etc.).
391* Semantic Actions:: Each rule can have an action containing C code.
676385e2 392* GLR Parsers:: Writing parsers for general context-free languages
847bf1f5 393* Locations Overview:: Tracking Locations.
bfa74976
RS
394* Bison Parser:: What are Bison's input and output,
395 how is the output used?
396* Stages:: Stages in writing and running Bison grammars.
397* Grammar Layout:: Overall structure of a Bison grammar file.
398@end menu
399
342b8b6e 400@node Language and Grammar
bfa74976
RS
401@section Languages and Context-Free Grammars
402
bfa74976
RS
403@cindex context-free grammar
404@cindex grammar, context-free
405In order for Bison to parse a language, it must be described by a
406@dfn{context-free grammar}. This means that you specify one or more
407@dfn{syntactic groupings} and give rules for constructing them from their
408parts. For example, in the C language, one kind of grouping is called an
409`expression'. One rule for making an expression might be, ``An expression
410can be made of a minus sign and another expression''. Another would be,
411``An expression can be an integer''. As you can see, rules are often
412recursive, but there must be at least one rule which leads out of the
413recursion.
414
415@cindex BNF
416@cindex Backus-Naur form
417The most common formal system for presenting such rules for humans to read
418is @dfn{Backus-Naur Form} or ``BNF'', which was developed in order to
419specify the language Algol 60. Any grammar expressed in BNF is a
420context-free grammar. The input to Bison is essentially machine-readable
421BNF.
422
676385e2
PH
423@cindex LALR(1) grammars
424@cindex LR(1) grammars
425There are various important subclasses of context-free grammar. Although it
426can handle almost all context-free grammars, Bison is optimized for what
427are called LALR(1) grammars.
428In brief, in these grammars, it must be possible to
bfa74976
RS
429tell how to parse any portion of an input string with just a single
430token of look-ahead. Strictly speaking, that is a description of an
431LR(1) grammar, and LALR(1) involves additional restrictions that are
432hard to explain simply; but it is rare in actual practice to find an
433LR(1) grammar that fails to be LALR(1). @xref{Mystery Conflicts, ,
434Mysterious Reduce/Reduce Conflicts}, for more information on this.
435
676385e2
PH
436@cindex GLR parsing
437@cindex generalized LR (GLR) parsing
438@cindex ambiguous grammars
439@cindex non-deterministic parsing
440Parsers for LALR(1) grammars are @dfn{deterministic}, meaning roughly that
441the next grammar rule to apply at any point in the input is uniquely
442determined by the preceding input and a fixed, finite portion (called
443a @dfn{look-ahead}) of the remaining input.
444A context-free grammar can be @dfn{ambiguous}, meaning that
445there are multiple ways to apply the grammar rules to get the some inputs.
446Even unambiguous grammars can be @dfn{non-deterministic}, meaning that no
447fixed look-ahead always suffices to determine the next grammar rule to apply.
448With the proper declarations, Bison is also able to parse these more general
449context-free grammars, using a technique known as GLR parsing (for
450Generalized LR). Bison's GLR parsers are able to handle any context-free
451grammar for which the number of possible parses of any given string
452is finite.
453
bfa74976
RS
454@cindex symbols (abstract)
455@cindex token
456@cindex syntactic grouping
457@cindex grouping, syntactic
458In the formal grammatical rules for a language, each kind of syntactic unit
459or grouping is named by a @dfn{symbol}. Those which are built by grouping
460smaller constructs according to grammatical rules are called
461@dfn{nonterminal symbols}; those which can't be subdivided are called
462@dfn{terminal symbols} or @dfn{token types}. We call a piece of input
463corresponding to a single terminal symbol a @dfn{token}, and a piece
e0c471a9 464corresponding to a single nonterminal symbol a @dfn{grouping}.
bfa74976
RS
465
466We can use the C language as an example of what symbols, terminal and
467nonterminal, mean. The tokens of C are identifiers, constants (numeric and
468string), and the various keywords, arithmetic operators and punctuation
469marks. So the terminal symbols of a grammar for C include `identifier',
470`number', `string', plus one symbol for each keyword, operator or
471punctuation mark: `if', `return', `const', `static', `int', `char',
472`plus-sign', `open-brace', `close-brace', `comma' and many more. (These
473tokens can be subdivided into characters, but that is a matter of
474lexicography, not grammar.)
475
476Here is a simple C function subdivided into tokens:
477
9edcd895
AD
478@ifinfo
479@example
480int /* @r{keyword `int'} */
481square (int x) /* @r{identifier, open-paren, identifier,}
482 @r{identifier, close-paren} */
483@{ /* @r{open-brace} */
484 return x * x; /* @r{keyword `return', identifier, asterisk,
485 identifier, semicolon} */
486@} /* @r{close-brace} */
487@end example
488@end ifinfo
489@ifnotinfo
bfa74976
RS
490@example
491int /* @r{keyword `int'} */
9edcd895 492square (int x) /* @r{identifier, open-paren, identifier, identifier, close-paren} */
bfa74976 493@{ /* @r{open-brace} */
9edcd895 494 return x * x; /* @r{keyword `return', identifier, asterisk, identifier, semicolon} */
bfa74976
RS
495@} /* @r{close-brace} */
496@end example
9edcd895 497@end ifnotinfo
bfa74976
RS
498
499The syntactic groupings of C include the expression, the statement, the
500declaration, and the function definition. These are represented in the
501grammar of C by nonterminal symbols `expression', `statement',
502`declaration' and `function definition'. The full grammar uses dozens of
503additional language constructs, each with its own nonterminal symbol, in
504order to express the meanings of these four. The example above is a
505function definition; it contains one declaration, and one statement. In
506the statement, each @samp{x} is an expression and so is @samp{x * x}.
507
508Each nonterminal symbol must have grammatical rules showing how it is made
509out of simpler constructs. For example, one kind of C statement is the
510@code{return} statement; this would be described with a grammar rule which
511reads informally as follows:
512
513@quotation
514A `statement' can be made of a `return' keyword, an `expression' and a
515`semicolon'.
516@end quotation
517
518@noindent
519There would be many other rules for `statement', one for each kind of
520statement in C.
521
522@cindex start symbol
523One nonterminal symbol must be distinguished as the special one which
524defines a complete utterance in the language. It is called the @dfn{start
525symbol}. In a compiler, this means a complete input program. In the C
526language, the nonterminal symbol `sequence of definitions and declarations'
527plays this role.
528
529For example, @samp{1 + 2} is a valid C expression---a valid part of a C
530program---but it is not valid as an @emph{entire} C program. In the
531context-free grammar of C, this follows from the fact that `expression' is
532not the start symbol.
533
534The Bison parser reads a sequence of tokens as its input, and groups the
535tokens using the grammar rules. If the input is valid, the end result is
536that the entire token sequence reduces to a single grouping whose symbol is
537the grammar's start symbol. If we use a grammar for C, the entire input
538must be a `sequence of definitions and declarations'. If not, the parser
539reports a syntax error.
540
342b8b6e 541@node Grammar in Bison
bfa74976
RS
542@section From Formal Rules to Bison Input
543@cindex Bison grammar
544@cindex grammar, Bison
545@cindex formal grammar
546
547A formal grammar is a mathematical construct. To define the language
548for Bison, you must write a file expressing the grammar in Bison syntax:
549a @dfn{Bison grammar} file. @xref{Grammar File, ,Bison Grammar Files}.
550
551A nonterminal symbol in the formal grammar is represented in Bison input
552as an identifier, like an identifier in C. By convention, it should be
553in lower case, such as @code{expr}, @code{stmt} or @code{declaration}.
554
555The Bison representation for a terminal symbol is also called a @dfn{token
556type}. Token types as well can be represented as C-like identifiers. By
557convention, these identifiers should be upper case to distinguish them from
558nonterminals: for example, @code{INTEGER}, @code{IDENTIFIER}, @code{IF} or
559@code{RETURN}. A terminal symbol that stands for a particular keyword in
560the language should be named after that keyword converted to upper case.
561The terminal symbol @code{error} is reserved for error recovery.
931c7513 562@xref{Symbols}.
bfa74976
RS
563
564A terminal symbol can also be represented as a character literal, just like
565a C character constant. You should do this whenever a token is just a
566single character (parenthesis, plus-sign, etc.): use that same character in
567a literal as the terminal symbol for that token.
568
931c7513
RS
569A third way to represent a terminal symbol is with a C string constant
570containing several characters. @xref{Symbols}, for more information.
571
bfa74976
RS
572The grammar rules also have an expression in Bison syntax. For example,
573here is the Bison rule for a C @code{return} statement. The semicolon in
574quotes is a literal character token, representing part of the C syntax for
575the statement; the naked semicolon, and the colon, are Bison punctuation
576used in every rule.
577
578@example
579stmt: RETURN expr ';'
580 ;
581@end example
582
583@noindent
584@xref{Rules, ,Syntax of Grammar Rules}.
585
342b8b6e 586@node Semantic Values
bfa74976
RS
587@section Semantic Values
588@cindex semantic value
589@cindex value, semantic
590
591A formal grammar selects tokens only by their classifications: for example,
592if a rule mentions the terminal symbol `integer constant', it means that
593@emph{any} integer constant is grammatically valid in that position. The
594precise value of the constant is irrelevant to how to parse the input: if
595@samp{x+4} is grammatical then @samp{x+1} or @samp{x+3989} is equally
e0c471a9 596grammatical.
bfa74976
RS
597
598But the precise value is very important for what the input means once it is
599parsed. A compiler is useless if it fails to distinguish between 4, 1 and
6003989 as constants in the program! Therefore, each token in a Bison grammar
601has both a token type and a @dfn{semantic value}. @xref{Semantics, ,Defining Language Semantics},
602for details.
603
604The token type is a terminal symbol defined in the grammar, such as
605@code{INTEGER}, @code{IDENTIFIER} or @code{','}. It tells everything
606you need to know to decide where the token may validly appear and how to
607group it with other tokens. The grammar rules know nothing about tokens
e0c471a9 608except their types.
bfa74976
RS
609
610The semantic value has all the rest of the information about the
611meaning of the token, such as the value of an integer, or the name of an
612identifier. (A token such as @code{','} which is just punctuation doesn't
613need to have any semantic value.)
614
615For example, an input token might be classified as token type
616@code{INTEGER} and have the semantic value 4. Another input token might
617have the same token type @code{INTEGER} but value 3989. When a grammar
618rule says that @code{INTEGER} is allowed, either of these tokens is
619acceptable because each is an @code{INTEGER}. When the parser accepts the
620token, it keeps track of the token's semantic value.
621
622Each grouping can also have a semantic value as well as its nonterminal
623symbol. For example, in a calculator, an expression typically has a
624semantic value that is a number. In a compiler for a programming
625language, an expression typically has a semantic value that is a tree
626structure describing the meaning of the expression.
627
342b8b6e 628@node Semantic Actions
bfa74976
RS
629@section Semantic Actions
630@cindex semantic actions
631@cindex actions, semantic
632
633In order to be useful, a program must do more than parse input; it must
634also produce some output based on the input. In a Bison grammar, a grammar
635rule can have an @dfn{action} made up of C statements. Each time the
636parser recognizes a match for that rule, the action is executed.
637@xref{Actions}.
13863333 638
bfa74976
RS
639Most of the time, the purpose of an action is to compute the semantic value
640of the whole construct from the semantic values of its parts. For example,
641suppose we have a rule which says an expression can be the sum of two
642expressions. When the parser recognizes such a sum, each of the
643subexpressions has a semantic value which describes how it was built up.
644The action for this rule should create a similar sort of value for the
645newly recognized larger expression.
646
647For example, here is a rule that says an expression can be the sum of
648two subexpressions:
649
650@example
651expr: expr '+' expr @{ $$ = $1 + $3; @}
652 ;
653@end example
654
655@noindent
656The action says how to produce the semantic value of the sum expression
657from the values of the two subexpressions.
658
676385e2
PH
659@node GLR Parsers
660@section Writing GLR Parsers
661@cindex GLR parsing
662@cindex generalized LR (GLR) parsing
663@findex %glr-parser
664@cindex conflicts
665@cindex shift/reduce conflicts
666
667In some grammars, there will be cases where Bison's standard LALR(1)
668parsing algorithm cannot decide whether to apply a certain grammar rule
669at a given point. That is, it may not be able to decide (on the basis
670of the input read so far) which of two possible reductions (applications
671of a grammar rule) applies, or whether to apply a reduction or read more
672of the input and apply a reduction later in the input. These are known
673respectively as @dfn{reduce/reduce} conflicts (@pxref{Reduce/Reduce}),
674and @dfn{shift/reduce} conflicts (@pxref{Shift/Reduce}).
675
676To use a grammar that is not easily modified to be LALR(1), a more
677general parsing algorithm is sometimes necessary. If you include
678@code{%glr-parser} among the Bison declarations in your file
679(@pxref{Grammar Outline}), the result will be a Generalized LR (GLR)
680parser. These parsers handle Bison grammars that contain no unresolved
681conflicts (i.e., after applying precedence declarations) identically to
682LALR(1) parsers. However, when faced with unresolved shift/reduce and
683reduce/reduce conflicts, GLR parsers use the simple expedient of doing
684both, effectively cloning the parser to follow both possibilities. Each
685of the resulting parsers can again split, so that at any given time,
686there can be any number of possible parses being explored. The parsers
687proceed in lockstep; that is, all of them consume (shift) a given input
688symbol before any of them proceed to the next. Each of the cloned
689parsers eventually meets one of two possible fates: either it runs into
690a parsing error, in which case it simply vanishes, or it merges with
691another parser, because the two of them have reduced the input to an
692identical set of symbols.
693
694During the time that there are multiple parsers, semantic actions are
695recorded, but not performed. When a parser disappears, its recorded
696semantic actions disappear as well, and are never performed. When a
697reduction makes two parsers identical, causing them to merge, Bison
698records both sets of semantic actions. Whenever the last two parsers
699merge, reverting to the single-parser case, Bison resolves all the
700outstanding actions either by precedences given to the grammar rules
701involved, or by performing both actions, and then calling a designated
702user-defined function on the resulting values to produce an arbitrary
703merged result.
704
705Let's consider an example, vastly simplified from C++.
706
707@example
708%@{
709 #define YYSTYPE const char*
710%@}
711
712%token TYPENAME ID
713
714%right '='
715%left '+'
716
717%glr-parser
718
719%%
720
721prog :
722 | prog stmt @{ printf ("\n"); @}
723 ;
724
725stmt : expr ';' %dprec 1
726 | decl %dprec 2
727 ;
728
729expr : ID @{ printf ("%s ", $$); @}
730 | TYPENAME '(' expr ')'
731 @{ printf ("%s <cast> ", $1); @}
732 | expr '+' expr @{ printf ("+ "); @}
733 | expr '=' expr @{ printf ("= "); @}
734 ;
735
736decl : TYPENAME declarator ';'
737 @{ printf ("%s <declare> ", $1); @}
738 | TYPENAME declarator '=' expr ';'
739 @{ printf ("%s <init-declare> ", $1); @}
740 ;
741
742declarator : ID @{ printf ("\"%s\" ", $1); @}
743 | '(' declarator ')'
744 ;
745@end example
746
747@noindent
748This models a problematic part of the C++ grammar---the ambiguity between
749certain declarations and statements. For example,
750
751@example
752T (x) = y+z;
753@end example
754
755@noindent
756parses as either an @code{expr} or a @code{stmt}
757(assuming that @samp{T} is recognized as a TYPENAME and @samp{x} as an ID).
758Bison detects this as a reduce/reduce conflict between the rules
759@code{expr : ID} and @code{declarator : ID}, which it cannot resolve at the
760time it encounters @code{x} in the example above. The two @code{%dprec}
761declarations, however, give precedence to interpreting the example as a
762@code{decl}, which implies that @code{x} is a declarator.
763The parser therefore prints
764
765@example
766"x" y z + T <init-declare>
767@end example
768
769Consider a different input string for this parser:
770
771@example
772T (x) + y;
773@end example
774
775@noindent
776Here, there is no ambiguity (this cannot be parsed as a declaration).
777However, at the time the Bison parser encounters @code{x}, it does not
778have enough information to resolve the reduce/reduce conflict (again,
779between @code{x} as an @code{expr} or a @code{declarator}). In this
780case, no precedence declaration is used. Instead, the parser splits
781into two, one assuming that @code{x} is an @code{expr}, and the other
782assuming @code{x} is a @code{declarator}. The second of these parsers
783then vanishes when it sees @code{+}, and the parser prints
784
785@example
786x T <cast> y +
787@end example
788
789Suppose that instead of resolving the ambiguity, you wanted to see all
790the possibilities. For this purpose, we must @dfn{merge} the semantic
791actions of the two possible parsers, rather than choosing one over the
792other. To do so, you could change the declaration of @code{stmt} as
793follows:
794
795@example
796stmt : expr ';' %merge <stmtMerge>
797 | decl %merge <stmtMerge>
798 ;
799@end example
800
801@noindent
802
803and define the @code{stmtMerge} function as:
804
805@example
806static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1)
807@{
808 printf ("<OR> ");
809 return "";
810@}
811@end example
812
813@noindent
814with an accompanying forward declaration
815in the C declarations at the beginning of the file:
816
817@example
818%@{
819 #define YYSTYPE const char*
820 static YYSTYPE stmtMerge (YYSTYPE x0, YYSTYPE x1);
821%@}
822@end example
823
824@noindent
825With these declarations, the resulting parser will parse the first example
826as both an @code{expr} and a @code{decl}, and print
827
828@example
829"x" y z + T <init-declare> x T <cast> y z + = <OR>
830@end example
831
832
342b8b6e 833@node Locations Overview
847bf1f5
AD
834@section Locations
835@cindex location
836@cindex textual position
837@cindex position, textual
838
839Many applications, like interpreters or compilers, have to produce verbose
840and useful error messages. To achieve this, one must be able to keep track of
841the @dfn{textual position}, or @dfn{location}, of each syntactic construct.
842Bison provides a mechanism for handling these locations.
843
844Each token has a semantic value. In a similar fashion, each token has an
845associated location, but the type of locations is the same for all tokens and
846groupings. Moreover, the output parser is equipped with a default data
847structure for storing locations (@pxref{Locations}, for more details).
848
849Like semantic values, locations can be reached in actions using a dedicated
850set of constructs. In the example above, the location of the whole grouping
851is @code{@@$}, while the locations of the subexpressions are @code{@@1} and
852@code{@@3}.
853
854When a rule is matched, a default action is used to compute the semantic value
855of its left hand side (@pxref{Actions}). In the same way, another default
856action is used for locations. However, the action for locations is general
857enough for most cases, meaning there is usually no need to describe for each
858rule how @code{@@$} should be formed. When building a new location for a given
859grouping, the default behavior of the output parser is to take the beginning
860of the first symbol, and the end of the last symbol.
861
342b8b6e 862@node Bison Parser
bfa74976
RS
863@section Bison Output: the Parser File
864@cindex Bison parser
865@cindex Bison utility
866@cindex lexical analyzer, purpose
867@cindex parser
868
869When you run Bison, you give it a Bison grammar file as input. The output
870is a C source file that parses the language described by the grammar.
871This file is called a @dfn{Bison parser}. Keep in mind that the Bison
872utility and the Bison parser are two distinct programs: the Bison utility
873is a program whose output is the Bison parser that becomes part of your
874program.
875
876The job of the Bison parser is to group tokens into groupings according to
877the grammar rules---for example, to build identifiers and operators into
878expressions. As it does this, it runs the actions for the grammar rules it
879uses.
880
704a47c4
AD
881The tokens come from a function called the @dfn{lexical analyzer} that
882you must supply in some fashion (such as by writing it in C). The Bison
883parser calls the lexical analyzer each time it wants a new token. It
884doesn't know what is ``inside'' the tokens (though their semantic values
885may reflect this). Typically the lexical analyzer makes the tokens by
886parsing characters of text, but Bison does not depend on this.
887@xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}.
bfa74976
RS
888
889The Bison parser file is C code which defines a function named
890@code{yyparse} which implements that grammar. This function does not make
891a complete C program: you must supply some additional functions. One is
892the lexical analyzer. Another is an error-reporting function which the
893parser calls to report an error. In addition, a complete C program must
894start with a function called @code{main}; you have to provide this, and
895arrange for it to call @code{yyparse} or the parser will never run.
896@xref{Interface, ,Parser C-Language Interface}.
897
898Aside from the token type names and the symbols in the actions you
7093d0f5 899write, all symbols defined in the Bison parser file itself
bfa74976
RS
900begin with @samp{yy} or @samp{YY}. This includes interface functions
901such as the lexical analyzer function @code{yylex}, the error reporting
902function @code{yyerror} and the parser function @code{yyparse} itself.
903This also includes numerous identifiers used for internal purposes.
904Therefore, you should avoid using C identifiers starting with @samp{yy}
905or @samp{YY} in the Bison grammar file except for the ones defined in
906this manual.
907
7093d0f5
AD
908In some cases the Bison parser file includes system headers, and in
909those cases your code should respect the identifiers reserved by those
910headers. On some non-@sc{gnu} hosts, @code{<alloca.h>},
911@code{<stddef.h>}, and @code{<stdlib.h>} are included as needed to
ec3bc396
AD
912declare memory allocators and related types. Other system headers may
913be included if you define @code{YYDEBUG} to a nonzero value
914(@pxref{Tracing, ,Tracing Your Parser}).
7093d0f5 915
342b8b6e 916@node Stages
bfa74976
RS
917@section Stages in Using Bison
918@cindex stages in using Bison
919@cindex using Bison
920
921The actual language-design process using Bison, from grammar specification
922to a working compiler or interpreter, has these parts:
923
924@enumerate
925@item
926Formally specify the grammar in a form recognized by Bison
704a47c4
AD
927(@pxref{Grammar File, ,Bison Grammar Files}). For each grammatical rule
928in the language, describe the action that is to be taken when an
929instance of that rule is recognized. The action is described by a
930sequence of C statements.
bfa74976
RS
931
932@item
704a47c4
AD
933Write a lexical analyzer to process input and pass tokens to the parser.
934The lexical analyzer may be written by hand in C (@pxref{Lexical, ,The
935Lexical Analyzer Function @code{yylex}}). It could also be produced
936using Lex, but the use of Lex is not discussed in this manual.
bfa74976
RS
937
938@item
939Write a controlling function that calls the Bison-produced parser.
940
941@item
942Write error-reporting routines.
943@end enumerate
944
945To turn this source code as written into a runnable program, you
946must follow these steps:
947
948@enumerate
949@item
950Run Bison on the grammar to produce the parser.
951
952@item
953Compile the code output by Bison, as well as any other source files.
954
955@item
956Link the object files to produce the finished product.
957@end enumerate
958
342b8b6e 959@node Grammar Layout
bfa74976
RS
960@section The Overall Layout of a Bison Grammar
961@cindex grammar file
962@cindex file format
963@cindex format of grammar file
964@cindex layout of Bison grammar
965
966The input file for the Bison utility is a @dfn{Bison grammar file}. The
967general form of a Bison grammar file is as follows:
968
969@example
970%@{
08e49d20 971@var{Prologue}
bfa74976
RS
972%@}
973
974@var{Bison declarations}
975
976%%
977@var{Grammar rules}
978%%
08e49d20 979@var{Epilogue}
bfa74976
RS
980@end example
981
982@noindent
983The @samp{%%}, @samp{%@{} and @samp{%@}} are punctuation that appears
984in every Bison grammar file to separate the sections.
985
342b8b6e
AD
986The prologue may define types and variables used in the actions. You can
987also use preprocessor commands to define macros used there, and use
bfa74976
RS
988@code{#include} to include header files that do any of these things.
989
990The Bison declarations declare the names of the terminal and nonterminal
991symbols, and may also describe operator precedence and the data types of
992semantic values of various symbols.
993
994The grammar rules define how to construct each nonterminal symbol from its
995parts.
996
342b8b6e
AD
997The epilogue can contain any code you want to use. Often the definition of
998the lexical analyzer @code{yylex} goes here, plus subroutines called by the
999actions in the grammar rules. In a simple program, all the rest of the
75f5aaea 1000program can go here.
bfa74976 1001
342b8b6e 1002@node Examples
bfa74976
RS
1003@chapter Examples
1004@cindex simple examples
1005@cindex examples, simple
1006
1007Now we show and explain three sample programs written using Bison: a
1008reverse polish notation calculator, an algebraic (infix) notation
1009calculator, and a multi-function calculator. All three have been tested
1010under BSD Unix 4.3; each produces a usable, though limited, interactive
1011desk-top calculator.
1012
1013These examples are simple, but Bison grammars for real programming
1014languages are written the same way.
1015@ifinfo
1016You can copy these examples out of the Info file and into a source file
1017to try them.
1018@end ifinfo
1019
1020@menu
1021* RPN Calc:: Reverse polish notation calculator;
1022 a first example with no operator precedence.
1023* Infix Calc:: Infix (algebraic) notation calculator.
1024 Operator precedence is introduced.
1025* Simple Error Recovery:: Continuing after syntax errors.
342b8b6e 1026* Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$.
bfa74976
RS
1027* Multi-function Calc:: Calculator with memory and trig functions.
1028 It uses multiple data-types for semantic values.
1029* Exercises:: Ideas for improving the multi-function calculator.
1030@end menu
1031
342b8b6e 1032@node RPN Calc
bfa74976
RS
1033@section Reverse Polish Notation Calculator
1034@cindex reverse polish notation
1035@cindex polish notation calculator
1036@cindex @code{rpcalc}
1037@cindex calculator, simple
1038
1039The first example is that of a simple double-precision @dfn{reverse polish
1040notation} calculator (a calculator using postfix operators). This example
1041provides a good starting point, since operator precedence is not an issue.
1042The second example will illustrate how operator precedence is handled.
1043
1044The source code for this calculator is named @file{rpcalc.y}. The
1045@samp{.y} extension is a convention used for Bison input files.
1046
1047@menu
75f5aaea 1048* Decls: Rpcalc Decls. Prologue (declarations) for rpcalc.
bfa74976
RS
1049* Rules: Rpcalc Rules. Grammar Rules for rpcalc, with explanation.
1050* Lexer: Rpcalc Lexer. The lexical analyzer.
1051* Main: Rpcalc Main. The controlling function.
1052* Error: Rpcalc Error. The error reporting function.
1053* Gen: Rpcalc Gen. Running Bison on the grammar file.
1054* Comp: Rpcalc Compile. Run the C compiler on the output code.
1055@end menu
1056
342b8b6e 1057@node Rpcalc Decls
bfa74976
RS
1058@subsection Declarations for @code{rpcalc}
1059
1060Here are the C and Bison declarations for the reverse polish notation
1061calculator. As in C, comments are placed between @samp{/*@dots{}*/}.
1062
1063@example
1064/* Reverse polish notation calculator. */
1065
1066%@{
1067#define YYSTYPE double
1068#include <math.h>
1069%@}
1070
1071%token NUM
1072
1073%% /* Grammar rules and actions follow */
1074@end example
1075
75f5aaea 1076The declarations section (@pxref{Prologue, , The prologue}) contains two
bfa74976
RS
1077preprocessor directives.
1078
1079The @code{#define} directive defines the macro @code{YYSTYPE}, thus
1964ad8c
AD
1080specifying the C data type for semantic values of both tokens and
1081groupings (@pxref{Value Type, ,Data Types of Semantic Values}). The
1082Bison parser will use whatever type @code{YYSTYPE} is defined as; if you
1083don't define it, @code{int} is the default. Because we specify
1084@code{double}, each token and each expression has an associated value,
1085which is a floating point number.
bfa74976
RS
1086
1087The @code{#include} directive is used to declare the exponentiation
1088function @code{pow}.
1089
704a47c4
AD
1090The second section, Bison declarations, provides information to Bison
1091about the token types (@pxref{Bison Declarations, ,The Bison
1092Declarations Section}). Each terminal symbol that is not a
1093single-character literal must be declared here. (Single-character
bfa74976
RS
1094literals normally don't need to be declared.) In this example, all the
1095arithmetic operators are designated by single-character literals, so the
1096only terminal symbol that needs to be declared is @code{NUM}, the token
1097type for numeric constants.
1098
342b8b6e 1099@node Rpcalc Rules
bfa74976
RS
1100@subsection Grammar Rules for @code{rpcalc}
1101
1102Here are the grammar rules for the reverse polish notation calculator.
1103
1104@example
1105input: /* empty */
1106 | input line
1107;
1108
1109line: '\n'
1110 | exp '\n' @{ printf ("\t%.10g\n", $1); @}
1111;
1112
1113exp: NUM @{ $$ = $1; @}
1114 | exp exp '+' @{ $$ = $1 + $2; @}
1115 | exp exp '-' @{ $$ = $1 - $2; @}
1116 | exp exp '*' @{ $$ = $1 * $2; @}
1117 | exp exp '/' @{ $$ = $1 / $2; @}
1118 /* Exponentiation */
1119 | exp exp '^' @{ $$ = pow ($1, $2); @}
1120 /* Unary minus */
1121 | exp 'n' @{ $$ = -$1; @}
1122;
1123%%
1124@end example
1125
1126The groupings of the rpcalc ``language'' defined here are the expression
1127(given the name @code{exp}), the line of input (@code{line}), and the
1128complete input transcript (@code{input}). Each of these nonterminal
1129symbols has several alternate rules, joined by the @samp{|} punctuator
1130which is read as ``or''. The following sections explain what these rules
1131mean.
1132
1133The semantics of the language is determined by the actions taken when a
1134grouping is recognized. The actions are the C code that appears inside
1135braces. @xref{Actions}.
1136
1137You must specify these actions in C, but Bison provides the means for
1138passing semantic values between the rules. In each action, the
1139pseudo-variable @code{$$} stands for the semantic value for the grouping
1140that the rule is going to construct. Assigning a value to @code{$$} is the
1141main job of most actions. The semantic values of the components of the
1142rule are referred to as @code{$1}, @code{$2}, and so on.
1143
1144@menu
13863333
AD
1145* Rpcalc Input::
1146* Rpcalc Line::
1147* Rpcalc Expr::
bfa74976
RS
1148@end menu
1149
342b8b6e 1150@node Rpcalc Input
bfa74976
RS
1151@subsubsection Explanation of @code{input}
1152
1153Consider the definition of @code{input}:
1154
1155@example
1156input: /* empty */
1157 | input line
1158;
1159@end example
1160
1161This definition reads as follows: ``A complete input is either an empty
1162string, or a complete input followed by an input line''. Notice that
1163``complete input'' is defined in terms of itself. This definition is said
1164to be @dfn{left recursive} since @code{input} appears always as the
1165leftmost symbol in the sequence. @xref{Recursion, ,Recursive Rules}.
1166
1167The first alternative is empty because there are no symbols between the
1168colon and the first @samp{|}; this means that @code{input} can match an
1169empty string of input (no tokens). We write the rules this way because it
1170is legitimate to type @kbd{Ctrl-d} right after you start the calculator.
1171It's conventional to put an empty alternative first and write the comment
1172@samp{/* empty */} in it.
1173
1174The second alternate rule (@code{input line}) handles all nontrivial input.
1175It means, ``After reading any number of lines, read one more line if
1176possible.'' The left recursion makes this rule into a loop. Since the
1177first alternative matches empty input, the loop can be executed zero or
1178more times.
1179
1180The parser function @code{yyparse} continues to process input until a
1181grammatical error is seen or the lexical analyzer says there are no more
1182input tokens; we will arrange for the latter to happen at end of file.
1183
342b8b6e 1184@node Rpcalc Line
bfa74976
RS
1185@subsubsection Explanation of @code{line}
1186
1187Now consider the definition of @code{line}:
1188
1189@example
1190line: '\n'
1191 | exp '\n' @{ printf ("\t%.10g\n", $1); @}
1192;
1193@end example
1194
1195The first alternative is a token which is a newline character; this means
1196that rpcalc accepts a blank line (and ignores it, since there is no
1197action). The second alternative is an expression followed by a newline.
1198This is the alternative that makes rpcalc useful. The semantic value of
1199the @code{exp} grouping is the value of @code{$1} because the @code{exp} in
1200question is the first symbol in the alternative. The action prints this
1201value, which is the result of the computation the user asked for.
1202
1203This action is unusual because it does not assign a value to @code{$$}. As
1204a consequence, the semantic value associated with the @code{line} is
1205uninitialized (its value will be unpredictable). This would be a bug if
1206that value were ever used, but we don't use it: once rpcalc has printed the
1207value of the user's input line, that value is no longer needed.
1208
342b8b6e 1209@node Rpcalc Expr
bfa74976
RS
1210@subsubsection Explanation of @code{expr}
1211
1212The @code{exp} grouping has several rules, one for each kind of expression.
1213The first rule handles the simplest expressions: those that are just numbers.
1214The second handles an addition-expression, which looks like two expressions
1215followed by a plus-sign. The third handles subtraction, and so on.
1216
1217@example
1218exp: NUM
1219 | exp exp '+' @{ $$ = $1 + $2; @}
1220 | exp exp '-' @{ $$ = $1 - $2; @}
1221 @dots{}
1222 ;
1223@end example
1224
1225We have used @samp{|} to join all the rules for @code{exp}, but we could
1226equally well have written them separately:
1227
1228@example
1229exp: NUM ;
1230exp: exp exp '+' @{ $$ = $1 + $2; @} ;
1231exp: exp exp '-' @{ $$ = $1 - $2; @} ;
1232 @dots{}
1233@end example
1234
1235Most of the rules have actions that compute the value of the expression in
1236terms of the value of its parts. For example, in the rule for addition,
1237@code{$1} refers to the first component @code{exp} and @code{$2} refers to
1238the second one. The third component, @code{'+'}, has no meaningful
1239associated semantic value, but if it had one you could refer to it as
1240@code{$3}. When @code{yyparse} recognizes a sum expression using this
1241rule, the sum of the two subexpressions' values is produced as the value of
1242the entire expression. @xref{Actions}.
1243
1244You don't have to give an action for every rule. When a rule has no
1245action, Bison by default copies the value of @code{$1} into @code{$$}.
1246This is what happens in the first rule (the one that uses @code{NUM}).
1247
1248The formatting shown here is the recommended convention, but Bison does
1249not require it. You can add or change whitespace as much as you wish.
1250For example, this:
1251
1252@example
1253exp : NUM | exp exp '+' @{$$ = $1 + $2; @} | @dots{}
1254@end example
1255
1256@noindent
1257means the same thing as this:
1258
1259@example
1260exp: NUM
1261 | exp exp '+' @{ $$ = $1 + $2; @}
1262 | @dots{}
1263@end example
1264
1265@noindent
1266The latter, however, is much more readable.
1267
342b8b6e 1268@node Rpcalc Lexer
bfa74976
RS
1269@subsection The @code{rpcalc} Lexical Analyzer
1270@cindex writing a lexical analyzer
1271@cindex lexical analyzer, writing
1272
704a47c4
AD
1273The lexical analyzer's job is low-level parsing: converting characters
1274or sequences of characters into tokens. The Bison parser gets its
1275tokens by calling the lexical analyzer. @xref{Lexical, ,The Lexical
1276Analyzer Function @code{yylex}}.
bfa74976
RS
1277
1278Only a simple lexical analyzer is needed for the RPN calculator. This
1279lexical analyzer skips blanks and tabs, then reads in numbers as
1280@code{double} and returns them as @code{NUM} tokens. Any other character
1281that isn't part of a number is a separate token. Note that the token-code
1282for such a single-character token is the character itself.
1283
1284The return value of the lexical analyzer function is a numeric code which
1285represents a token type. The same text used in Bison rules to stand for
1286this token type is also a C expression for the numeric code for the type.
1287This works in two ways. If the token type is a character literal, then its
e966383b 1288numeric code is that of the character; you can use the same
bfa74976
RS
1289character literal in the lexical analyzer to express the number. If the
1290token type is an identifier, that identifier is defined by Bison as a C
1291macro whose definition is the appropriate number. In this example,
1292therefore, @code{NUM} becomes a macro for @code{yylex} to use.
1293
1964ad8c
AD
1294The semantic value of the token (if it has one) is stored into the
1295global variable @code{yylval}, which is where the Bison parser will look
1296for it. (The C data type of @code{yylval} is @code{YYSTYPE}, which was
1297defined at the beginning of the grammar; @pxref{Rpcalc Decls,
1298,Declarations for @code{rpcalc}}.)
bfa74976
RS
1299
1300A token type code of zero is returned if the end-of-file is encountered.
1301(Bison recognizes any nonpositive value as indicating the end of the
1302input.)
1303
1304Here is the code for the lexical analyzer:
1305
1306@example
1307@group
13863333 1308/* Lexical analyzer returns a double floating point
e966383b
PE
1309 number on the stack and the token NUM, or the numeric code
1310 of the character read if not a number. Skips all blanks
bfa74976
RS
1311 and tabs, returns 0 for EOF. */
1312
1313#include <ctype.h>
1314@end group
1315
1316@group
13863333
AD
1317int
1318yylex (void)
bfa74976
RS
1319@{
1320 int c;
1321
1322 /* skip white space */
13863333 1323 while ((c = getchar ()) == ' ' || c == '\t')
bfa74976
RS
1324 ;
1325@end group
1326@group
1327 /* process numbers */
13863333 1328 if (c == '.' || isdigit (c))
bfa74976
RS
1329 @{
1330 ungetc (c, stdin);
1331 scanf ("%lf", &yylval);
1332 return NUM;
1333 @}
1334@end group
1335@group
1336 /* return end-of-file */
13863333 1337 if (c == EOF)
bfa74976
RS
1338 return 0;
1339 /* return single chars */
13863333 1340 return c;
bfa74976
RS
1341@}
1342@end group
1343@end example
1344
342b8b6e 1345@node Rpcalc Main
bfa74976
RS
1346@subsection The Controlling Function
1347@cindex controlling function
1348@cindex main function in simple example
1349
1350In keeping with the spirit of this example, the controlling function is
1351kept to the bare minimum. The only requirement is that it call
1352@code{yyparse} to start the process of parsing.
1353
1354@example
1355@group
13863333
AD
1356int
1357main (void)
bfa74976 1358@{
13863333 1359 return yyparse ();
bfa74976
RS
1360@}
1361@end group
1362@end example
1363
342b8b6e 1364@node Rpcalc Error
bfa74976
RS
1365@subsection The Error Reporting Routine
1366@cindex error reporting routine
1367
1368When @code{yyparse} detects a syntax error, it calls the error reporting
13863333
AD
1369function @code{yyerror} to print an error message (usually but not
1370always @code{"parse error"}). It is up to the programmer to supply
1371@code{yyerror} (@pxref{Interface, ,Parser C-Language Interface}), so
1372here is the definition we will use:
bfa74976
RS
1373
1374@example
1375@group
1376#include <stdio.h>
1377
13863333
AD
1378void
1379yyerror (const char *s) /* Called by yyparse on error */
bfa74976
RS
1380@{
1381 printf ("%s\n", s);
1382@}
1383@end group
1384@end example
1385
1386After @code{yyerror} returns, the Bison parser may recover from the error
1387and continue parsing if the grammar contains a suitable error rule
1388(@pxref{Error Recovery}). Otherwise, @code{yyparse} returns nonzero. We
1389have not written any error rules in this example, so any invalid input will
1390cause the calculator program to exit. This is not clean behavior for a
9ecbd125 1391real calculator, but it is adequate for the first example.
bfa74976 1392
342b8b6e 1393@node Rpcalc Gen
bfa74976
RS
1394@subsection Running Bison to Make the Parser
1395@cindex running Bison (introduction)
1396
ceed8467
AD
1397Before running Bison to produce a parser, we need to decide how to
1398arrange all the source code in one or more source files. For such a
1399simple example, the easiest thing is to put everything in one file. The
1400definitions of @code{yylex}, @code{yyerror} and @code{main} go at the
342b8b6e 1401end, in the epilogue of the file
75f5aaea 1402(@pxref{Grammar Layout, ,The Overall Layout of a Bison Grammar}).
bfa74976
RS
1403
1404For a large project, you would probably have several source files, and use
1405@code{make} to arrange to recompile them.
1406
1407With all the source in a single file, you use the following command to
1408convert it into a parser file:
1409
1410@example
1411bison @var{file_name}.y
1412@end example
1413
1414@noindent
1415In this example the file was called @file{rpcalc.y} (for ``Reverse Polish
1416CALCulator''). Bison produces a file named @file{@var{file_name}.tab.c},
1417removing the @samp{.y} from the original file name. The file output by
1418Bison contains the source code for @code{yyparse}. The additional
1419functions in the input file (@code{yylex}, @code{yyerror} and @code{main})
1420are copied verbatim to the output.
1421
342b8b6e 1422@node Rpcalc Compile
bfa74976
RS
1423@subsection Compiling the Parser File
1424@cindex compiling the parser
1425
1426Here is how to compile and run the parser file:
1427
1428@example
1429@group
1430# @r{List files in current directory.}
9edcd895 1431$ @kbd{ls}
bfa74976
RS
1432rpcalc.tab.c rpcalc.y
1433@end group
1434
1435@group
1436# @r{Compile the Bison parser.}
1437# @r{@samp{-lm} tells compiler to search math library for @code{pow}.}
9edcd895 1438$ @kbd{cc rpcalc.tab.c -lm -o rpcalc}
bfa74976
RS
1439@end group
1440
1441@group
1442# @r{List files again.}
9edcd895 1443$ @kbd{ls}
bfa74976
RS
1444rpcalc rpcalc.tab.c rpcalc.y
1445@end group
1446@end example
1447
1448The file @file{rpcalc} now contains the executable code. Here is an
1449example session using @code{rpcalc}.
1450
1451@example
9edcd895
AD
1452$ @kbd{rpcalc}
1453@kbd{4 9 +}
bfa74976 145413
9edcd895 1455@kbd{3 7 + 3 4 5 *+-}
bfa74976 1456-13
9edcd895 1457@kbd{3 7 + 3 4 5 * + - n} @r{Note the unary minus, @samp{n}}
bfa74976 145813
9edcd895 1459@kbd{5 6 / 4 n +}
bfa74976 1460-3.166666667
9edcd895 1461@kbd{3 4 ^} @r{Exponentiation}
bfa74976 146281
9edcd895
AD
1463@kbd{^D} @r{End-of-file indicator}
1464$
bfa74976
RS
1465@end example
1466
342b8b6e 1467@node Infix Calc
bfa74976
RS
1468@section Infix Notation Calculator: @code{calc}
1469@cindex infix notation calculator
1470@cindex @code{calc}
1471@cindex calculator, infix notation
1472
1473We now modify rpcalc to handle infix operators instead of postfix. Infix
1474notation involves the concept of operator precedence and the need for
1475parentheses nested to arbitrary depth. Here is the Bison code for
1476@file{calc.y}, an infix desk-top calculator.
1477
1478@example
1479/* Infix notation calculator--calc */
1480
1481%@{
1482#define YYSTYPE double
1483#include <math.h>
1484%@}
1485
1486/* BISON Declarations */
1487%token NUM
1488%left '-' '+'
1489%left '*' '/'
1490%left NEG /* negation--unary minus */
1491%right '^' /* exponentiation */
1492
1493/* Grammar follows */
1494%%
1495input: /* empty string */
1496 | input line
1497;
1498
1499line: '\n'
1500 | exp '\n' @{ printf ("\t%.10g\n", $1); @}
1501;
1502
1503exp: NUM @{ $$ = $1; @}
1504 | exp '+' exp @{ $$ = $1 + $3; @}
1505 | exp '-' exp @{ $$ = $1 - $3; @}
1506 | exp '*' exp @{ $$ = $1 * $3; @}
1507 | exp '/' exp @{ $$ = $1 / $3; @}
1508 | '-' exp %prec NEG @{ $$ = -$2; @}
1509 | exp '^' exp @{ $$ = pow ($1, $3); @}
1510 | '(' exp ')' @{ $$ = $2; @}
1511;
1512%%
1513@end example
1514
1515@noindent
ceed8467
AD
1516The functions @code{yylex}, @code{yyerror} and @code{main} can be the
1517same as before.
bfa74976
RS
1518
1519There are two important new features shown in this code.
1520
1521In the second section (Bison declarations), @code{%left} declares token
1522types and says they are left-associative operators. The declarations
1523@code{%left} and @code{%right} (right associativity) take the place of
1524@code{%token} which is used to declare a token type name without
1525associativity. (These tokens are single-character literals, which
1526ordinarily don't need to be declared. We declare them here to specify
1527the associativity.)
1528
1529Operator precedence is determined by the line ordering of the
1530declarations; the higher the line number of the declaration (lower on
1531the page or screen), the higher the precedence. Hence, exponentiation
1532has the highest precedence, unary minus (@code{NEG}) is next, followed
704a47c4
AD
1533by @samp{*} and @samp{/}, and so on. @xref{Precedence, ,Operator
1534Precedence}.
bfa74976 1535
704a47c4
AD
1536The other important new feature is the @code{%prec} in the grammar
1537section for the unary minus operator. The @code{%prec} simply instructs
1538Bison that the rule @samp{| '-' exp} has the same precedence as
1539@code{NEG}---in this case the next-to-highest. @xref{Contextual
1540Precedence, ,Context-Dependent Precedence}.
bfa74976
RS
1541
1542Here is a sample run of @file{calc.y}:
1543
1544@need 500
1545@example
9edcd895
AD
1546$ @kbd{calc}
1547@kbd{4 + 4.5 - (34/(8*3+-3))}
bfa74976 15486.880952381
9edcd895 1549@kbd{-56 + 2}
bfa74976 1550-54
9edcd895 1551@kbd{3 ^ 2}
bfa74976
RS
15529
1553@end example
1554
342b8b6e 1555@node Simple Error Recovery
bfa74976
RS
1556@section Simple Error Recovery
1557@cindex error recovery, simple
1558
1559Up to this point, this manual has not addressed the issue of @dfn{error
1560recovery}---how to continue parsing after the parser detects a syntax
ceed8467
AD
1561error. All we have handled is error reporting with @code{yyerror}.
1562Recall that by default @code{yyparse} returns after calling
1563@code{yyerror}. This means that an erroneous input line causes the
1564calculator program to exit. Now we show how to rectify this deficiency.
bfa74976
RS
1565
1566The Bison language itself includes the reserved word @code{error}, which
1567may be included in the grammar rules. In the example below it has
1568been added to one of the alternatives for @code{line}:
1569
1570@example
1571@group
1572line: '\n'
1573 | exp '\n' @{ printf ("\t%.10g\n", $1); @}
1574 | error '\n' @{ yyerrok; @}
1575;
1576@end group
1577@end example
1578
ceed8467
AD
1579This addition to the grammar allows for simple error recovery in the
1580event of a parse error. If an expression that cannot be evaluated is
1581read, the error will be recognized by the third rule for @code{line},
1582and parsing will continue. (The @code{yyerror} function is still called
1583upon to print its message as well.) The action executes the statement
1584@code{yyerrok}, a macro defined automatically by Bison; its meaning is
1585that error recovery is complete (@pxref{Error Recovery}). Note the
1586difference between @code{yyerrok} and @code{yyerror}; neither one is a
e0c471a9 1587misprint.
bfa74976
RS
1588
1589This form of error recovery deals with syntax errors. There are other
1590kinds of errors; for example, division by zero, which raises an exception
1591signal that is normally fatal. A real calculator program must handle this
1592signal and use @code{longjmp} to return to @code{main} and resume parsing
1593input lines; it would also have to discard the rest of the current line of
1594input. We won't discuss this issue further because it is not specific to
1595Bison programs.
1596
342b8b6e
AD
1597@node Location Tracking Calc
1598@section Location Tracking Calculator: @code{ltcalc}
1599@cindex location tracking calculator
1600@cindex @code{ltcalc}
1601@cindex calculator, location tracking
1602
9edcd895
AD
1603This example extends the infix notation calculator with location
1604tracking. This feature will be used to improve the error messages. For
1605the sake of clarity, this example is a simple integer calculator, since
1606most of the work needed to use locations will be done in the lexical
1607analyser.
342b8b6e
AD
1608
1609@menu
1610* Decls: Ltcalc Decls. Bison and C declarations for ltcalc.
1611* Rules: Ltcalc Rules. Grammar rules for ltcalc, with explanations.
1612* Lexer: Ltcalc Lexer. The lexical analyzer.
1613@end menu
1614
1615@node Ltcalc Decls
1616@subsection Declarations for @code{ltcalc}
1617
9edcd895
AD
1618The C and Bison declarations for the location tracking calculator are
1619the same as the declarations for the infix notation calculator.
342b8b6e
AD
1620
1621@example
1622/* Location tracking calculator. */
1623
1624%@{
1625#define YYSTYPE int
1626#include <math.h>
1627%@}
1628
1629/* Bison declarations. */
1630%token NUM
1631
1632%left '-' '+'
1633%left '*' '/'
1634%left NEG
1635%right '^'
1636
1637%% /* Grammar follows */
1638@end example
1639
9edcd895
AD
1640@noindent
1641Note there are no declarations specific to locations. Defining a data
1642type for storing locations is not needed: we will use the type provided
1643by default (@pxref{Location Type, ,Data Types of Locations}), which is a
1644four member structure with the following integer fields:
1645@code{first_line}, @code{first_column}, @code{last_line} and
1646@code{last_column}.
342b8b6e
AD
1647
1648@node Ltcalc Rules
1649@subsection Grammar Rules for @code{ltcalc}
1650
9edcd895
AD
1651Whether handling locations or not has no effect on the syntax of your
1652language. Therefore, grammar rules for this example will be very close
1653to those of the previous example: we will only modify them to benefit
1654from the new information.
342b8b6e 1655
9edcd895
AD
1656Here, we will use locations to report divisions by zero, and locate the
1657wrong expressions or subexpressions.
342b8b6e
AD
1658
1659@example
1660@group
1661input : /* empty */
1662 | input line
1663;
1664@end group
1665
1666@group
1667line : '\n'
1668 | exp '\n' @{ printf ("%d\n", $1); @}
1669;
1670@end group
1671
1672@group
1673exp : NUM @{ $$ = $1; @}
1674 | exp '+' exp @{ $$ = $1 + $3; @}
1675 | exp '-' exp @{ $$ = $1 - $3; @}
1676 | exp '*' exp @{ $$ = $1 * $3; @}
1677@end group
342b8b6e 1678@group
9edcd895 1679 | exp '/' exp
342b8b6e
AD
1680 @{
1681 if ($3)
1682 $$ = $1 / $3;
1683 else
1684 @{
1685 $$ = 1;
9edcd895
AD
1686 fprintf (stderr, "%d.%d-%d.%d: division by zero",
1687 @@3.first_line, @@3.first_column,
1688 @@3.last_line, @@3.last_column);
342b8b6e
AD
1689 @}
1690 @}
1691@end group
1692@group
1693 | '-' exp %preg NEG @{ $$ = -$2; @}
1694 | exp '^' exp @{ $$ = pow ($1, $3); @}
1695 | '(' exp ')' @{ $$ = $2; @}
1696@end group
1697@end example
1698
1699This code shows how to reach locations inside of semantic actions, by
1700using the pseudo-variables @code{@@@var{n}} for rule components, and the
1701pseudo-variable @code{@@$} for groupings.
1702
9edcd895
AD
1703We don't need to assign a value to @code{@@$}: the output parser does it
1704automatically. By default, before executing the C code of each action,
1705@code{@@$} is set to range from the beginning of @code{@@1} to the end
1706of @code{@@@var{n}}, for a rule with @var{n} components. This behavior
1707can be redefined (@pxref{Location Default Action, , Default Action for
1708Locations}), and for very specific rules, @code{@@$} can be computed by
1709hand.
342b8b6e
AD
1710
1711@node Ltcalc Lexer
1712@subsection The @code{ltcalc} Lexical Analyzer.
1713
9edcd895
AD
1714Until now, we relied on Bison's defaults to enable location
1715tracking. The next step is to rewrite the lexical analyser, and make it
1716able to feed the parser with the token locations, as it already does for
1717semantic values.
342b8b6e 1718
9edcd895
AD
1719To this end, we must take into account every single character of the
1720input text, to avoid the computed locations of being fuzzy or wrong:
342b8b6e
AD
1721
1722@example
1723@group
1724int
1725yylex (void)
1726@{
1727 int c;
1728
1729 /* skip white space */
1730 while ((c = getchar ()) == ' ' || c == '\t')
1731 ++yylloc.last_column;
1732
1733 /* step */
1734 yylloc.first_line = yylloc.last_line;
1735 yylloc.first_column = yylloc.last_column;
1736@end group
1737
1738@group
1739 /* process numbers */
1740 if (isdigit (c))
1741 @{
1742 yylval = c - '0';
1743 ++yylloc.last_column;
1744 while (isdigit (c = getchar ()))
1745 @{
1746 ++yylloc.last_column;
1747 yylval = yylval * 10 + c - '0';
1748 @}
1749 ungetc (c, stdin);
1750 return NUM;
1751 @}
1752@end group
1753
1754 /* return end-of-file */
1755 if (c == EOF)
1756 return 0;
1757
1758 /* return single chars and update location */
1759 if (c == '\n')
1760 @{
1761 ++yylloc.last_line;
1762 yylloc.last_column = 0;
1763 @}
1764 else
1765 ++yylloc.last_column;
1766 return c;
1767@}
1768@end example
1769
9edcd895
AD
1770Basically, the lexical analyzer performs the same processing as before:
1771it skips blanks and tabs, and reads numbers or single-character tokens.
1772In addition, it updates @code{yylloc}, the global variable (of type
1773@code{YYLTYPE}) containing the token's location.
342b8b6e 1774
9edcd895
AD
1775Now, each time this function returns a token, the parser has its number
1776as well as its semantic value, and its location in the text. The last
1777needed change is to initialize @code{yylloc}, for example in the
1778controlling function:
342b8b6e
AD
1779
1780@example
9edcd895 1781@group
342b8b6e
AD
1782int
1783main (void)
1784@{
1785 yylloc.first_line = yylloc.last_line = 1;
1786 yylloc.first_column = yylloc.last_column = 0;
1787 return yyparse ();
1788@}
9edcd895 1789@end group
342b8b6e
AD
1790@end example
1791
9edcd895
AD
1792Remember that computing locations is not a matter of syntax. Every
1793character must be associated to a location update, whether it is in
1794valid input, in comments, in literal strings, and so on.
342b8b6e
AD
1795
1796@node Multi-function Calc
bfa74976
RS
1797@section Multi-Function Calculator: @code{mfcalc}
1798@cindex multi-function calculator
1799@cindex @code{mfcalc}
1800@cindex calculator, multi-function
1801
1802Now that the basics of Bison have been discussed, it is time to move on to
1803a more advanced problem. The above calculators provided only five
1804functions, @samp{+}, @samp{-}, @samp{*}, @samp{/} and @samp{^}. It would
1805be nice to have a calculator that provides other mathematical functions such
1806as @code{sin}, @code{cos}, etc.
1807
1808It is easy to add new operators to the infix calculator as long as they are
1809only single-character literals. The lexical analyzer @code{yylex} passes
9ecbd125 1810back all nonnumber characters as tokens, so new grammar rules suffice for
bfa74976
RS
1811adding a new operator. But we want something more flexible: built-in
1812functions whose syntax has this form:
1813
1814@example
1815@var{function_name} (@var{argument})
1816@end example
1817
1818@noindent
1819At the same time, we will add memory to the calculator, by allowing you
1820to create named variables, store values in them, and use them later.
1821Here is a sample session with the multi-function calculator:
1822
1823@example
9edcd895
AD
1824$ @kbd{mfcalc}
1825@kbd{pi = 3.141592653589}
bfa74976 18263.1415926536
9edcd895 1827@kbd{sin(pi)}
bfa74976 18280.0000000000
9edcd895 1829@kbd{alpha = beta1 = 2.3}
bfa74976 18302.3000000000
9edcd895 1831@kbd{alpha}
bfa74976 18322.3000000000
9edcd895 1833@kbd{ln(alpha)}
bfa74976 18340.8329091229
9edcd895 1835@kbd{exp(ln(beta1))}
bfa74976 18362.3000000000
9edcd895 1837$
bfa74976
RS
1838@end example
1839
1840Note that multiple assignment and nested function calls are permitted.
1841
1842@menu
1843* Decl: Mfcalc Decl. Bison declarations for multi-function calculator.
1844* Rules: Mfcalc Rules. Grammar rules for the calculator.
1845* Symtab: Mfcalc Symtab. Symbol table management subroutines.
1846@end menu
1847
342b8b6e 1848@node Mfcalc Decl
bfa74976
RS
1849@subsection Declarations for @code{mfcalc}
1850
1851Here are the C and Bison declarations for the multi-function calculator.
1852
1853@smallexample
1854%@{
1855#include <math.h> /* For math functions, cos(), sin(), etc. */
1856#include "calc.h" /* Contains definition of `symrec' */
1857%@}
1858%union @{
1859double val; /* For returning numbers. */
1860symrec *tptr; /* For returning symbol-table pointers */
1861@}
1862
1863%token <val> NUM /* Simple double precision number */
1864%token <tptr> VAR FNCT /* Variable and Function */
1865%type <val> exp
1866
1867%right '='
1868%left '-' '+'
1869%left '*' '/'
1870%left NEG /* Negation--unary minus */
1871%right '^' /* Exponentiation */
1872
1873/* Grammar follows */
1874
1875%%
1876@end smallexample
1877
1878The above grammar introduces only two new features of the Bison language.
1879These features allow semantic values to have various data types
1880(@pxref{Multiple Types, ,More Than One Value Type}).
1881
1882The @code{%union} declaration specifies the entire list of possible types;
1883this is instead of defining @code{YYSTYPE}. The allowable types are now
1884double-floats (for @code{exp} and @code{NUM}) and pointers to entries in
1885the symbol table. @xref{Union Decl, ,The Collection of Value Types}.
1886
1887Since values can now have various types, it is necessary to associate a
1888type with each grammar symbol whose semantic value is used. These symbols
1889are @code{NUM}, @code{VAR}, @code{FNCT}, and @code{exp}. Their
1890declarations are augmented with information about their data type (placed
1891between angle brackets).
1892
704a47c4
AD
1893The Bison construct @code{%type} is used for declaring nonterminal
1894symbols, just as @code{%token} is used for declaring token types. We
1895have not used @code{%type} before because nonterminal symbols are
1896normally declared implicitly by the rules that define them. But
1897@code{exp} must be declared explicitly so we can specify its value type.
1898@xref{Type Decl, ,Nonterminal Symbols}.
bfa74976 1899
342b8b6e 1900@node Mfcalc Rules
bfa74976
RS
1901@subsection Grammar Rules for @code{mfcalc}
1902
1903Here are the grammar rules for the multi-function calculator.
1904Most of them are copied directly from @code{calc}; three rules,
1905those which mention @code{VAR} or @code{FNCT}, are new.
1906
1907@smallexample
1908input: /* empty */
1909 | input line
1910;
1911
1912line:
1913 '\n'
1914 | exp '\n' @{ printf ("\t%.10g\n", $1); @}
1915 | error '\n' @{ yyerrok; @}
1916;
1917
1918exp: NUM @{ $$ = $1; @}
1919 | VAR @{ $$ = $1->value.var; @}
1920 | VAR '=' exp @{ $$ = $3; $1->value.var = $3; @}
1921 | FNCT '(' exp ')' @{ $$ = (*($1->value.fnctptr))($3); @}
1922 | exp '+' exp @{ $$ = $1 + $3; @}
1923 | exp '-' exp @{ $$ = $1 - $3; @}
1924 | exp '*' exp @{ $$ = $1 * $3; @}
1925 | exp '/' exp @{ $$ = $1 / $3; @}
1926 | '-' exp %prec NEG @{ $$ = -$2; @}
1927 | exp '^' exp @{ $$ = pow ($1, $3); @}
1928 | '(' exp ')' @{ $$ = $2; @}
1929;
1930/* End of grammar */
1931%%
1932@end smallexample
1933
342b8b6e 1934@node Mfcalc Symtab
bfa74976
RS
1935@subsection The @code{mfcalc} Symbol Table
1936@cindex symbol table example
1937
1938The multi-function calculator requires a symbol table to keep track of the
1939names and meanings of variables and functions. This doesn't affect the
1940grammar rules (except for the actions) or the Bison declarations, but it
1941requires some additional C functions for support.
1942
1943The symbol table itself consists of a linked list of records. Its
1944definition, which is kept in the header @file{calc.h}, is as follows. It
1945provides for either functions or variables to be placed in the table.
1946
1947@smallexample
1948@group
32dfccf8
AD
1949/* Fonctions type. */
1950typedef double (*func_t) (double);
1951
bfa74976
RS
1952/* Data type for links in the chain of symbols. */
1953struct symrec
1954@{
1955 char *name; /* name of symbol */
1956 int type; /* type of symbol: either VAR or FNCT */
32dfccf8
AD
1957 union
1958 @{
1959 double var; /* value of a VAR */
1960 func_t fnctptr; /* value of a FNCT */
bfa74976
RS
1961 @} value;
1962 struct symrec *next; /* link field */
1963@};
1964@end group
1965
1966@group
1967typedef struct symrec symrec;
1968
1969/* The symbol table: a chain of `struct symrec'. */
1970extern symrec *sym_table;
1971
32dfccf8
AD
1972symrec *putsym (const char *, func_t);
1973symrec *getsym (const char *);
bfa74976
RS
1974@end group
1975@end smallexample
1976
1977The new version of @code{main} includes a call to @code{init_table}, a
1978function that initializes the symbol table. Here it is, and
1979@code{init_table} as well:
1980
1981@smallexample
1982@group
1983#include <stdio.h>
1984
13863333
AD
1985int
1986main (void)
bfa74976
RS
1987@{
1988 init_table ();
13863333 1989 return yyparse ();
bfa74976
RS
1990@}
1991@end group
1992
1993@group
13863333
AD
1994void
1995yyerror (const char *s) /* Called by yyparse on error */
bfa74976
RS
1996@{
1997 printf ("%s\n", s);
1998@}
1999
2000struct init
2001@{
2002 char *fname;
32dfccf8 2003 double (*fnct)(double);
bfa74976
RS
2004@};
2005@end group
2006
2007@group
13863333
AD
2008struct init arith_fncts[] =
2009@{
32dfccf8
AD
2010 "sin", sin,
2011 "cos", cos,
13863333 2012 "atan", atan,
32dfccf8
AD
2013 "ln", log,
2014 "exp", exp,
13863333
AD
2015 "sqrt", sqrt,
2016 0, 0
2017@};
bfa74976
RS
2018
2019/* The symbol table: a chain of `struct symrec'. */
32dfccf8 2020symrec *sym_table = (symrec *) 0;
bfa74976
RS
2021@end group
2022
2023@group
13863333
AD
2024/* Put arithmetic functions in table. */
2025void
2026init_table (void)
bfa74976
RS
2027@{
2028 int i;
2029 symrec *ptr;
2030 for (i = 0; arith_fncts[i].fname != 0; i++)
2031 @{
2032 ptr = putsym (arith_fncts[i].fname, FNCT);
2033 ptr->value.fnctptr = arith_fncts[i].fnct;
2034 @}
2035@}
2036@end group
2037@end smallexample
2038
2039By simply editing the initialization list and adding the necessary include
2040files, you can add additional functions to the calculator.
2041
2042Two important functions allow look-up and installation of symbols in the
2043symbol table. The function @code{putsym} is passed a name and the type
2044(@code{VAR} or @code{FNCT}) of the object to be installed. The object is
2045linked to the front of the list, and a pointer to the object is returned.
2046The function @code{getsym} is passed the name of the symbol to look up. If
2047found, a pointer to that symbol is returned; otherwise zero is returned.
2048
2049@smallexample
2050symrec *
13863333 2051putsym (char *sym_name, int sym_type)
bfa74976
RS
2052@{
2053 symrec *ptr;
2054 ptr = (symrec *) malloc (sizeof (symrec));
2055 ptr->name = (char *) malloc (strlen (sym_name) + 1);
2056 strcpy (ptr->name,sym_name);
2057 ptr->type = sym_type;
2058 ptr->value.var = 0; /* set value to 0 even if fctn. */
2059 ptr->next = (struct symrec *)sym_table;
2060 sym_table = ptr;
2061 return ptr;
2062@}
2063
2064symrec *
13863333 2065getsym (const char *sym_name)
bfa74976
RS
2066@{
2067 symrec *ptr;
2068 for (ptr = sym_table; ptr != (symrec *) 0;
2069 ptr = (symrec *)ptr->next)
2070 if (strcmp (ptr->name,sym_name) == 0)
2071 return ptr;
2072 return 0;
2073@}
2074@end smallexample
2075
2076The function @code{yylex} must now recognize variables, numeric values, and
2077the single-character arithmetic operators. Strings of alphanumeric
14ded682 2078characters with a leading non-digit are recognized as either variables or
bfa74976
RS
2079functions depending on what the symbol table says about them.
2080
2081The string is passed to @code{getsym} for look up in the symbol table. If
2082the name appears in the table, a pointer to its location and its type
2083(@code{VAR} or @code{FNCT}) is returned to @code{yyparse}. If it is not
2084already in the table, then it is installed as a @code{VAR} using
2085@code{putsym}. Again, a pointer and its type (which must be @code{VAR}) is
e0c471a9 2086returned to @code{yyparse}.
bfa74976
RS
2087
2088No change is needed in the handling of numeric values and arithmetic
2089operators in @code{yylex}.
2090
2091@smallexample
2092@group
2093#include <ctype.h>
13863333
AD
2094
2095int
2096yylex (void)
bfa74976
RS
2097@{
2098 int c;
2099
2100 /* Ignore whitespace, get first nonwhite character. */
2101 while ((c = getchar ()) == ' ' || c == '\t');
2102
2103 if (c == EOF)
2104 return 0;
2105@end group
2106
2107@group
2108 /* Char starts a number => parse the number. */
2109 if (c == '.' || isdigit (c))
2110 @{
2111 ungetc (c, stdin);
2112 scanf ("%lf", &yylval.val);
2113 return NUM;
2114 @}
2115@end group
2116
2117@group
2118 /* Char starts an identifier => read the name. */
2119 if (isalpha (c))
2120 @{
2121 symrec *s;
2122 static char *symbuf = 0;
2123 static int length = 0;
2124 int i;
2125@end group
2126
2127@group
2128 /* Initially make the buffer long enough
2129 for a 40-character symbol name. */
2130 if (length == 0)
2131 length = 40, symbuf = (char *)malloc (length + 1);
2132
2133 i = 0;
2134 do
2135@end group
2136@group
2137 @{
2138 /* If buffer is full, make it bigger. */
2139 if (i == length)
2140 @{
2141 length *= 2;
2142 symbuf = (char *)realloc (symbuf, length + 1);
2143 @}
2144 /* Add this character to the buffer. */
2145 symbuf[i++] = c;
2146 /* Get another character. */
2147 c = getchar ();
2148 @}
2149@end group
2150@group
2151 while (c != EOF && isalnum (c));
2152
2153 ungetc (c, stdin);
2154 symbuf[i] = '\0';
2155@end group
2156
2157@group
2158 s = getsym (symbuf);
2159 if (s == 0)
2160 s = putsym (symbuf, VAR);
2161 yylval.tptr = s;
2162 return s->type;
2163 @}
2164
2165 /* Any other character is a token by itself. */
2166 return c;
2167@}
2168@end group
2169@end smallexample
2170
2171This program is both powerful and flexible. You may easily add new
704a47c4
AD
2172functions, and it is a simple job to modify this code to install
2173predefined variables such as @code{pi} or @code{e} as well.
bfa74976 2174
342b8b6e 2175@node Exercises
bfa74976
RS
2176@section Exercises
2177@cindex exercises
2178
2179@enumerate
2180@item
2181Add some new functions from @file{math.h} to the initialization list.
2182
2183@item
2184Add another array that contains constants and their values. Then
2185modify @code{init_table} to add these constants to the symbol table.
2186It will be easiest to give the constants type @code{VAR}.
2187
2188@item
2189Make the program report an error if the user refers to an
2190uninitialized variable in any way except to store a value in it.
2191@end enumerate
2192
342b8b6e 2193@node Grammar File
bfa74976
RS
2194@chapter Bison Grammar Files
2195
2196Bison takes as input a context-free grammar specification and produces a
2197C-language function that recognizes correct instances of the grammar.
2198
2199The Bison grammar input file conventionally has a name ending in @samp{.y}.
234a3be3 2200@xref{Invocation, ,Invoking Bison}.
bfa74976
RS
2201
2202@menu
2203* Grammar Outline:: Overall layout of the grammar file.
2204* Symbols:: Terminal and nonterminal symbols.
2205* Rules:: How to write grammar rules.
2206* Recursion:: Writing recursive rules.
2207* Semantics:: Semantic values and actions.
847bf1f5 2208* Locations:: Locations and actions.
bfa74976
RS
2209* Declarations:: All kinds of Bison declarations are described here.
2210* Multiple Parsers:: Putting more than one Bison parser in one program.
2211@end menu
2212
342b8b6e 2213@node Grammar Outline
bfa74976
RS
2214@section Outline of a Bison Grammar
2215
2216A Bison grammar file has four main sections, shown here with the
2217appropriate delimiters:
2218
2219@example
2220%@{
75f5aaea 2221@var{Prologue}
bfa74976
RS
2222%@}
2223
2224@var{Bison declarations}
2225
2226%%
2227@var{Grammar rules}
2228%%
2229
75f5aaea 2230@var{Epilogue}
bfa74976
RS
2231@end example
2232
2233Comments enclosed in @samp{/* @dots{} */} may appear in any of the sections.
2234
2235@menu
75f5aaea 2236* Prologue:: Syntax and usage of the prologue.
bfa74976
RS
2237* Bison Declarations:: Syntax and usage of the Bison declarations section.
2238* Grammar Rules:: Syntax and usage of the grammar rules section.
75f5aaea 2239* Epilogue:: Syntax and usage of the epilogue.
bfa74976
RS
2240@end menu
2241
75f5aaea
MA
2242@node Prologue, Bison Declarations, , Grammar Outline
2243@subsection The prologue
2244@cindex declarations section
2245@cindex Prologue
2246@cindex declarations
bfa74976 2247
08e49d20 2248The @var{Prologue} section contains macro definitions and
bfa74976
RS
2249declarations of functions and variables that are used in the actions in the
2250grammar rules. These are copied to the beginning of the parser file so
2251that they precede the definition of @code{yyparse}. You can use
2252@samp{#include} to get the declarations from a header file. If you don't
2253need any C declarations, you may omit the @samp{%@{} and @samp{%@}}
2254delimiters that bracket this section.
2255
c732d2c6
AD
2256You may have more than one @var{Prologue} section, intermixed with the
2257@var{Bison declarations}. This allows you to have C and Bison
2258declarations that refer to each other. For example, the @code{%union}
2259declaration may use types defined in a header file, and you may wish to
2260prototype functions that take arguments of type @code{YYSTYPE}. This
2261can be done with two @var{Prologue} blocks, one before and one after the
2262@code{%union} declaration.
2263
2264@smallexample
2265%@{
2266#include <stdio.h>
2267#include "ptypes.h"
2268%@}
2269
2270%union @{
2271 long n;
2272 tree t; /* @r{@code{tree} is defined in @file{ptypes.h}.} */
2273@}
2274
2275%@{
2276static void yyprint(FILE *, int, YYSTYPE);
2277#define YYPRINT(F, N, L) yyprint(F, N, L)
2278%@}
2279
2280@dots{}
2281@end smallexample
2282
342b8b6e 2283@node Bison Declarations
bfa74976
RS
2284@subsection The Bison Declarations Section
2285@cindex Bison declarations (introduction)
2286@cindex declarations, Bison (introduction)
2287
2288The @var{Bison declarations} section contains declarations that define
2289terminal and nonterminal symbols, specify precedence, and so on.
2290In some simple grammars you may not need any declarations.
2291@xref{Declarations, ,Bison Declarations}.
2292
342b8b6e 2293@node Grammar Rules
bfa74976
RS
2294@subsection The Grammar Rules Section
2295@cindex grammar rules section
2296@cindex rules section for grammar
2297
2298The @dfn{grammar rules} section contains one or more Bison grammar
2299rules, and nothing else. @xref{Rules, ,Syntax of Grammar Rules}.
2300
2301There must always be at least one grammar rule, and the first
2302@samp{%%} (which precedes the grammar rules) may never be omitted even
2303if it is the first thing in the file.
2304
75f5aaea
MA
2305@node Epilogue, , Grammar Rules, Grammar Outline
2306@subsection The epilogue
bfa74976 2307@cindex additional C code section
75f5aaea 2308@cindex epilogue
bfa74976
RS
2309@cindex C code, section for additional
2310
08e49d20
PE
2311The @var{Epilogue} is copied verbatim to the end of the parser file, just as
2312the @var{Prologue} is copied to the beginning. This is the most convenient
342b8b6e
AD
2313place to put anything that you want to have in the parser file but which need
2314not come before the definition of @code{yyparse}. For example, the
2315definitions of @code{yylex} and @code{yyerror} often go here.
75f5aaea 2316@xref{Interface, ,Parser C-Language Interface}.
bfa74976
RS
2317
2318If the last section is empty, you may omit the @samp{%%} that separates it
2319from the grammar rules.
2320
2321The Bison parser itself contains many static variables whose names start
2322with @samp{yy} and many macros whose names start with @samp{YY}. It is a
2323good idea to avoid using any such names (except those documented in this
75f5aaea 2324manual) in the epilogue of the grammar file.
bfa74976 2325
342b8b6e 2326@node Symbols
bfa74976
RS
2327@section Symbols, Terminal and Nonterminal
2328@cindex nonterminal symbol
2329@cindex terminal symbol
2330@cindex token type
2331@cindex symbol
2332
2333@dfn{Symbols} in Bison grammars represent the grammatical classifications
2334of the language.
2335
2336A @dfn{terminal symbol} (also known as a @dfn{token type}) represents a
2337class of syntactically equivalent tokens. You use the symbol in grammar
2338rules to mean that a token in that class is allowed. The symbol is
2339represented in the Bison parser by a numeric code, and the @code{yylex}
2340function returns a token type code to indicate what kind of token has been
2341read. You don't need to know what the code value is; you can use the
2342symbol to stand for it.
2343
2344A @dfn{nonterminal symbol} stands for a class of syntactically equivalent
2345groupings. The symbol name is used in writing grammar rules. By convention,
2346it should be all lower case.
2347
2348Symbol names can contain letters, digits (not at the beginning),
2349underscores and periods. Periods make sense only in nonterminals.
2350
931c7513 2351There are three ways of writing terminal symbols in the grammar:
bfa74976
RS
2352
2353@itemize @bullet
2354@item
2355A @dfn{named token type} is written with an identifier, like an
2356identifier in C. By convention, it should be all upper case. Each
2357such name must be defined with a Bison declaration such as
2358@code{%token}. @xref{Token Decl, ,Token Type Names}.
2359
2360@item
2361@cindex character token
2362@cindex literal token
2363@cindex single-character literal
931c7513
RS
2364A @dfn{character token type} (or @dfn{literal character token}) is
2365written in the grammar using the same syntax used in C for character
2366constants; for example, @code{'+'} is a character token type. A
2367character token type doesn't need to be declared unless you need to
2368specify its semantic value data type (@pxref{Value Type, ,Data Types of
2369Semantic Values}), associativity, or precedence (@pxref{Precedence,
2370,Operator Precedence}).
bfa74976
RS
2371
2372By convention, a character token type is used only to represent a
2373token that consists of that particular character. Thus, the token
2374type @code{'+'} is used to represent the character @samp{+} as a
2375token. Nothing enforces this convention, but if you depart from it,
2376your program will confuse other readers.
2377
2378All the usual escape sequences used in character literals in C can be
2379used in Bison as well, but you must not use the null character as a
e966383b 2380character literal because its numeric code, zero, is the code @code{yylex}
931c7513
RS
2381returns for end-of-input (@pxref{Calling Convention, ,Calling Convention
2382for @code{yylex}}).
2383
2384@item
2385@cindex string token
2386@cindex literal string token
9ecbd125 2387@cindex multicharacter literal
931c7513
RS
2388A @dfn{literal string token} is written like a C string constant; for
2389example, @code{"<="} is a literal string token. A literal string token
2390doesn't need to be declared unless you need to specify its semantic
14ded682 2391value data type (@pxref{Value Type}), associativity, or precedence
931c7513
RS
2392(@pxref{Precedence}).
2393
2394You can associate the literal string token with a symbolic name as an
2395alias, using the @code{%token} declaration (@pxref{Token Decl, ,Token
2396Declarations}). If you don't do that, the lexical analyzer has to
2397retrieve the token number for the literal string token from the
2398@code{yytname} table (@pxref{Calling Convention}).
2399
2400@strong{WARNING}: literal string tokens do not work in Yacc.
2401
2402By convention, a literal string token is used only to represent a token
2403that consists of that particular string. Thus, you should use the token
2404type @code{"<="} to represent the string @samp{<=} as a token. Bison
9ecbd125 2405does not enforce this convention, but if you depart from it, people who
931c7513
RS
2406read your program will be confused.
2407
2408All the escape sequences used in string literals in C can be used in
2409Bison as well. A literal string token must contain two or more
2410characters; for a token containing just one character, use a character
2411token (see above).
bfa74976
RS
2412@end itemize
2413
2414How you choose to write a terminal symbol has no effect on its
2415grammatical meaning. That depends only on where it appears in rules and
2416on when the parser function returns that symbol.
2417
2418The value returned by @code{yylex} is always one of the terminal symbols
2419(or 0 for end-of-input). Whichever way you write the token type in the
2420grammar rules, you write it the same way in the definition of @code{yylex}.
e966383b 2421The numeric code for a character token type is simply the numeric code of
bfa74976
RS
2422the character, so @code{yylex} can use the identical character constant to
2423generate the requisite code. Each named token type becomes a C macro in
2424the parser file, so @code{yylex} can use the name to stand for the code.
13863333 2425(This is why periods don't make sense in terminal symbols.)
bfa74976
RS
2426@xref{Calling Convention, ,Calling Convention for @code{yylex}}.
2427
2428If @code{yylex} is defined in a separate file, you need to arrange for the
2429token-type macro definitions to be available there. Use the @samp{-d}
2430option when you run Bison, so that it will write these macro definitions
2431into a separate header file @file{@var{name}.tab.h} which you can include
2432in the other source files that need it. @xref{Invocation, ,Invoking Bison}.
2433
e966383b
PE
2434The @code{yylex} function must use the same character set and encoding
2435that was used by Bison. For example, if you run Bison in an
2436@sc{ascii} environment, but then compile and run the resulting program
2437in an environment that uses an incompatible character set like
2438@sc{ebcdic}, the resulting program will probably not work because the
2439tables generated by Bison will assume @sc{ascii} numeric values for
2440character tokens. Portable grammars should avoid non-@sc{ascii}
2441character tokens, as implementations in practice often use different
2442and incompatible extensions in this area. However, it is standard
2443practice for software distributions to contain C source files that
2444were generated by Bison in an @sc{ascii} environment, so installers on
2445platforms that are incompatible with @sc{ascii} must rebuild those
2446files before compiling them.
2447
bfa74976
RS
2448The symbol @code{error} is a terminal symbol reserved for error recovery
2449(@pxref{Error Recovery}); you shouldn't use it for any other purpose.
23c5a174
AD
2450In particular, @code{yylex} should never return this value. The default
2451value of the error token is 256, unless you explicitly assigned 256 to
2452one of your tokens with a @code{%token} declaration.
bfa74976 2453
342b8b6e 2454@node Rules
bfa74976
RS
2455@section Syntax of Grammar Rules
2456@cindex rule syntax
2457@cindex grammar rule syntax
2458@cindex syntax of grammar rules
2459
2460A Bison grammar rule has the following general form:
2461
2462@example
e425e872 2463@group
bfa74976
RS
2464@var{result}: @var{components}@dots{}
2465 ;
e425e872 2466@end group
bfa74976
RS
2467@end example
2468
2469@noindent
9ecbd125 2470where @var{result} is the nonterminal symbol that this rule describes,
bfa74976 2471and @var{components} are various terminal and nonterminal symbols that
13863333 2472are put together by this rule (@pxref{Symbols}).
bfa74976
RS
2473
2474For example,
2475
2476@example
2477@group
2478exp: exp '+' exp
2479 ;
2480@end group
2481@end example
2482
2483@noindent
2484says that two groupings of type @code{exp}, with a @samp{+} token in between,
2485can be combined into a larger grouping of type @code{exp}.
2486
2487Whitespace in rules is significant only to separate symbols. You can add
2488extra whitespace as you wish.
2489
2490Scattered among the components can be @var{actions} that determine
2491the semantics of the rule. An action looks like this:
2492
2493@example
2494@{@var{C statements}@}
2495@end example
2496
2497@noindent
2498Usually there is only one action and it follows the components.
2499@xref{Actions}.
2500
2501@findex |
2502Multiple rules for the same @var{result} can be written separately or can
2503be joined with the vertical-bar character @samp{|} as follows:
2504
2505@ifinfo
2506@example
2507@var{result}: @var{rule1-components}@dots{}
2508 | @var{rule2-components}@dots{}
2509 @dots{}
2510 ;
2511@end example
2512@end ifinfo
2513@iftex
2514@example
2515@group
2516@var{result}: @var{rule1-components}@dots{}
2517 | @var{rule2-components}@dots{}
2518 @dots{}
2519 ;
2520@end group
2521@end example
2522@end iftex
2523
2524@noindent
2525They are still considered distinct rules even when joined in this way.
2526
2527If @var{components} in a rule is empty, it means that @var{result} can
2528match the empty string. For example, here is how to define a
2529comma-separated sequence of zero or more @code{exp} groupings:
2530
2531@example
2532@group
2533expseq: /* empty */
2534 | expseq1
2535 ;
2536@end group
2537
2538@group
2539expseq1: exp
2540 | expseq1 ',' exp
2541 ;
2542@end group
2543@end example
2544
2545@noindent
2546It is customary to write a comment @samp{/* empty */} in each rule
2547with no components.
2548
342b8b6e 2549@node Recursion
bfa74976
RS
2550@section Recursive Rules
2551@cindex recursive rule
2552
2553A rule is called @dfn{recursive} when its @var{result} nonterminal appears
2554also on its right hand side. Nearly all Bison grammars need to use
2555recursion, because that is the only way to define a sequence of any number
9ecbd125
JT
2556of a particular thing. Consider this recursive definition of a
2557comma-separated sequence of one or more expressions:
bfa74976
RS
2558
2559@example
2560@group
2561expseq1: exp
2562 | expseq1 ',' exp
2563 ;
2564@end group
2565@end example
2566
2567@cindex left recursion
2568@cindex right recursion
2569@noindent
2570Since the recursive use of @code{expseq1} is the leftmost symbol in the
2571right hand side, we call this @dfn{left recursion}. By contrast, here
2572the same construct is defined using @dfn{right recursion}:
2573
2574@example
2575@group
2576expseq1: exp
2577 | exp ',' expseq1
2578 ;
2579@end group
2580@end example
2581
2582@noindent
ec3bc396
AD
2583Any kind of sequence can be defined using either left recursion or right
2584recursion, but you should always use left recursion, because it can
2585parse a sequence of any number of elements with bounded stack space.
2586Right recursion uses up space on the Bison stack in proportion to the
2587number of elements in the sequence, because all the elements must be
2588shifted onto the stack before the rule can be applied even once.
2589@xref{Algorithm, ,The Bison Parser Algorithm}, for further explanation
2590of this.
bfa74976
RS
2591
2592@cindex mutual recursion
2593@dfn{Indirect} or @dfn{mutual} recursion occurs when the result of the
2594rule does not appear directly on its right hand side, but does appear
2595in rules for other nonterminals which do appear on its right hand
13863333 2596side.
bfa74976
RS
2597
2598For example:
2599
2600@example
2601@group
2602expr: primary
2603 | primary '+' primary
2604 ;
2605@end group
2606
2607@group
2608primary: constant
2609 | '(' expr ')'
2610 ;
2611@end group
2612@end example
2613
2614@noindent
2615defines two mutually-recursive nonterminals, since each refers to the
2616other.
2617
342b8b6e 2618@node Semantics
bfa74976
RS
2619@section Defining Language Semantics
2620@cindex defining language semantics
13863333 2621@cindex language semantics, defining
bfa74976
RS
2622
2623The grammar rules for a language determine only the syntax. The semantics
2624are determined by the semantic values associated with various tokens and
2625groupings, and by the actions taken when various groupings are recognized.
2626
2627For example, the calculator calculates properly because the value
2628associated with each expression is the proper number; it adds properly
2629because the action for the grouping @w{@samp{@var{x} + @var{y}}} is to add
2630the numbers associated with @var{x} and @var{y}.
2631
2632@menu
2633* Value Type:: Specifying one data type for all semantic values.
2634* Multiple Types:: Specifying several alternative data types.
2635* Actions:: An action is the semantic definition of a grammar rule.
2636* Action Types:: Specifying data types for actions to operate on.
2637* Mid-Rule Actions:: Most actions go at the end of a rule.
2638 This says when, why and how to use the exceptional
2639 action in the middle of a rule.
2640@end menu
2641
342b8b6e 2642@node Value Type
bfa74976
RS
2643@subsection Data Types of Semantic Values
2644@cindex semantic value type
2645@cindex value type, semantic
2646@cindex data types of semantic values
2647@cindex default data type
2648
2649In a simple program it may be sufficient to use the same data type for
2650the semantic values of all language constructs. This was true in the
1964ad8c
AD
2651RPN and infix calculator examples (@pxref{RPN Calc, ,Reverse Polish
2652Notation Calculator}).
bfa74976
RS
2653
2654Bison's default is to use type @code{int} for all semantic values. To
2655specify some other type, define @code{YYSTYPE} as a macro, like this:
2656
2657@example
2658#define YYSTYPE double
2659@end example
2660
2661@noindent
342b8b6e 2662This macro definition must go in the prologue of the grammar file
75f5aaea 2663(@pxref{Grammar Outline, ,Outline of a Bison Grammar}).
bfa74976 2664
342b8b6e 2665@node Multiple Types
bfa74976
RS
2666@subsection More Than One Value Type
2667
2668In most programs, you will need different data types for different kinds
2669of tokens and groupings. For example, a numeric constant may need type
2670@code{int} or @code{long}, while a string constant needs type @code{char *},
2671and an identifier might need a pointer to an entry in the symbol table.
2672
2673To use more than one data type for semantic values in one parser, Bison
2674requires you to do two things:
2675
2676@itemize @bullet
2677@item
2678Specify the entire collection of possible data types, with the
704a47c4
AD
2679@code{%union} Bison declaration (@pxref{Union Decl, ,The Collection of
2680Value Types}).
bfa74976
RS
2681
2682@item
14ded682
AD
2683Choose one of those types for each symbol (terminal or nonterminal) for
2684which semantic values are used. This is done for tokens with the
2685@code{%token} Bison declaration (@pxref{Token Decl, ,Token Type Names})
2686and for groupings with the @code{%type} Bison declaration (@pxref{Type
2687Decl, ,Nonterminal Symbols}).
bfa74976
RS
2688@end itemize
2689
342b8b6e 2690@node Actions
bfa74976
RS
2691@subsection Actions
2692@cindex action
2693@vindex $$
2694@vindex $@var{n}
2695
2696An action accompanies a syntactic rule and contains C code to be executed
2697each time an instance of that rule is recognized. The task of most actions
2698is to compute a semantic value for the grouping built by the rule from the
2699semantic values associated with tokens or smaller groupings.
2700
2701An action consists of C statements surrounded by braces, much like a
704a47c4
AD
2702compound statement in C. It can be placed at any position in the rule;
2703it is executed at that position. Most rules have just one action at the
2704end of the rule, following all the components. Actions in the middle of
2705a rule are tricky and used only for special purposes (@pxref{Mid-Rule
2706Actions, ,Actions in Mid-Rule}).
bfa74976
RS
2707
2708The C code in an action can refer to the semantic values of the components
2709matched by the rule with the construct @code{$@var{n}}, which stands for
2710the value of the @var{n}th component. The semantic value for the grouping
2711being constructed is @code{$$}. (Bison translates both of these constructs
2712into array element references when it copies the actions into the parser
2713file.)
2714
2715Here is a typical example:
2716
2717@example
2718@group
2719exp: @dots{}
2720 | exp '+' exp
2721 @{ $$ = $1 + $3; @}
2722@end group
2723@end example
2724
2725@noindent
2726This rule constructs an @code{exp} from two smaller @code{exp} groupings
2727connected by a plus-sign token. In the action, @code{$1} and @code{$3}
2728refer to the semantic values of the two component @code{exp} groupings,
2729which are the first and third symbols on the right hand side of the rule.
2730The sum is stored into @code{$$} so that it becomes the semantic value of
2731the addition-expression just recognized by the rule. If there were a
2732useful semantic value associated with the @samp{+} token, it could be
e0c471a9 2733referred to as @code{$2}.
bfa74976 2734
3ded9a63
AD
2735Note that the vertical-bar character @samp{|} is really a rule
2736separator, and actions are attached to a single rule. This is a
2737difference with tools like Flex, for which @samp{|} stands for either
2738``or'', or ``the same action as that of the next rule''. In the
2739following example, the action is triggered only when @samp{b} is found:
2740
2741@example
2742@group
2743a-or-b: 'a'|'b' @{ a_or_b_found = 1; @};
2744@end group
2745@end example
2746
bfa74976
RS
2747@cindex default action
2748If you don't specify an action for a rule, Bison supplies a default:
2749@w{@code{$$ = $1}.} Thus, the value of the first symbol in the rule becomes
2750the value of the whole rule. Of course, the default rule is valid only
2751if the two data types match. There is no meaningful default action for
2752an empty rule; every empty rule must have an explicit action unless the
2753rule's value does not matter.
2754
2755@code{$@var{n}} with @var{n} zero or negative is allowed for reference
2756to tokens and groupings on the stack @emph{before} those that match the
2757current rule. This is a very risky practice, and to use it reliably
2758you must be certain of the context in which the rule is applied. Here
2759is a case in which you can use this reliably:
2760
2761@example
2762@group
2763foo: expr bar '+' expr @{ @dots{} @}
2764 | expr bar '-' expr @{ @dots{} @}
2765 ;
2766@end group
2767
2768@group
2769bar: /* empty */
2770 @{ previous_expr = $0; @}
2771 ;
2772@end group
2773@end example
2774
2775As long as @code{bar} is used only in the fashion shown here, @code{$0}
2776always refers to the @code{expr} which precedes @code{bar} in the
2777definition of @code{foo}.
2778
342b8b6e 2779@node Action Types
bfa74976
RS
2780@subsection Data Types of Values in Actions
2781@cindex action data types
2782@cindex data types in actions
2783
2784If you have chosen a single data type for semantic values, the @code{$$}
2785and @code{$@var{n}} constructs always have that data type.
2786
2787If you have used @code{%union} to specify a variety of data types, then you
2788must declare a choice among these types for each terminal or nonterminal
2789symbol that can have a semantic value. Then each time you use @code{$$} or
2790@code{$@var{n}}, its data type is determined by which symbol it refers to
e0c471a9 2791in the rule. In this example,
bfa74976
RS
2792
2793@example
2794@group
2795exp: @dots{}
2796 | exp '+' exp
2797 @{ $$ = $1 + $3; @}
2798@end group
2799@end example
2800
2801@noindent
2802@code{$1} and @code{$3} refer to instances of @code{exp}, so they all
2803have the data type declared for the nonterminal symbol @code{exp}. If
2804@code{$2} were used, it would have the data type declared for the
e0c471a9 2805terminal symbol @code{'+'}, whatever that might be.
bfa74976
RS
2806
2807Alternatively, you can specify the data type when you refer to the value,
2808by inserting @samp{<@var{type}>} after the @samp{$} at the beginning of the
2809reference. For example, if you have defined types as shown here:
2810
2811@example
2812@group
2813%union @{
2814 int itype;
2815 double dtype;
2816@}
2817@end group
2818@end example
2819
2820@noindent
2821then you can write @code{$<itype>1} to refer to the first subunit of the
2822rule as an integer, or @code{$<dtype>1} to refer to it as a double.
2823
342b8b6e 2824@node Mid-Rule Actions
bfa74976
RS
2825@subsection Actions in Mid-Rule
2826@cindex actions in mid-rule
2827@cindex mid-rule actions
2828
2829Occasionally it is useful to put an action in the middle of a rule.
2830These actions are written just like usual end-of-rule actions, but they
2831are executed before the parser even recognizes the following components.
2832
2833A mid-rule action may refer to the components preceding it using
2834@code{$@var{n}}, but it may not refer to subsequent components because
2835it is run before they are parsed.
2836
2837The mid-rule action itself counts as one of the components of the rule.
2838This makes a difference when there is another action later in the same rule
2839(and usually there is another at the end): you have to count the actions
2840along with the symbols when working out which number @var{n} to use in
2841@code{$@var{n}}.
2842
2843The mid-rule action can also have a semantic value. The action can set
2844its value with an assignment to @code{$$}, and actions later in the rule
2845can refer to the value using @code{$@var{n}}. Since there is no symbol
2846to name the action, there is no way to declare a data type for the value
fdc6758b
MA
2847in advance, so you must use the @samp{$<@dots{}>@var{n}} construct to
2848specify a data type each time you refer to this value.
bfa74976
RS
2849
2850There is no way to set the value of the entire rule with a mid-rule
2851action, because assignments to @code{$$} do not have that effect. The
2852only way to set the value for the entire rule is with an ordinary action
2853at the end of the rule.
2854
2855Here is an example from a hypothetical compiler, handling a @code{let}
2856statement that looks like @samp{let (@var{variable}) @var{statement}} and
2857serves to create a variable named @var{variable} temporarily for the
2858duration of @var{statement}. To parse this construct, we must put
2859@var{variable} into the symbol table while @var{statement} is parsed, then
2860remove it afterward. Here is how it is done:
2861
2862@example
2863@group
2864stmt: LET '(' var ')'
2865 @{ $<context>$ = push_context ();
2866 declare_variable ($3); @}
2867 stmt @{ $$ = $6;
2868 pop_context ($<context>5); @}
2869@end group
2870@end example
2871
2872@noindent
2873As soon as @samp{let (@var{variable})} has been recognized, the first
2874action is run. It saves a copy of the current semantic context (the
2875list of accessible variables) as its semantic value, using alternative
2876@code{context} in the data-type union. Then it calls
2877@code{declare_variable} to add the new variable to that list. Once the
2878first action is finished, the embedded statement @code{stmt} can be
2879parsed. Note that the mid-rule action is component number 5, so the
2880@samp{stmt} is component number 6.
2881
2882After the embedded statement is parsed, its semantic value becomes the
2883value of the entire @code{let}-statement. Then the semantic value from the
2884earlier action is used to restore the prior list of variables. This
2885removes the temporary @code{let}-variable from the list so that it won't
2886appear to exist while the rest of the program is parsed.
2887
2888Taking action before a rule is completely recognized often leads to
2889conflicts since the parser must commit to a parse in order to execute the
2890action. For example, the following two rules, without mid-rule actions,
2891can coexist in a working parser because the parser can shift the open-brace
2892token and look at what follows before deciding whether there is a
2893declaration or not:
2894
2895@example
2896@group
2897compound: '@{' declarations statements '@}'
2898 | '@{' statements '@}'
2899 ;
2900@end group
2901@end example
2902
2903@noindent
2904But when we add a mid-rule action as follows, the rules become nonfunctional:
2905
2906@example
2907@group
2908compound: @{ prepare_for_local_variables (); @}
2909 '@{' declarations statements '@}'
2910@end group
2911@group
2912 | '@{' statements '@}'
2913 ;
2914@end group
2915@end example
2916
2917@noindent
2918Now the parser is forced to decide whether to run the mid-rule action
2919when it has read no farther than the open-brace. In other words, it
2920must commit to using one rule or the other, without sufficient
2921information to do it correctly. (The open-brace token is what is called
2922the @dfn{look-ahead} token at this time, since the parser is still
2923deciding what to do about it. @xref{Look-Ahead, ,Look-Ahead Tokens}.)
2924
2925You might think that you could correct the problem by putting identical
2926actions into the two rules, like this:
2927
2928@example
2929@group
2930compound: @{ prepare_for_local_variables (); @}
2931 '@{' declarations statements '@}'
2932 | @{ prepare_for_local_variables (); @}
2933 '@{' statements '@}'
2934 ;
2935@end group
2936@end example
2937
2938@noindent
2939But this does not help, because Bison does not realize that the two actions
2940are identical. (Bison never tries to understand the C code in an action.)
2941
2942If the grammar is such that a declaration can be distinguished from a
2943statement by the first token (which is true in C), then one solution which
2944does work is to put the action after the open-brace, like this:
2945
2946@example
2947@group
2948compound: '@{' @{ prepare_for_local_variables (); @}
2949 declarations statements '@}'
2950 | '@{' statements '@}'
2951 ;
2952@end group
2953@end example
2954
2955@noindent
2956Now the first token of the following declaration or statement,
2957which would in any case tell Bison which rule to use, can still do so.
2958
2959Another solution is to bury the action inside a nonterminal symbol which
2960serves as a subroutine:
2961
2962@example
2963@group
2964subroutine: /* empty */
2965 @{ prepare_for_local_variables (); @}
2966 ;
2967
2968@end group
2969
2970@group
2971compound: subroutine
2972 '@{' declarations statements '@}'
2973 | subroutine
2974 '@{' statements '@}'
2975 ;
2976@end group
2977@end example
2978
2979@noindent
2980Now Bison can execute the action in the rule for @code{subroutine} without
2981deciding which rule for @code{compound} it will eventually use. Note that
2982the action is now at the end of its rule. Any mid-rule action can be
2983converted to an end-of-rule action in this way, and this is what Bison
2984actually does to implement mid-rule actions.
2985
342b8b6e 2986@node Locations
847bf1f5
AD
2987@section Tracking Locations
2988@cindex location
2989@cindex textual position
2990@cindex position, textual
2991
2992Though grammar rules and semantic actions are enough to write a fully
2993functional parser, it can be useful to process some additionnal informations,
3e259915
MA
2994especially symbol locations.
2995
2996@c (terminal or not) ?
847bf1f5 2997
704a47c4
AD
2998The way locations are handled is defined by providing a data type, and
2999actions to take when rules are matched.
847bf1f5
AD
3000
3001@menu
3002* Location Type:: Specifying a data type for locations.
3003* Actions and Locations:: Using locations in actions.
3004* Location Default Action:: Defining a general way to compute locations.
3005@end menu
3006
342b8b6e 3007@node Location Type
847bf1f5
AD
3008@subsection Data Type of Locations
3009@cindex data type of locations
3010@cindex default location type
3011
3012Defining a data type for locations is much simpler than for semantic values,
3013since all tokens and groupings always use the same type.
3014
3015The type of locations is specified by defining a macro called @code{YYLTYPE}.
3016When @code{YYLTYPE} is not defined, Bison uses a default structure type with
3017four members:
3018
3019@example
3020struct
3021@{
3022 int first_line;
3023 int first_column;
3024 int last_line;
3025 int last_column;
3026@}
3027@end example
3028
342b8b6e 3029@node Actions and Locations
847bf1f5
AD
3030@subsection Actions and Locations
3031@cindex location actions
3032@cindex actions, location
3033@vindex @@$
3034@vindex @@@var{n}
3035
3036Actions are not only useful for defining language semantics, but also for
3037describing the behavior of the output parser with locations.
3038
3039The most obvious way for building locations of syntactic groupings is very
3040similar to the way semantic values are computed. In a given rule, several
3041constructs can be used to access the locations of the elements being matched.
3042The location of the @var{n}th component of the right hand side is
3043@code{@@@var{n}}, while the location of the left hand side grouping is
3044@code{@@$}.
3045
3e259915 3046Here is a basic example using the default data type for locations:
847bf1f5
AD
3047
3048@example
3049@group
3050exp: @dots{}
3e259915 3051 | exp '/' exp
847bf1f5 3052 @{
3e259915
MA
3053 @@$.first_column = @@1.first_column;
3054 @@$.first_line = @@1.first_line;
847bf1f5
AD
3055 @@$.last_column = @@3.last_column;
3056 @@$.last_line = @@3.last_line;
3e259915
MA
3057 if ($3)
3058 $$ = $1 / $3;
3059 else
3060 @{
3061 $$ = 1;
3062 printf("Division by zero, l%d,c%d-l%d,c%d",
3063 @@3.first_line, @@3.first_column,
3064 @@3.last_line, @@3.last_column);
3065 @}
847bf1f5
AD
3066 @}
3067@end group
3068@end example
3069
3e259915
MA
3070As for semantic values, there is a default action for locations that is
3071run each time a rule is matched. It sets the beginning of @code{@@$} to the
3072beginning of the first symbol, and the end of @code{@@$} to the end of the
79282c6c 3073last symbol.
3e259915
MA
3074
3075With this default action, the location tracking can be fully automatic. The
3076example above simply rewrites this way:
3077
3078@example
3079@group
3080exp: @dots{}
3081 | exp '/' exp
3082 @{
3083 if ($3)
3084 $$ = $1 / $3;
3085 else
3086 @{
3087 $$ = 1;
3088 printf("Division by zero, l%d,c%d-l%d,c%d",
3089 @@3.first_line, @@3.first_column,
3090 @@3.last_line, @@3.last_column);
3091 @}
3092 @}
3093@end group
3094@end example
847bf1f5 3095
342b8b6e 3096@node Location Default Action
847bf1f5
AD
3097@subsection Default Action for Locations
3098@vindex YYLLOC_DEFAULT
3099
704a47c4
AD
3100Actually, actions are not the best place to compute locations. Since
3101locations are much more general than semantic values, there is room in
3102the output parser to redefine the default action to take for each
3103rule. The @code{YYLLOC_DEFAULT} macro is invoked each time a rule is
3104matched, before the associated action is run.
847bf1f5 3105
3e259915 3106Most of the time, this macro is general enough to suppress location
79282c6c 3107dedicated code from semantic actions.
847bf1f5 3108
79282c6c
AD
3109The @code{YYLLOC_DEFAULT} macro takes three parameters. The first one is
3110the location of the grouping (the result of the computation). The second one
3111is an array holding locations of all right hand side elements of the rule
3e259915 3112being matched. The last one is the size of the right hand side rule.
847bf1f5 3113
676385e2 3114By default, it is defined this way for simple LALR(1) parsers:
847bf1f5
AD
3115
3116@example
3117@group
b2d52318
AD
3118#define YYLLOC_DEFAULT(Current, Rhs, N) \
3119 Current.first_line = Rhs[1].first_line; \
3120 Current.first_column = Rhs[1].first_column; \
3121 Current.last_line = Rhs[N].last_line; \
3122 Current.last_column = Rhs[N].last_column;
847bf1f5
AD
3123@end group
3124@end example
3125
676385e2
PH
3126@noindent
3127and like this for GLR parsers:
3128
3129@example
3130@group
3131#define YYLLOC_DEFAULT(Current, Rhs, N) \
3132 Current.first_line = YYRHSLOC(Rhs,1).first_line; \
3133 Current.first_column = YYRHSLOC(Rhs,1).first_column; \
3134 Current.last_line = YYRHSLOC(Rhs,N).last_line; \
3135 Current.last_column = YYRHSLOC(Rhs,N).last_column;
3136@end group
3137@end example
3138
3e259915 3139When defining @code{YYLLOC_DEFAULT}, you should consider that:
847bf1f5 3140
3e259915 3141@itemize @bullet
79282c6c 3142@item
3e259915
MA
3143All arguments are free of side-effects. However, only the first one (the
3144result) should be modified by @code{YYLLOC_DEFAULT}.
847bf1f5 3145
3e259915 3146@item
b2d52318
AD
3147For consistency with semantic actions, valid indexes for the location
3148array range from 1 to @var{n}.
3e259915 3149@end itemize
847bf1f5 3150
342b8b6e 3151@node Declarations
bfa74976
RS
3152@section Bison Declarations
3153@cindex declarations, Bison
3154@cindex Bison declarations
3155
3156The @dfn{Bison declarations} section of a Bison grammar defines the symbols
3157used in formulating the grammar and the data types of semantic values.
3158@xref{Symbols}.
3159
3160All token type names (but not single-character literal tokens such as
3161@code{'+'} and @code{'*'}) must be declared. Nonterminal symbols must be
3162declared if you need to specify which data type to use for the semantic
3163value (@pxref{Multiple Types, ,More Than One Value Type}).
3164
3165The first rule in the file also specifies the start symbol, by default.
3166If you want some other symbol to be the start symbol, you must declare
704a47c4
AD
3167it explicitly (@pxref{Language and Grammar, ,Languages and Context-Free
3168Grammars}).
bfa74976
RS
3169
3170@menu
3171* Token Decl:: Declaring terminal symbols.
3172* Precedence Decl:: Declaring terminals with precedence and associativity.
3173* Union Decl:: Declaring the set of all semantic value types.
3174* Type Decl:: Declaring the choice of type for a nonterminal symbol.
3175* Expect Decl:: Suppressing warnings about shift/reduce conflicts.
3176* Start Decl:: Specifying the start symbol.
3177* Pure Decl:: Requesting a reentrant parser.
3178* Decl Summary:: Table of all Bison declarations.
3179@end menu
3180
342b8b6e 3181@node Token Decl
bfa74976
RS
3182@subsection Token Type Names
3183@cindex declaring token type names
3184@cindex token type names, declaring
931c7513 3185@cindex declaring literal string tokens
bfa74976
RS
3186@findex %token
3187
3188The basic way to declare a token type name (terminal symbol) is as follows:
3189
3190@example
3191%token @var{name}
3192@end example
3193
3194Bison will convert this into a @code{#define} directive in
3195the parser, so that the function @code{yylex} (if it is in this file)
3196can use the name @var{name} to stand for this token type's code.
3197
14ded682
AD
3198Alternatively, you can use @code{%left}, @code{%right}, or
3199@code{%nonassoc} instead of @code{%token}, if you wish to specify
3200associativity and precedence. @xref{Precedence Decl, ,Operator
3201Precedence}.
bfa74976
RS
3202
3203You can explicitly specify the numeric code for a token type by appending
3204an integer value in the field immediately following the token name:
3205
3206@example
3207%token NUM 300
3208@end example
3209
3210@noindent
3211It is generally best, however, to let Bison choose the numeric codes for
3212all token types. Bison will automatically select codes that don't conflict
e966383b 3213with each other or with normal characters.
bfa74976
RS
3214
3215In the event that the stack type is a union, you must augment the
3216@code{%token} or other token declaration to include the data type
704a47c4
AD
3217alternative delimited by angle-brackets (@pxref{Multiple Types, ,More
3218Than One Value Type}).
bfa74976
RS
3219
3220For example:
3221
3222@example
3223@group
3224%union @{ /* define stack type */
3225 double val;
3226 symrec *tptr;
3227@}
3228%token <val> NUM /* define token NUM and its type */
3229@end group
3230@end example
3231
931c7513
RS
3232You can associate a literal string token with a token type name by
3233writing the literal string at the end of a @code{%token}
3234declaration which declares the name. For example:
3235
3236@example
3237%token arrow "=>"
3238@end example
3239
3240@noindent
3241For example, a grammar for the C language might specify these names with
3242equivalent literal string tokens:
3243
3244@example
3245%token <operator> OR "||"
3246%token <operator> LE 134 "<="
3247%left OR "<="
3248@end example
3249
3250@noindent
3251Once you equate the literal string and the token name, you can use them
3252interchangeably in further declarations or the grammar rules. The
3253@code{yylex} function can use the token name or the literal string to
3254obtain the token type code number (@pxref{Calling Convention}).
3255
342b8b6e 3256@node Precedence Decl
bfa74976
RS
3257@subsection Operator Precedence
3258@cindex precedence declarations
3259@cindex declaring operator precedence
3260@cindex operator precedence, declaring
3261
3262Use the @code{%left}, @code{%right} or @code{%nonassoc} declaration to
3263declare a token and specify its precedence and associativity, all at
3264once. These are called @dfn{precedence declarations}.
704a47c4
AD
3265@xref{Precedence, ,Operator Precedence}, for general information on
3266operator precedence.
bfa74976
RS
3267
3268The syntax of a precedence declaration is the same as that of
3269@code{%token}: either
3270
3271@example
3272%left @var{symbols}@dots{}
3273@end example
3274
3275@noindent
3276or
3277
3278@example
3279%left <@var{type}> @var{symbols}@dots{}
3280@end example
3281
3282And indeed any of these declarations serves the purposes of @code{%token}.
3283But in addition, they specify the associativity and relative precedence for
3284all the @var{symbols}:
3285
3286@itemize @bullet
3287@item
3288The associativity of an operator @var{op} determines how repeated uses
3289of the operator nest: whether @samp{@var{x} @var{op} @var{y} @var{op}
3290@var{z}} is parsed by grouping @var{x} with @var{y} first or by
3291grouping @var{y} with @var{z} first. @code{%left} specifies
3292left-associativity (grouping @var{x} with @var{y} first) and
3293@code{%right} specifies right-associativity (grouping @var{y} with
3294@var{z} first). @code{%nonassoc} specifies no associativity, which
3295means that @samp{@var{x} @var{op} @var{y} @var{op} @var{z}} is
3296considered a syntax error.
3297
3298@item
3299The precedence of an operator determines how it nests with other operators.
3300All the tokens declared in a single precedence declaration have equal
3301precedence and nest together according to their associativity.
3302When two tokens declared in different precedence declarations associate,
3303the one declared later has the higher precedence and is grouped first.
3304@end itemize
3305
342b8b6e 3306@node Union Decl
bfa74976
RS
3307@subsection The Collection of Value Types
3308@cindex declaring value types
3309@cindex value types, declaring
3310@findex %union
3311
3312The @code{%union} declaration specifies the entire collection of possible
3313data types for semantic values. The keyword @code{%union} is followed by a
3314pair of braces containing the same thing that goes inside a @code{union} in
13863333 3315C.
bfa74976
RS
3316
3317For example:
3318
3319@example
3320@group
3321%union @{
3322 double val;
3323 symrec *tptr;
3324@}
3325@end group
3326@end example
3327
3328@noindent
3329This says that the two alternative types are @code{double} and @code{symrec
3330*}. They are given names @code{val} and @code{tptr}; these names are used
3331in the @code{%token} and @code{%type} declarations to pick one of the types
3332for a terminal or nonterminal symbol (@pxref{Type Decl, ,Nonterminal Symbols}).
3333
3334Note that, unlike making a @code{union} declaration in C, you do not write
3335a semicolon after the closing brace.
3336
342b8b6e 3337@node Type Decl
bfa74976
RS
3338@subsection Nonterminal Symbols
3339@cindex declaring value types, nonterminals
3340@cindex value types, nonterminals, declaring
3341@findex %type
3342
3343@noindent
3344When you use @code{%union} to specify multiple value types, you must
3345declare the value type of each nonterminal symbol for which values are
3346used. This is done with a @code{%type} declaration, like this:
3347
3348@example
3349%type <@var{type}> @var{nonterminal}@dots{}
3350@end example
3351
3352@noindent
704a47c4
AD
3353Here @var{nonterminal} is the name of a nonterminal symbol, and
3354@var{type} is the name given in the @code{%union} to the alternative
3355that you want (@pxref{Union Decl, ,The Collection of Value Types}). You
3356can give any number of nonterminal symbols in the same @code{%type}
3357declaration, if they have the same value type. Use spaces to separate
3358the symbol names.
bfa74976 3359
931c7513
RS
3360You can also declare the value type of a terminal symbol. To do this,
3361use the same @code{<@var{type}>} construction in a declaration for the
3362terminal symbol. All kinds of token declarations allow
3363@code{<@var{type}>}.
3364
342b8b6e 3365@node Expect Decl
bfa74976
RS
3366@subsection Suppressing Conflict Warnings
3367@cindex suppressing conflict warnings
3368@cindex preventing warnings about conflicts
3369@cindex warnings, preventing
3370@cindex conflicts, suppressing warnings of
3371@findex %expect
3372
3373Bison normally warns if there are any conflicts in the grammar
7da99ede
AD
3374(@pxref{Shift/Reduce, ,Shift/Reduce Conflicts}), but most real grammars
3375have harmless shift/reduce conflicts which are resolved in a predictable
3376way and would be difficult to eliminate. It is desirable to suppress
3377the warning about these conflicts unless the number of conflicts
3378changes. You can do this with the @code{%expect} declaration.
bfa74976
RS
3379
3380The declaration looks like this:
3381
3382@example
3383%expect @var{n}
3384@end example
3385
7da99ede
AD
3386Here @var{n} is a decimal integer. The declaration says there should be
3387no warning if there are @var{n} shift/reduce conflicts and no
3388reduce/reduce conflicts. An error, instead of the usual warning, is
3389given if there are either more or fewer conflicts, or if there are any
3390reduce/reduce conflicts.
bfa74976
RS
3391
3392In general, using @code{%expect} involves these steps:
3393
3394@itemize @bullet
3395@item
3396Compile your grammar without @code{%expect}. Use the @samp{-v} option
3397to get a verbose list of where the conflicts occur. Bison will also
3398print the number of conflicts.
3399
3400@item
3401Check each of the conflicts to make sure that Bison's default
3402resolution is what you really want. If not, rewrite the grammar and
3403go back to the beginning.
3404
3405@item
3406Add an @code{%expect} declaration, copying the number @var{n} from the
3407number which Bison printed.
3408@end itemize
3409
3410Now Bison will stop annoying you about the conflicts you have checked, but
3411it will warn you again if changes in the grammar result in additional
3412conflicts.
3413
342b8b6e 3414@node Start Decl
bfa74976
RS
3415@subsection The Start-Symbol
3416@cindex declaring the start symbol
3417@cindex start symbol, declaring
3418@cindex default start symbol
3419@findex %start
3420
3421Bison assumes by default that the start symbol for the grammar is the first
3422nonterminal specified in the grammar specification section. The programmer
3423may override this restriction with the @code{%start} declaration as follows:
3424
3425@example
3426%start @var{symbol}
3427@end example
3428
342b8b6e 3429@node Pure Decl
bfa74976
RS
3430@subsection A Pure (Reentrant) Parser
3431@cindex reentrant parser
3432@cindex pure parser
8c9a50be 3433@findex %pure-parser
bfa74976
RS
3434
3435A @dfn{reentrant} program is one which does not alter in the course of
3436execution; in other words, it consists entirely of @dfn{pure} (read-only)
3437code. Reentrancy is important whenever asynchronous execution is possible;
14ded682
AD
3438for example, a non-reentrant program may not be safe to call from a signal
3439handler. In systems with multiple threads of control, a non-reentrant
bfa74976
RS
3440program must be called only within interlocks.
3441
70811b85
RS
3442Normally, Bison generates a parser which is not reentrant. This is
3443suitable for most uses, and it permits compatibility with YACC. (The
3444standard YACC interfaces are inherently nonreentrant, because they use
3445statically allocated variables for communication with @code{yylex},
3446including @code{yylval} and @code{yylloc}.)
bfa74976 3447
70811b85 3448Alternatively, you can generate a pure, reentrant parser. The Bison
8c9a50be 3449declaration @code{%pure-parser} says that you want the parser to be
70811b85 3450reentrant. It looks like this:
bfa74976
RS
3451
3452@example
8c9a50be 3453%pure-parser
bfa74976
RS
3454@end example
3455
70811b85
RS
3456The result is that the communication variables @code{yylval} and
3457@code{yylloc} become local variables in @code{yyparse}, and a different
3458calling convention is used for the lexical analyzer function
3459@code{yylex}. @xref{Pure Calling, ,Calling Conventions for Pure
3460Parsers}, for the details of this. The variable @code{yynerrs} also
3461becomes local in @code{yyparse} (@pxref{Error Reporting, ,The Error
3462Reporting Function @code{yyerror}}). The convention for calling
3463@code{yyparse} itself is unchanged.
3464
3465Whether the parser is pure has nothing to do with the grammar rules.
3466You can generate either a pure parser or a nonreentrant parser from any
3467valid grammar.
bfa74976 3468
342b8b6e 3469@node Decl Summary
bfa74976
RS
3470@subsection Bison Declaration Summary
3471@cindex Bison declaration summary
3472@cindex declaration summary
3473@cindex summary, Bison declaration
3474
d8988b2f 3475Here is a summary of the declarations used to define a grammar:
bfa74976
RS
3476
3477@table @code
3478@item %union
3479Declare the collection of data types that semantic values may have
3480(@pxref{Union Decl, ,The Collection of Value Types}).
3481
3482@item %token
3483Declare a terminal symbol (token type name) with no precedence
3484or associativity specified (@pxref{Token Decl, ,Token Type Names}).
3485
3486@item %right
3487Declare a terminal symbol (token type name) that is right-associative
3488(@pxref{Precedence Decl, ,Operator Precedence}).
3489
3490@item %left
3491Declare a terminal symbol (token type name) that is left-associative
3492(@pxref{Precedence Decl, ,Operator Precedence}).
3493
3494@item %nonassoc
3495Declare a terminal symbol (token type name) that is nonassociative
3496(using it in a way that would be associative is a syntax error)
3497(@pxref{Precedence Decl, ,Operator Precedence}).
3498
3499@item %type
3500Declare the type of semantic values for a nonterminal symbol
3501(@pxref{Type Decl, ,Nonterminal Symbols}).
3502
3503@item %start
89cab50d
AD
3504Specify the grammar's start symbol (@pxref{Start Decl, ,The
3505Start-Symbol}).
bfa74976
RS
3506
3507@item %expect
3508Declare the expected number of shift-reduce conflicts
3509(@pxref{Expect Decl, ,Suppressing Conflict Warnings}).
d8988b2f 3510@end table
bfa74976 3511
d8988b2f
AD
3512@sp 1
3513@noindent
3514In order to change the behavior of @command{bison}, use the following
3515directives:
3516
3517@table @code
3518@item %debug
4947ebdb
PE
3519In the parser file, define the macro @code{YYDEBUG} to 1 if it is not
3520already defined, so that the debugging facilities are compiled.
ec3bc396 3521@xref{Tracing, ,Tracing Your Parser}.
d8988b2f
AD
3522
3523@item %defines
3524Write an extra output file containing macro definitions for the token
3525type names defined in the grammar and the semantic value type
3526@code{YYSTYPE}, as well as a few @code{extern} variable declarations.
3527
3528If the parser output file is named @file{@var{name}.c} then this file
e0c471a9 3529is named @file{@var{name}.h}.
d8988b2f
AD
3530
3531This output file is essential if you wish to put the definition of
3532@code{yylex} in a separate source file, because @code{yylex} needs to
3533be able to refer to token type codes and the variable
e0c471a9 3534@code{yylval}. @xref{Token Values, ,Semantic Values of Tokens}.
d8988b2f
AD
3535
3536@item %file-prefix="@var{prefix}"
3537Specify a prefix to use for all Bison output file names. The names are
3538chosen as if the input file were named @file{@var{prefix}.y}.
3539
8c9a50be 3540@c @item %header-extension
d8988b2f
AD
3541@c Specify the extension of the parser header file generated when
3542@c @code{%define} or @samp{-d} are used.
3543@c
3544@c For example, a grammar file named @file{foo.ypp} and containing a
8c9a50be 3545@c @code{%header-extension .hh} directive will produce a header file
d8988b2f 3546@c named @file{foo.tab.hh}
6deb4447 3547
89cab50d
AD
3548@item %locations
3549Generate the code processing the locations (@pxref{Action Features,
3550,Special Features for Use in Actions}). This mode is enabled as soon as
3551the grammar uses the special @samp{@@@var{n}} tokens, but if your
3552grammar does not use it, using @samp{%locations} allows for more
3553accurate parse error messages.
3554
d8988b2f
AD
3555@item %name-prefix="@var{prefix}"
3556Rename the external symbols used in the parser so that they start with
3557@var{prefix} instead of @samp{yy}. The precise list of symbols renamed
3558is @code{yyparse}, @code{yylex}, @code{yyerror}, @code{yynerrs},
b5b61c61
AD
3559@code{yylval}, @code{yychar}, @code{yydebug}, and possible
3560@code{yylloc}. For example, if you use @samp{%name-prefix="c_"}, the
3561names become @code{c_parse}, @code{c_lex}, and so on. @xref{Multiple
3562Parsers, ,Multiple Parsers in the Same Program}.
931c7513 3563
d8988b2f 3564@item %no-parser
6deb4447
AD
3565Do not include any C code in the parser file; generate tables only. The
3566parser file contains just @code{#define} directives and static variable
3567declarations.
3568
3569This option also tells Bison to write the C code for the grammar actions
3570into a file named @file{@var{filename}.act}, in the form of a
3571brace-surrounded body fit for a @code{switch} statement.
3572
d8988b2f 3573@item %no-lines
931c7513
RS
3574Don't generate any @code{#line} preprocessor commands in the parser
3575file. Ordinarily Bison writes these commands in the parser file so that
3576the C compiler and debuggers will associate errors and object code with
3577your source file (the grammar file). This directive causes them to
3578associate errors with the parser file, treating it an independent source
3579file in its own right.
3580
d8988b2f
AD
3581@item %output="@var{filename}"
3582Specify the @var{filename} for the parser file.
6deb4447 3583
d8988b2f
AD
3584@item %pure-parser
3585Request a pure (reentrant) parser program (@pxref{Pure Decl, ,A Pure
3586(Reentrant) Parser}).
6deb4447 3587
8c9a50be 3588@c @item %source-extension
f9a8293a
AD
3589@c Specify the extension of the parser output file.
3590@c
3591@c For example, a grammar file named @file{foo.yy} and containing a
8c9a50be 3592@c @code{%source-extension .cpp} directive will produce a parser file
f9a8293a 3593@c named @file{foo.tab.cpp}
6deb4447 3594
8c9a50be 3595@item %token-table
931c7513
RS
3596Generate an array of token names in the parser file. The name of the
3597array is @code{yytname}; @code{yytname[@var{i}]} is the name of the
3598token whose internal Bison token code number is @var{i}. The first three
3599elements of @code{yytname} are always @code{"$"}, @code{"error"}, and
3600@code{"$illegal"}; after these come the symbols defined in the grammar
3601file.
3602
3603For single-character literal tokens and literal string tokens, the name
3604in the table includes the single-quote or double-quote characters: for
3605example, @code{"'+'"} is a single-character literal and @code{"\"<=\""}
3606is a literal string token. All the characters of the literal string
3607token appear verbatim in the string found in the table; even
3608double-quote characters are not escaped. For example, if the token
3609consists of three characters @samp{*"*}, its string in @code{yytname}
3610contains @samp{"*"*"}. (In C, that would be written as
3611@code{"\"*\"*\""}).
3612
8c9a50be 3613When you specify @code{%token-table}, Bison also generates macro
931c7513
RS
3614definitions for macros @code{YYNTOKENS}, @code{YYNNTS}, and
3615@code{YYNRULES}, and @code{YYNSTATES}:
3616
3617@table @code
3618@item YYNTOKENS
3619The highest token number, plus one.
3620@item YYNNTS
9ecbd125 3621The number of nonterminal symbols.
931c7513
RS
3622@item YYNRULES
3623The number of grammar rules,
3624@item YYNSTATES
3625The number of parser states (@pxref{Parser States}).
3626@end table
d8988b2f
AD
3627
3628@item %verbose
3629Write an extra output file containing verbose descriptions of the
3630parser states and what is done for each type of look-ahead token in
ec3bc396
AD
3631that state. @xref{Understanding, , Understanding Your Parser}, for more
3632information.
d8988b2f 3633
d8988b2f 3634
d8988b2f
AD
3635
3636@item %yacc
d8988b2f
AD
3637Pretend the option @option{--yacc} was given, i.e., imitate Yacc,
3638including its naming conventions. @xref{Bison Options}, for more.
bfa74976
RS
3639@end table
3640
d8988b2f
AD
3641
3642
3643
342b8b6e 3644@node Multiple Parsers
bfa74976
RS
3645@section Multiple Parsers in the Same Program
3646
3647Most programs that use Bison parse only one language and therefore contain
3648only one Bison parser. But what if you want to parse more than one
3649language with the same program? Then you need to avoid a name conflict
3650between different definitions of @code{yyparse}, @code{yylval}, and so on.
3651
3652The easy way to do this is to use the option @samp{-p @var{prefix}}
704a47c4
AD
3653(@pxref{Invocation, ,Invoking Bison}). This renames the interface
3654functions and variables of the Bison parser to start with @var{prefix}
3655instead of @samp{yy}. You can use this to give each parser distinct
3656names that do not conflict.
bfa74976
RS
3657
3658The precise list of symbols renamed is @code{yyparse}, @code{yylex},
c656404a
RS
3659@code{yyerror}, @code{yynerrs}, @code{yylval}, @code{yychar} and
3660@code{yydebug}. For example, if you use @samp{-p c}, the names become
3661@code{cparse}, @code{clex}, and so on.
bfa74976
RS
3662
3663@strong{All the other variables and macros associated with Bison are not
3664renamed.} These others are not global; there is no conflict if the same
3665name is used in different parsers. For example, @code{YYSTYPE} is not
3666renamed, but defining this in different ways in different parsers causes
3667no trouble (@pxref{Value Type, ,Data Types of Semantic Values}).
3668
3669The @samp{-p} option works by adding macro definitions to the beginning
3670of the parser source file, defining @code{yyparse} as
3671@code{@var{prefix}parse}, and so on. This effectively substitutes one
3672name for the other in the entire parser file.
3673
342b8b6e 3674@node Interface
bfa74976
RS
3675@chapter Parser C-Language Interface
3676@cindex C-language interface
3677@cindex interface
3678
3679The Bison parser is actually a C function named @code{yyparse}. Here we
3680describe the interface conventions of @code{yyparse} and the other
3681functions that it needs to use.
3682
3683Keep in mind that the parser uses many C identifiers starting with
3684@samp{yy} and @samp{YY} for internal purposes. If you use such an
75f5aaea
MA
3685identifier (aside from those in this manual) in an action or in epilogue
3686in the grammar file, you are likely to run into trouble.
bfa74976
RS
3687
3688@menu
3689* Parser Function:: How to call @code{yyparse} and what it returns.
13863333 3690* Lexical:: You must supply a function @code{yylex}
bfa74976
RS
3691 which reads tokens.
3692* Error Reporting:: You must supply a function @code{yyerror}.
3693* Action Features:: Special features for use in actions.
3694@end menu
3695
342b8b6e 3696@node Parser Function
bfa74976
RS
3697@section The Parser Function @code{yyparse}
3698@findex yyparse
3699
3700You call the function @code{yyparse} to cause parsing to occur. This
3701function reads tokens, executes actions, and ultimately returns when it
3702encounters end-of-input or an unrecoverable syntax error. You can also
14ded682
AD
3703write an action which directs @code{yyparse} to return immediately
3704without reading further.
bfa74976
RS
3705
3706The value returned by @code{yyparse} is 0 if parsing was successful (return
3707is due to end-of-input).
3708
3709The value is 1 if parsing failed (return is due to a syntax error).
3710
3711In an action, you can cause immediate return from @code{yyparse} by using
3712these macros:
3713
3714@table @code
3715@item YYACCEPT
3716@findex YYACCEPT
3717Return immediately with value 0 (to report success).
3718
3719@item YYABORT
3720@findex YYABORT
3721Return immediately with value 1 (to report failure).
3722@end table
3723
342b8b6e 3724@node Lexical
bfa74976
RS
3725@section The Lexical Analyzer Function @code{yylex}
3726@findex yylex
3727@cindex lexical analyzer
3728
3729The @dfn{lexical analyzer} function, @code{yylex}, recognizes tokens from
3730the input stream and returns them to the parser. Bison does not create
3731this function automatically; you must write it so that @code{yyparse} can
3732call it. The function is sometimes referred to as a lexical scanner.
3733
3734In simple programs, @code{yylex} is often defined at the end of the Bison
3735grammar file. If @code{yylex} is defined in a separate source file, you
3736need to arrange for the token-type macro definitions to be available there.
3737To do this, use the @samp{-d} option when you run Bison, so that it will
3738write these macro definitions into a separate header file
3739@file{@var{name}.tab.h} which you can include in the other source files
e0c471a9 3740that need it. @xref{Invocation, ,Invoking Bison}.
bfa74976
RS
3741
3742@menu
3743* Calling Convention:: How @code{yyparse} calls @code{yylex}.
3744* Token Values:: How @code{yylex} must return the semantic value
3745 of the token it has read.
3746* Token Positions:: How @code{yylex} must return the text position
3747 (line number, etc.) of the token, if the
3748 actions want that.
3749* Pure Calling:: How the calling convention differs
3750 in a pure parser (@pxref{Pure Decl, ,A Pure (Reentrant) Parser}).
3751@end menu
3752
342b8b6e 3753@node Calling Convention
bfa74976
RS
3754@subsection Calling Convention for @code{yylex}
3755
3756The value that @code{yylex} returns must be the numeric code for the type
3757of token it has just found, or 0 for end-of-input.
3758
3759When a token is referred to in the grammar rules by a name, that name
3760in the parser file becomes a C macro whose definition is the proper
3761numeric code for that token type. So @code{yylex} can use the name
3762to indicate that type. @xref{Symbols}.
3763
3764When a token is referred to in the grammar rules by a character literal,
3765the numeric code for that character is also the code for the token type.
3766So @code{yylex} can simply return that character code. The null character
3767must not be used this way, because its code is zero and that is what
3768signifies end-of-input.
3769
3770Here is an example showing these things:
3771
3772@example
13863333
AD
3773int
3774yylex (void)
bfa74976
RS
3775@{
3776 @dots{}
3777 if (c == EOF) /* Detect end of file. */
3778 return 0;
3779 @dots{}
3780 if (c == '+' || c == '-')
3781 return c; /* Assume token type for `+' is '+'. */
3782 @dots{}
3783 return INT; /* Return the type of the token. */
3784 @dots{}
3785@}
3786@end example
3787
3788@noindent
3789This interface has been designed so that the output from the @code{lex}
3790utility can be used without change as the definition of @code{yylex}.
3791
931c7513
RS
3792If the grammar uses literal string tokens, there are two ways that
3793@code{yylex} can determine the token type codes for them:
3794
3795@itemize @bullet
3796@item
3797If the grammar defines symbolic token names as aliases for the
3798literal string tokens, @code{yylex} can use these symbolic names like
3799all others. In this case, the use of the literal string tokens in
3800the grammar file has no effect on @code{yylex}.
3801
3802@item
9ecbd125 3803@code{yylex} can find the multicharacter token in the @code{yytname}
931c7513 3804table. The index of the token in the table is the token type's code.
9ecbd125 3805The name of a multicharacter token is recorded in @code{yytname} with a
931c7513
RS
3806double-quote, the token's characters, and another double-quote. The
3807token's characters are not escaped in any way; they appear verbatim in
3808the contents of the string in the table.
3809
3810Here's code for looking up a token in @code{yytname}, assuming that the
3811characters of the token are stored in @code{token_buffer}.
3812
3813@smallexample
3814for (i = 0; i < YYNTOKENS; i++)
3815 @{
3816 if (yytname[i] != 0
3817 && yytname[i][0] == '"'
6f515a27
JT
3818 && strncmp (yytname[i] + 1, token_buffer,
3819 strlen (token_buffer))
931c7513
RS
3820 && yytname[i][strlen (token_buffer) + 1] == '"'
3821 && yytname[i][strlen (token_buffer) + 2] == 0)
3822 break;
3823 @}
3824@end smallexample
3825
3826The @code{yytname} table is generated only if you use the
8c9a50be 3827@code{%token-table} declaration. @xref{Decl Summary}.
931c7513
RS
3828@end itemize
3829
342b8b6e 3830@node Token Values
bfa74976
RS
3831@subsection Semantic Values of Tokens
3832
3833@vindex yylval
14ded682 3834In an ordinary (non-reentrant) parser, the semantic value of the token must
bfa74976
RS
3835be stored into the global variable @code{yylval}. When you are using
3836just one data type for semantic values, @code{yylval} has that type.
3837Thus, if the type is @code{int} (the default), you might write this in
3838@code{yylex}:
3839
3840@example
3841@group
3842 @dots{}
3843 yylval = value; /* Put value onto Bison stack. */
3844 return INT; /* Return the type of the token. */
3845 @dots{}
3846@end group
3847@end example
3848
3849When you are using multiple data types, @code{yylval}'s type is a union
704a47c4
AD
3850made from the @code{%union} declaration (@pxref{Union Decl, ,The
3851Collection of Value Types}). So when you store a token's value, you
3852must use the proper member of the union. If the @code{%union}
3853declaration looks like this:
bfa74976
RS
3854
3855@example
3856@group
3857%union @{
3858 int intval;
3859 double val;
3860 symrec *tptr;
3861@}
3862@end group
3863@end example
3864
3865@noindent
3866then the code in @code{yylex} might look like this:
3867
3868@example
3869@group
3870 @dots{}
3871 yylval.intval = value; /* Put value onto Bison stack. */
3872 return INT; /* Return the type of the token. */
3873 @dots{}
3874@end group
3875@end example
3876
342b8b6e 3877@node Token Positions
bfa74976
RS
3878@subsection Textual Positions of Tokens
3879
3880@vindex yylloc
847bf1f5
AD
3881If you are using the @samp{@@@var{n}}-feature (@pxref{Locations, ,
3882Tracking Locations}) in actions to keep track of the
89cab50d
AD
3883textual locations of tokens and groupings, then you must provide this
3884information in @code{yylex}. The function @code{yyparse} expects to
3885find the textual location of a token just parsed in the global variable
3886@code{yylloc}. So @code{yylex} must store the proper data in that
847bf1f5
AD
3887variable.
3888
3889By default, the value of @code{yylloc} is a structure and you need only
89cab50d
AD
3890initialize the members that are going to be used by the actions. The
3891four members are called @code{first_line}, @code{first_column},
3892@code{last_line} and @code{last_column}. Note that the use of this
3893feature makes the parser noticeably slower.
bfa74976
RS
3894
3895@tindex YYLTYPE
3896The data type of @code{yylloc} has the name @code{YYLTYPE}.
3897
342b8b6e 3898@node Pure Calling
c656404a 3899@subsection Calling Conventions for Pure Parsers
bfa74976 3900
8c9a50be 3901When you use the Bison declaration @code{%pure-parser} to request a
e425e872
RS
3902pure, reentrant parser, the global communication variables @code{yylval}
3903and @code{yylloc} cannot be used. (@xref{Pure Decl, ,A Pure (Reentrant)
3904Parser}.) In such parsers the two global variables are replaced by
3905pointers passed as arguments to @code{yylex}. You must declare them as
3906shown here, and pass the information back by storing it through those
3907pointers.
bfa74976
RS
3908
3909@example
13863333
AD
3910int
3911yylex (YYSTYPE *lvalp, YYLTYPE *llocp)
bfa74976
RS
3912@{
3913 @dots{}
3914 *lvalp = value; /* Put value onto Bison stack. */
3915 return INT; /* Return the type of the token. */
3916 @dots{}
3917@}
3918@end example
3919
3920If the grammar file does not use the @samp{@@} constructs to refer to
3921textual positions, then the type @code{YYLTYPE} will not be defined. In
3922this case, omit the second argument; @code{yylex} will be called with
3923only one argument.
3924
c656404a 3925@vindex YYPARSE_PARAM
931c7513
RS
3926If you use a reentrant parser, you can optionally pass additional
3927parameter information to it in a reentrant way. To do so, define the
3928macro @code{YYPARSE_PARAM} as a variable name. This modifies the
3929@code{yyparse} function to accept one argument, of type @code{void *},
3930with that name.
e425e872
RS
3931
3932When you call @code{yyparse}, pass the address of an object, casting the
3933address to @code{void *}. The grammar actions can refer to the contents
3934of the object by casting the pointer value back to its proper type and
3935then dereferencing it. Here's an example. Write this in the parser:
3936
3937@example
3938%@{
3939struct parser_control
3940@{
3941 int nastiness;
3942 int randomness;
3943@};
3944
3945#define YYPARSE_PARAM parm
3946%@}
3947@end example
3948
3949@noindent
3950Then call the parser like this:
3951
3952@example
3953struct parser_control
3954@{
3955 int nastiness;
3956 int randomness;
3957@};
3958
3959@dots{}
3960
3961@{
3962 struct parser_control foo;
3963 @dots{} /* @r{Store proper data in @code{foo}.} */
3964 value = yyparse ((void *) &foo);
3965 @dots{}
3966@}
3967@end example
3968
3969@noindent
3970In the grammar actions, use expressions like this to refer to the data:
3971
3972@example
3973((struct parser_control *) parm)->randomness
3974@end example
3975
c656404a
RS
3976@vindex YYLEX_PARAM
3977If you wish to pass the additional parameter data to @code{yylex},
3978define the macro @code{YYLEX_PARAM} just like @code{YYPARSE_PARAM}, as
3979shown here:
3980
3981@example
3982%@{
3983struct parser_control
3984@{
3985 int nastiness;
3986 int randomness;
3987@};
3988
3989#define YYPARSE_PARAM parm
3990#define YYLEX_PARAM parm
3991%@}
3992@end example
3993
3994You should then define @code{yylex} to accept one additional
3995argument---the value of @code{parm}. (This makes either two or three
3996arguments in total, depending on whether an argument of type
3997@code{YYLTYPE} is passed.) You can declare the argument as a pointer to
3998the proper object type, or you can declare it as @code{void *} and
3999access the contents as shown above.
4000
8c9a50be 4001You can use @samp{%pure-parser} to request a reentrant parser without
931c7513
RS
4002also using @code{YYPARSE_PARAM}. Then you should call @code{yyparse}
4003with no arguments, as usual.
4004
342b8b6e 4005@node Error Reporting
bfa74976
RS
4006@section The Error Reporting Function @code{yyerror}
4007@cindex error reporting function
4008@findex yyerror
4009@cindex parse error
4010@cindex syntax error
4011
4012The Bison parser detects a @dfn{parse error} or @dfn{syntax error}
9ecbd125 4013whenever it reads a token which cannot satisfy any syntax rule. An
bfa74976 4014action in the grammar can also explicitly proclaim an error, using the
ceed8467
AD
4015macro @code{YYERROR} (@pxref{Action Features, ,Special Features for Use
4016in Actions}).
bfa74976
RS
4017
4018The Bison parser expects to report the error by calling an error
4019reporting function named @code{yyerror}, which you must supply. It is
4020called by @code{yyparse} whenever a syntax error is found, and it
4021receives one argument. For a parse error, the string is normally
4022@w{@code{"parse error"}}.
4023
4024@findex YYERROR_VERBOSE
4025If you define the macro @code{YYERROR_VERBOSE} in the Bison declarations
ceed8467
AD
4026section (@pxref{Bison Declarations, ,The Bison Declarations Section}),
4027then Bison provides a more verbose and specific error message string
4028instead of just plain @w{@code{"parse error"}}. It doesn't matter what
4029definition you use for @code{YYERROR_VERBOSE}, just whether you define
4030it.
bfa74976
RS
4031
4032The parser can detect one other kind of error: stack overflow. This
4033happens when the input contains constructions that are very deeply
4034nested. It isn't likely you will encounter this, since the Bison
4035parser extends its stack automatically up to a very large limit. But
4036if overflow happens, @code{yyparse} calls @code{yyerror} in the usual
4037fashion, except that the argument string is @w{@code{"parser stack
4038overflow"}}.
4039
4040The following definition suffices in simple programs:
4041
4042@example
4043@group
13863333
AD
4044void
4045yyerror (char *s)
bfa74976
RS
4046@{
4047@end group
4048@group
4049 fprintf (stderr, "%s\n", s);
4050@}
4051@end group
4052@end example
4053
4054After @code{yyerror} returns to @code{yyparse}, the latter will attempt
4055error recovery if you have written suitable error recovery grammar rules
4056(@pxref{Error Recovery}). If recovery is impossible, @code{yyparse} will
4057immediately return 1.
4058
4059@vindex yynerrs
4060The variable @code{yynerrs} contains the number of syntax errors
4061encountered so far. Normally this variable is global; but if you
704a47c4
AD
4062request a pure parser (@pxref{Pure Decl, ,A Pure (Reentrant) Parser})
4063then it is a local variable which only the actions can access.
bfa74976 4064
342b8b6e 4065@node Action Features
bfa74976
RS
4066@section Special Features for Use in Actions
4067@cindex summary, action features
4068@cindex action features summary
4069
4070Here is a table of Bison constructs, variables and macros that
4071are useful in actions.
4072
4073@table @samp
4074@item $$
4075Acts like a variable that contains the semantic value for the
4076grouping made by the current rule. @xref{Actions}.
4077
4078@item $@var{n}
4079Acts like a variable that contains the semantic value for the
4080@var{n}th component of the current rule. @xref{Actions}.
4081
4082@item $<@var{typealt}>$
4083Like @code{$$} but specifies alternative @var{typealt} in the union
704a47c4
AD
4084specified by the @code{%union} declaration. @xref{Action Types, ,Data
4085Types of Values in Actions}.
bfa74976
RS
4086
4087@item $<@var{typealt}>@var{n}
4088Like @code{$@var{n}} but specifies alternative @var{typealt} in the
13863333 4089union specified by the @code{%union} declaration.
e0c471a9 4090@xref{Action Types, ,Data Types of Values in Actions}.
bfa74976
RS
4091
4092@item YYABORT;
4093Return immediately from @code{yyparse}, indicating failure.
4094@xref{Parser Function, ,The Parser Function @code{yyparse}}.
4095
4096@item YYACCEPT;
4097Return immediately from @code{yyparse}, indicating success.
4098@xref{Parser Function, ,The Parser Function @code{yyparse}}.
4099
4100@item YYBACKUP (@var{token}, @var{value});
4101@findex YYBACKUP
4102Unshift a token. This macro is allowed only for rules that reduce
4103a single value, and only when there is no look-ahead token.
676385e2 4104It is also disallowed in GLR parsers.
bfa74976
RS
4105It installs a look-ahead token with token type @var{token} and
4106semantic value @var{value}; then it discards the value that was
4107going to be reduced by this rule.
4108
4109If the macro is used when it is not valid, such as when there is
4110a look-ahead token already, then it reports a syntax error with
4111a message @samp{cannot back up} and performs ordinary error
4112recovery.
4113
4114In either case, the rest of the action is not executed.
4115
4116@item YYEMPTY
4117@vindex YYEMPTY
4118Value stored in @code{yychar} when there is no look-ahead token.
4119
4120@item YYERROR;
4121@findex YYERROR
4122Cause an immediate syntax error. This statement initiates error
4123recovery just as if the parser itself had detected an error; however, it
4124does not call @code{yyerror}, and does not print any message. If you
4125want to print an error message, call @code{yyerror} explicitly before
4126the @samp{YYERROR;} statement. @xref{Error Recovery}.
4127
4128@item YYRECOVERING
4129This macro stands for an expression that has the value 1 when the parser
4130is recovering from a syntax error, and 0 the rest of the time.
4131@xref{Error Recovery}.
4132
4133@item yychar
4134Variable containing the current look-ahead token. (In a pure parser,
4135this is actually a local variable within @code{yyparse}.) When there is
4136no look-ahead token, the value @code{YYEMPTY} is stored in the variable.
4137@xref{Look-Ahead, ,Look-Ahead Tokens}.
4138
4139@item yyclearin;
4140Discard the current look-ahead token. This is useful primarily in
4141error rules. @xref{Error Recovery}.
4142
4143@item yyerrok;
4144Resume generating error messages immediately for subsequent syntax
13863333 4145errors. This is useful primarily in error rules.
bfa74976
RS
4146@xref{Error Recovery}.
4147
847bf1f5
AD
4148@item @@$
4149@findex @@$
4150Acts like a structure variable containing information on the textual position
4151of the grouping made by the current rule. @xref{Locations, ,
4152Tracking Locations}.
bfa74976 4153
847bf1f5
AD
4154@c Check if those paragraphs are still useful or not.
4155
4156@c @example
4157@c struct @{
4158@c int first_line, last_line;
4159@c int first_column, last_column;
4160@c @};
4161@c @end example
4162
4163@c Thus, to get the starting line number of the third component, you would
4164@c use @samp{@@3.first_line}.
bfa74976 4165
847bf1f5
AD
4166@c In order for the members of this structure to contain valid information,
4167@c you must make @code{yylex} supply this information about each token.
4168@c If you need only certain members, then @code{yylex} need only fill in
4169@c those members.
bfa74976 4170
847bf1f5
AD
4171@c The use of this feature makes the parser noticeably slower.
4172
4173@item @@@var{n}
4174@findex @@@var{n}
4175Acts like a structure variable containing information on the textual position
4176of the @var{n}th component of the current rule. @xref{Locations, ,
4177Tracking Locations}.
bfa74976 4178
bfa74976
RS
4179@end table
4180
342b8b6e 4181@node Algorithm
13863333
AD
4182@chapter The Bison Parser Algorithm
4183@cindex Bison parser algorithm
bfa74976
RS
4184@cindex algorithm of parser
4185@cindex shifting
4186@cindex reduction
4187@cindex parser stack
4188@cindex stack, parser
4189
4190As Bison reads tokens, it pushes them onto a stack along with their
4191semantic values. The stack is called the @dfn{parser stack}. Pushing a
4192token is traditionally called @dfn{shifting}.
4193
4194For example, suppose the infix calculator has read @samp{1 + 5 *}, with a
4195@samp{3} to come. The stack will have four elements, one for each token
4196that was shifted.
4197
4198But the stack does not always have an element for each token read. When
4199the last @var{n} tokens and groupings shifted match the components of a
4200grammar rule, they can be combined according to that rule. This is called
4201@dfn{reduction}. Those tokens and groupings are replaced on the stack by a
4202single grouping whose symbol is the result (left hand side) of that rule.
4203Running the rule's action is part of the process of reduction, because this
4204is what computes the semantic value of the resulting grouping.
4205
4206For example, if the infix calculator's parser stack contains this:
4207
4208@example
42091 + 5 * 3
4210@end example
4211
4212@noindent
4213and the next input token is a newline character, then the last three
4214elements can be reduced to 15 via the rule:
4215
4216@example
4217expr: expr '*' expr;
4218@end example
4219
4220@noindent
4221Then the stack contains just these three elements:
4222
4223@example
42241 + 15
4225@end example
4226
4227@noindent
4228At this point, another reduction can be made, resulting in the single value
422916. Then the newline token can be shifted.
4230
4231The parser tries, by shifts and reductions, to reduce the entire input down
4232to a single grouping whose symbol is the grammar's start-symbol
4233(@pxref{Language and Grammar, ,Languages and Context-Free Grammars}).
4234
4235This kind of parser is known in the literature as a bottom-up parser.
4236
4237@menu
4238* Look-Ahead:: Parser looks one token ahead when deciding what to do.
4239* Shift/Reduce:: Conflicts: when either shifting or reduction is valid.
4240* Precedence:: Operator precedence works by resolving conflicts.
4241* Contextual Precedence:: When an operator's precedence depends on context.
4242* Parser States:: The parser is a finite-state-machine with stack.
4243* Reduce/Reduce:: When two rules are applicable in the same situation.
4244* Mystery Conflicts:: Reduce/reduce conflicts that look unjustified.
676385e2 4245* Generalized LR Parsing:: Parsing arbitrary context-free grammars.
bfa74976
RS
4246* Stack Overflow:: What happens when stack gets full. How to avoid it.
4247@end menu
4248
342b8b6e 4249@node Look-Ahead
bfa74976
RS
4250@section Look-Ahead Tokens
4251@cindex look-ahead token
4252
4253The Bison parser does @emph{not} always reduce immediately as soon as the
4254last @var{n} tokens and groupings match a rule. This is because such a
4255simple strategy is inadequate to handle most languages. Instead, when a
4256reduction is possible, the parser sometimes ``looks ahead'' at the next
4257token in order to decide what to do.
4258
4259When a token is read, it is not immediately shifted; first it becomes the
4260@dfn{look-ahead token}, which is not on the stack. Now the parser can
4261perform one or more reductions of tokens and groupings on the stack, while
4262the look-ahead token remains off to the side. When no more reductions
4263should take place, the look-ahead token is shifted onto the stack. This
4264does not mean that all possible reductions have been done; depending on the
4265token type of the look-ahead token, some rules may choose to delay their
4266application.
4267
4268Here is a simple case where look-ahead is needed. These three rules define
4269expressions which contain binary addition operators and postfix unary
4270factorial operators (@samp{!}), and allow parentheses for grouping.
4271
4272@example
4273@group
4274expr: term '+' expr
4275 | term
4276 ;
4277@end group
4278
4279@group
4280term: '(' expr ')'
4281 | term '!'
4282 | NUMBER
4283 ;
4284@end group
4285@end example
4286
4287Suppose that the tokens @w{@samp{1 + 2}} have been read and shifted; what
4288should be done? If the following token is @samp{)}, then the first three
4289tokens must be reduced to form an @code{expr}. This is the only valid
4290course, because shifting the @samp{)} would produce a sequence of symbols
4291@w{@code{term ')'}}, and no rule allows this.
4292
4293If the following token is @samp{!}, then it must be shifted immediately so
4294that @w{@samp{2 !}} can be reduced to make a @code{term}. If instead the
4295parser were to reduce before shifting, @w{@samp{1 + 2}} would become an
4296@code{expr}. It would then be impossible to shift the @samp{!} because
4297doing so would produce on the stack the sequence of symbols @code{expr
4298'!'}. No rule allows that sequence.
4299
4300@vindex yychar
4301The current look-ahead token is stored in the variable @code{yychar}.
4302@xref{Action Features, ,Special Features for Use in Actions}.
4303
342b8b6e 4304@node Shift/Reduce
bfa74976
RS
4305@section Shift/Reduce Conflicts
4306@cindex conflicts
4307@cindex shift/reduce conflicts
4308@cindex dangling @code{else}
4309@cindex @code{else}, dangling
4310
4311Suppose we are parsing a language which has if-then and if-then-else
4312statements, with a pair of rules like this:
4313
4314@example
4315@group
4316if_stmt:
4317 IF expr THEN stmt
4318 | IF expr THEN stmt ELSE stmt
4319 ;
4320@end group
4321@end example
4322
4323@noindent
4324Here we assume that @code{IF}, @code{THEN} and @code{ELSE} are
4325terminal symbols for specific keyword tokens.
4326
4327When the @code{ELSE} token is read and becomes the look-ahead token, the
4328contents of the stack (assuming the input is valid) are just right for
4329reduction by the first rule. But it is also legitimate to shift the
4330@code{ELSE}, because that would lead to eventual reduction by the second
4331rule.
4332
4333This situation, where either a shift or a reduction would be valid, is
4334called a @dfn{shift/reduce conflict}. Bison is designed to resolve
4335these conflicts by choosing to shift, unless otherwise directed by
4336operator precedence declarations. To see the reason for this, let's
4337contrast it with the other alternative.
4338
4339Since the parser prefers to shift the @code{ELSE}, the result is to attach
4340the else-clause to the innermost if-statement, making these two inputs
4341equivalent:
4342
4343@example
4344if x then if y then win (); else lose;
4345
4346if x then do; if y then win (); else lose; end;
4347@end example
4348
4349But if the parser chose to reduce when possible rather than shift, the
4350result would be to attach the else-clause to the outermost if-statement,
4351making these two inputs equivalent:
4352
4353@example
4354if x then if y then win (); else lose;
4355
4356if x then do; if y then win (); end; else lose;
4357@end example
4358
4359The conflict exists because the grammar as written is ambiguous: either
4360parsing of the simple nested if-statement is legitimate. The established
4361convention is that these ambiguities are resolved by attaching the
4362else-clause to the innermost if-statement; this is what Bison accomplishes
4363by choosing to shift rather than reduce. (It would ideally be cleaner to
4364write an unambiguous grammar, but that is very hard to do in this case.)
4365This particular ambiguity was first encountered in the specifications of
4366Algol 60 and is called the ``dangling @code{else}'' ambiguity.
4367
4368To avoid warnings from Bison about predictable, legitimate shift/reduce
4369conflicts, use the @code{%expect @var{n}} declaration. There will be no
4370warning as long as the number of shift/reduce conflicts is exactly @var{n}.
4371@xref{Expect Decl, ,Suppressing Conflict Warnings}.
4372
4373The definition of @code{if_stmt} above is solely to blame for the
4374conflict, but the conflict does not actually appear without additional
4375rules. Here is a complete Bison input file that actually manifests the
4376conflict:
4377
4378@example
4379@group
4380%token IF THEN ELSE variable
4381%%
4382@end group
4383@group
4384stmt: expr
4385 | if_stmt
4386 ;
4387@end group
4388
4389@group
4390if_stmt:
4391 IF expr THEN stmt
4392 | IF expr THEN stmt ELSE stmt
4393 ;
4394@end group
4395
4396expr: variable
4397 ;
4398@end example
4399
342b8b6e 4400@node Precedence
bfa74976
RS
4401@section Operator Precedence
4402@cindex operator precedence
4403@cindex precedence of operators
4404
4405Another situation where shift/reduce conflicts appear is in arithmetic
4406expressions. Here shifting is not always the preferred resolution; the
4407Bison declarations for operator precedence allow you to specify when to
4408shift and when to reduce.
4409
4410@menu
4411* Why Precedence:: An example showing why precedence is needed.
4412* Using Precedence:: How to specify precedence in Bison grammars.
4413* Precedence Examples:: How these features are used in the previous example.
4414* How Precedence:: How they work.
4415@end menu
4416
342b8b6e 4417@node Why Precedence
bfa74976
RS
4418@subsection When Precedence is Needed
4419
4420Consider the following ambiguous grammar fragment (ambiguous because the
4421input @w{@samp{1 - 2 * 3}} can be parsed in two different ways):
4422
4423@example
4424@group
4425expr: expr '-' expr
4426 | expr '*' expr
4427 | expr '<' expr
4428 | '(' expr ')'
4429 @dots{}
4430 ;
4431@end group
4432@end example
4433
4434@noindent
4435Suppose the parser has seen the tokens @samp{1}, @samp{-} and @samp{2};
14ded682
AD
4436should it reduce them via the rule for the subtraction operator? It
4437depends on the next token. Of course, if the next token is @samp{)}, we
4438must reduce; shifting is invalid because no single rule can reduce the
4439token sequence @w{@samp{- 2 )}} or anything starting with that. But if
4440the next token is @samp{*} or @samp{<}, we have a choice: either
4441shifting or reduction would allow the parse to complete, but with
4442different results.
4443
4444To decide which one Bison should do, we must consider the results. If
4445the next operator token @var{op} is shifted, then it must be reduced
4446first in order to permit another opportunity to reduce the difference.
4447The result is (in effect) @w{@samp{1 - (2 @var{op} 3)}}. On the other
4448hand, if the subtraction is reduced before shifting @var{op}, the result
4449is @w{@samp{(1 - 2) @var{op} 3}}. Clearly, then, the choice of shift or
4450reduce should depend on the relative precedence of the operators
4451@samp{-} and @var{op}: @samp{*} should be shifted first, but not
4452@samp{<}.
bfa74976
RS
4453
4454@cindex associativity
4455What about input such as @w{@samp{1 - 2 - 5}}; should this be
14ded682
AD
4456@w{@samp{(1 - 2) - 5}} or should it be @w{@samp{1 - (2 - 5)}}? For most
4457operators we prefer the former, which is called @dfn{left association}.
4458The latter alternative, @dfn{right association}, is desirable for
4459assignment operators. The choice of left or right association is a
4460matter of whether the parser chooses to shift or reduce when the stack
4461contains @w{@samp{1 - 2}} and the look-ahead token is @samp{-}: shifting
4462makes right-associativity.
bfa74976 4463
342b8b6e 4464@node Using Precedence
bfa74976
RS
4465@subsection Specifying Operator Precedence
4466@findex %left
4467@findex %right
4468@findex %nonassoc
4469
4470Bison allows you to specify these choices with the operator precedence
4471declarations @code{%left} and @code{%right}. Each such declaration
4472contains a list of tokens, which are operators whose precedence and
4473associativity is being declared. The @code{%left} declaration makes all
4474those operators left-associative and the @code{%right} declaration makes
4475them right-associative. A third alternative is @code{%nonassoc}, which
4476declares that it is a syntax error to find the same operator twice ``in a
4477row''.
4478
4479The relative precedence of different operators is controlled by the
4480order in which they are declared. The first @code{%left} or
4481@code{%right} declaration in the file declares the operators whose
4482precedence is lowest, the next such declaration declares the operators
4483whose precedence is a little higher, and so on.
4484
342b8b6e 4485@node Precedence Examples
bfa74976
RS
4486@subsection Precedence Examples
4487
4488In our example, we would want the following declarations:
4489
4490@example
4491%left '<'
4492%left '-'
4493%left '*'
4494@end example
4495
4496In a more complete example, which supports other operators as well, we
4497would declare them in groups of equal precedence. For example, @code{'+'} is
4498declared with @code{'-'}:
4499
4500@example
4501%left '<' '>' '=' NE LE GE
4502%left '+' '-'
4503%left '*' '/'
4504@end example
4505
4506@noindent
4507(Here @code{NE} and so on stand for the operators for ``not equal''
4508and so on. We assume that these tokens are more than one character long
4509and therefore are represented by names, not character literals.)
4510
342b8b6e 4511@node How Precedence
bfa74976
RS
4512@subsection How Precedence Works
4513
4514The first effect of the precedence declarations is to assign precedence
4515levels to the terminal symbols declared. The second effect is to assign
704a47c4
AD
4516precedence levels to certain rules: each rule gets its precedence from
4517the last terminal symbol mentioned in the components. (You can also
4518specify explicitly the precedence of a rule. @xref{Contextual
4519Precedence, ,Context-Dependent Precedence}.)
4520
4521Finally, the resolution of conflicts works by comparing the precedence
4522of the rule being considered with that of the look-ahead token. If the
4523token's precedence is higher, the choice is to shift. If the rule's
4524precedence is higher, the choice is to reduce. If they have equal
4525precedence, the choice is made based on the associativity of that
4526precedence level. The verbose output file made by @samp{-v}
4527(@pxref{Invocation, ,Invoking Bison}) says how each conflict was
4528resolved.
bfa74976
RS
4529
4530Not all rules and not all tokens have precedence. If either the rule or
4531the look-ahead token has no precedence, then the default is to shift.
4532
342b8b6e 4533@node Contextual Precedence
bfa74976
RS
4534@section Context-Dependent Precedence
4535@cindex context-dependent precedence
4536@cindex unary operator precedence
4537@cindex precedence, context-dependent
4538@cindex precedence, unary operator
4539@findex %prec
4540
4541Often the precedence of an operator depends on the context. This sounds
4542outlandish at first, but it is really very common. For example, a minus
4543sign typically has a very high precedence as a unary operator, and a
4544somewhat lower precedence (lower than multiplication) as a binary operator.
4545
4546The Bison precedence declarations, @code{%left}, @code{%right} and
4547@code{%nonassoc}, can only be used once for a given token; so a token has
4548only one precedence declared in this way. For context-dependent
4549precedence, you need to use an additional mechanism: the @code{%prec}
e0c471a9 4550modifier for rules.
bfa74976
RS
4551
4552The @code{%prec} modifier declares the precedence of a particular rule by
4553specifying a terminal symbol whose precedence should be used for that rule.
4554It's not necessary for that symbol to appear otherwise in the rule. The
4555modifier's syntax is:
4556
4557@example
4558%prec @var{terminal-symbol}
4559@end example
4560
4561@noindent
4562and it is written after the components of the rule. Its effect is to
4563assign the rule the precedence of @var{terminal-symbol}, overriding
4564the precedence that would be deduced for it in the ordinary way. The
4565altered rule precedence then affects how conflicts involving that rule
4566are resolved (@pxref{Precedence, ,Operator Precedence}).
4567
4568Here is how @code{%prec} solves the problem of unary minus. First, declare
4569a precedence for a fictitious terminal symbol named @code{UMINUS}. There
4570are no tokens of this type, but the symbol serves to stand for its
4571precedence:
4572
4573@example
4574@dots{}
4575%left '+' '-'
4576%left '*'
4577%left UMINUS
4578@end example
4579
4580Now the precedence of @code{UMINUS} can be used in specific rules:
4581
4582@example
4583@group
4584exp: @dots{}
4585 | exp '-' exp
4586 @dots{}
4587 | '-' exp %prec UMINUS
4588@end group
4589@end example
4590
342b8b6e 4591@node Parser States
bfa74976
RS
4592@section Parser States
4593@cindex finite-state machine
4594@cindex parser state
4595@cindex state (of parser)
4596
4597The function @code{yyparse} is implemented using a finite-state machine.
4598The values pushed on the parser stack are not simply token type codes; they
4599represent the entire sequence of terminal and nonterminal symbols at or
4600near the top of the stack. The current state collects all the information
4601about previous input which is relevant to deciding what to do next.
4602
4603Each time a look-ahead token is read, the current parser state together
4604with the type of look-ahead token are looked up in a table. This table
4605entry can say, ``Shift the look-ahead token.'' In this case, it also
4606specifies the new parser state, which is pushed onto the top of the
4607parser stack. Or it can say, ``Reduce using rule number @var{n}.''
4608This means that a certain number of tokens or groupings are taken off
4609the top of the stack, and replaced by one grouping. In other words,
4610that number of states are popped from the stack, and one new state is
4611pushed.
4612
4613There is one other alternative: the table can say that the look-ahead token
4614is erroneous in the current state. This causes error processing to begin
4615(@pxref{Error Recovery}).
4616
342b8b6e 4617@node Reduce/Reduce
bfa74976
RS
4618@section Reduce/Reduce Conflicts
4619@cindex reduce/reduce conflict
4620@cindex conflicts, reduce/reduce
4621
4622A reduce/reduce conflict occurs if there are two or more rules that apply
4623to the same sequence of input. This usually indicates a serious error
4624in the grammar.
4625
4626For example, here is an erroneous attempt to define a sequence
4627of zero or more @code{word} groupings.
4628
4629@example
4630sequence: /* empty */
4631 @{ printf ("empty sequence\n"); @}
4632 | maybeword
4633 | sequence word
4634 @{ printf ("added word %s\n", $2); @}
4635 ;
4636
4637maybeword: /* empty */
4638 @{ printf ("empty maybeword\n"); @}
4639 | word
4640 @{ printf ("single word %s\n", $1); @}
4641 ;
4642@end example
4643
4644@noindent
4645The error is an ambiguity: there is more than one way to parse a single
4646@code{word} into a @code{sequence}. It could be reduced to a
4647@code{maybeword} and then into a @code{sequence} via the second rule.
4648Alternatively, nothing-at-all could be reduced into a @code{sequence}
4649via the first rule, and this could be combined with the @code{word}
4650using the third rule for @code{sequence}.
4651
4652There is also more than one way to reduce nothing-at-all into a
4653@code{sequence}. This can be done directly via the first rule,
4654or indirectly via @code{maybeword} and then the second rule.
4655
4656You might think that this is a distinction without a difference, because it
4657does not change whether any particular input is valid or not. But it does
4658affect which actions are run. One parsing order runs the second rule's
4659action; the other runs the first rule's action and the third rule's action.
4660In this example, the output of the program changes.
4661
4662Bison resolves a reduce/reduce conflict by choosing to use the rule that
4663appears first in the grammar, but it is very risky to rely on this. Every
4664reduce/reduce conflict must be studied and usually eliminated. Here is the
4665proper way to define @code{sequence}:
4666
4667@example
4668sequence: /* empty */
4669 @{ printf ("empty sequence\n"); @}
4670 | sequence word
4671 @{ printf ("added word %s\n", $2); @}
4672 ;
4673@end example
4674
4675Here is another common error that yields a reduce/reduce conflict:
4676
4677@example
4678sequence: /* empty */
4679 | sequence words
4680 | sequence redirects
4681 ;
4682
4683words: /* empty */
4684 | words word
4685 ;
4686
4687redirects:/* empty */
4688 | redirects redirect
4689 ;
4690@end example
4691
4692@noindent
4693The intention here is to define a sequence which can contain either
4694@code{word} or @code{redirect} groupings. The individual definitions of
4695@code{sequence}, @code{words} and @code{redirects} are error-free, but the
4696three together make a subtle ambiguity: even an empty input can be parsed
4697in infinitely many ways!
4698
4699Consider: nothing-at-all could be a @code{words}. Or it could be two
4700@code{words} in a row, or three, or any number. It could equally well be a
4701@code{redirects}, or two, or any number. Or it could be a @code{words}
4702followed by three @code{redirects} and another @code{words}. And so on.
4703
4704Here are two ways to correct these rules. First, to make it a single level
4705of sequence:
4706
4707@example
4708sequence: /* empty */
4709 | sequence word
4710 | sequence redirect
4711 ;
4712@end example
4713
4714Second, to prevent either a @code{words} or a @code{redirects}
4715from being empty:
4716
4717@example
4718sequence: /* empty */
4719 | sequence words
4720 | sequence redirects
4721 ;
4722
4723words: word
4724 | words word
4725 ;
4726
4727redirects:redirect
4728 | redirects redirect
4729 ;
4730@end example
4731
342b8b6e 4732@node Mystery Conflicts
bfa74976
RS
4733@section Mysterious Reduce/Reduce Conflicts
4734
4735Sometimes reduce/reduce conflicts can occur that don't look warranted.
4736Here is an example:
4737
4738@example
4739@group
4740%token ID
4741
4742%%
4743def: param_spec return_spec ','
4744 ;
4745param_spec:
4746 type
4747 | name_list ':' type
4748 ;
4749@end group
4750@group
4751return_spec:
4752 type
4753 | name ':' type
4754 ;
4755@end group
4756@group
4757type: ID
4758 ;
4759@end group
4760@group
4761name: ID
4762 ;
4763name_list:
4764 name
4765 | name ',' name_list
4766 ;
4767@end group
4768@end example
4769
4770It would seem that this grammar can be parsed with only a single token
13863333 4771of look-ahead: when a @code{param_spec} is being read, an @code{ID} is
bfa74976
RS
4772a @code{name} if a comma or colon follows, or a @code{type} if another
4773@code{ID} follows. In other words, this grammar is LR(1).
4774
4775@cindex LR(1)
4776@cindex LALR(1)
4777However, Bison, like most parser generators, cannot actually handle all
4778LR(1) grammars. In this grammar, two contexts, that after an @code{ID}
4779at the beginning of a @code{param_spec} and likewise at the beginning of
4780a @code{return_spec}, are similar enough that Bison assumes they are the
4781same. They appear similar because the same set of rules would be
4782active---the rule for reducing to a @code{name} and that for reducing to
4783a @code{type}. Bison is unable to determine at that stage of processing
4784that the rules would require different look-ahead tokens in the two
4785contexts, so it makes a single parser state for them both. Combining
4786the two contexts causes a conflict later. In parser terminology, this
4787occurrence means that the grammar is not LALR(1).
4788
4789In general, it is better to fix deficiencies than to document them. But
4790this particular deficiency is intrinsically hard to fix; parser
4791generators that can handle LR(1) grammars are hard to write and tend to
4792produce parsers that are very large. In practice, Bison is more useful
4793as it is now.
4794
4795When the problem arises, you can often fix it by identifying the two
a220f555
MA
4796parser states that are being confused, and adding something to make them
4797look distinct. In the above example, adding one rule to
bfa74976
RS
4798@code{return_spec} as follows makes the problem go away:
4799
4800@example
4801@group
4802%token BOGUS
4803@dots{}
4804%%
4805@dots{}
4806return_spec:
4807 type
4808 | name ':' type
4809 /* This rule is never used. */
4810 | ID BOGUS
4811 ;
4812@end group
4813@end example
4814
4815This corrects the problem because it introduces the possibility of an
4816additional active rule in the context after the @code{ID} at the beginning of
4817@code{return_spec}. This rule is not active in the corresponding context
4818in a @code{param_spec}, so the two contexts receive distinct parser states.
4819As long as the token @code{BOGUS} is never generated by @code{yylex},
4820the added rule cannot alter the way actual input is parsed.
4821
4822In this particular example, there is another way to solve the problem:
4823rewrite the rule for @code{return_spec} to use @code{ID} directly
4824instead of via @code{name}. This also causes the two confusing
4825contexts to have different sets of active rules, because the one for
4826@code{return_spec} activates the altered rule for @code{return_spec}
4827rather than the one for @code{name}.
4828
4829@example
4830param_spec:
4831 type
4832 | name_list ':' type
4833 ;
4834return_spec:
4835 type
4836 | ID ':' type
4837 ;
4838@end example
4839
676385e2
PH
4840@node Generalized LR Parsing
4841@section Generalized LR (GLR) Parsing
4842@cindex GLR parsing
4843@cindex generalized LR (GLR) parsing
4844@cindex ambiguous grammars
4845@cindex non-deterministic parsing
4846
4847Bison produces @emph{deterministic} parsers that choose uniquely
4848when to reduce and which reduction to apply
4849based on a summary of the preceding input and on one extra token of lookahead.
4850As a result, normal Bison handles a proper subset of the family of
4851context-free languages.
4852Ambiguous grammars, since they have strings with more than one possible
4853sequence of reductions cannot have deterministic parsers in this sense.
4854The same is true of languages that require more than one symbol of
4855lookahead, since the parser lacks the information necessary to make a
4856decision at the point it must be made in a shift-reduce parser.
4857Finally, as previously mentioned (@pxref{Mystery Conflicts}),
4858there are languages where Bison's particular choice of how to
4859summarize the input seen so far loses necessary information.
4860
4861When you use the @samp{%glr-parser} declaration in your grammar file,
4862Bison generates a parser that uses a different algorithm, called
4863Generalized LR (or GLR). A Bison GLR parser uses the same basic
4864algorithm for parsing as an ordinary Bison parser, but behaves
4865differently in cases where there is a shift-reduce conflict that has not
4866been resolved by precedence rules (@pxref{Precedence}) or a
4867reduce-reduce conflict. When a GLR parser encounters such a situation, it
4868effectively @emph{splits} into a several parsers, one for each possible
4869shift or reduction. These parsers then proceed as usual, consuming
4870tokens in lock-step. Some of the stacks may encounter other conflicts
4871and split further, with the result that instead of a sequence of states,
4872a Bison GLR parsing stack is what is in effect a tree of states.
4873
4874In effect, each stack represents a guess as to what the proper parse
4875is. Additional input may indicate that a guess was wrong, in which case
4876the appropriate stack silently disappears. Otherwise, the semantics
4877actions generated in each stack are saved, rather than being executed
4878immediately. When a stack disappears, its saved semantic actions never
4879get executed. When a reduction causes two stacks to become equivalent,
4880their sets of semantic actions are both saved with the state that
4881results from the reduction. We say that two stacks are equivalent
4882when they both represent the same sequence of states,
4883and each pair of corresponding states represents a
4884grammar symbol that produces the same segment of the input token
4885stream.
4886
4887Whenever the parser makes a transition from having multiple
4888states to having one, it reverts to the normal LALR(1) parsing
4889algorithm, after resolving and executing the saved-up actions.
4890At this transition, some of the states on the stack will have semantic
4891values that are sets (actually multisets) of possible actions. The
4892parser tries to pick one of the actions by first finding one whose rule
4893has the highest dynamic precedence, as set by the @samp{%dprec}
4894declaration. Otherwise, if the alternative actions are not ordered by
4895precedence, but there the same merging function is declared for both
4896rules by the @samp{%merge} declaration,
4897Bison resolves and evaluates both and then calls the merge function on
4898the result. Otherwise, it reports an ambiguity.
4899
4900It is possible to use a data structure for the GLR parsing tree that
4901permits the processing of any LALR(1) grammar in linear time (in the
4902size of the input), any unambiguous (not necessarily LALR(1)) grammar in
4903quadratic worst-case time, and any general (possibly ambiguous)
4904context-free grammar in cubic worst-case time. However, Bison currently
4905uses a simpler data structure that requires time proportional to the
4906length of the input times the maximum number of stacks required for any
4907prefix of the input. Thus, really ambiguous or non-deterministic
4908grammars can require exponential time and space to process. Such badly
4909behaving examples, however, are not generally of practical interest.
4910Usually, non-determinism in a grammar is local---the parser is ``in
4911doubt'' only for a few tokens at a time. Therefore, the current data
4912structure should generally be adequate. On LALR(1) portions of a
4913grammar, in particular, it is only slightly slower than with the default
4914Bison parser.
4915
342b8b6e 4916@node Stack Overflow
bfa74976
RS
4917@section Stack Overflow, and How to Avoid It
4918@cindex stack overflow
4919@cindex parser stack overflow
4920@cindex overflow of parser stack
4921
4922The Bison parser stack can overflow if too many tokens are shifted and
4923not reduced. When this happens, the parser function @code{yyparse}
4924returns a nonzero value, pausing only to call @code{yyerror} to report
4925the overflow.
4926
4927@vindex YYMAXDEPTH
4928By defining the macro @code{YYMAXDEPTH}, you can control how deep the
4929parser stack can become before a stack overflow occurs. Define the
4930macro with a value that is an integer. This value is the maximum number
4931of tokens that can be shifted (and not reduced) before overflow.
4932It must be a constant expression whose value is known at compile time.
4933
4934The stack space allowed is not necessarily allocated. If you specify a
4935large value for @code{YYMAXDEPTH}, the parser actually allocates a small
4936stack at first, and then makes it bigger by stages as needed. This
4937increasing allocation happens automatically and silently. Therefore,
4938you do not need to make @code{YYMAXDEPTH} painfully small merely to save
4939space for ordinary inputs that do not need much stack.
4940
4941@cindex default stack limit
4942The default value of @code{YYMAXDEPTH}, if you do not define it, is
494310000.
4944
4945@vindex YYINITDEPTH
4946You can control how much stack is allocated initially by defining the
4947macro @code{YYINITDEPTH}. This value too must be a compile-time
4948constant integer. The default is 200.
4949
342b8b6e 4950@node Error Recovery
bfa74976
RS
4951@chapter Error Recovery
4952@cindex error recovery
4953@cindex recovery from errors
4954
4955It is not usually acceptable to have a program terminate on a parse
4956error. For example, a compiler should recover sufficiently to parse the
4957rest of the input file and check it for errors; a calculator should accept
4958another expression.
4959
4960In a simple interactive command parser where each input is one line, it may
4961be sufficient to allow @code{yyparse} to return 1 on error and have the
4962caller ignore the rest of the input line when that happens (and then call
4963@code{yyparse} again). But this is inadequate for a compiler, because it
4964forgets all the syntactic context leading up to the error. A syntax error
4965deep within a function in the compiler input should not cause the compiler
4966to treat the following line like the beginning of a source file.
4967
4968@findex error
4969You can define how to recover from a syntax error by writing rules to
4970recognize the special token @code{error}. This is a terminal symbol that
4971is always defined (you need not declare it) and reserved for error
4972handling. The Bison parser generates an @code{error} token whenever a
4973syntax error happens; if you have provided a rule to recognize this token
13863333 4974in the current context, the parse can continue.
bfa74976
RS
4975
4976For example:
4977
4978@example
4979stmnts: /* empty string */
4980 | stmnts '\n'
4981 | stmnts exp '\n'
4982 | stmnts error '\n'
4983@end example
4984
4985The fourth rule in this example says that an error followed by a newline
4986makes a valid addition to any @code{stmnts}.
4987
4988What happens if a syntax error occurs in the middle of an @code{exp}? The
4989error recovery rule, interpreted strictly, applies to the precise sequence
4990of a @code{stmnts}, an @code{error} and a newline. If an error occurs in
4991the middle of an @code{exp}, there will probably be some additional tokens
4992and subexpressions on the stack after the last @code{stmnts}, and there
4993will be tokens to read before the next newline. So the rule is not
4994applicable in the ordinary way.
4995
4996But Bison can force the situation to fit the rule, by discarding part of
4997the semantic context and part of the input. First it discards states and
4998objects from the stack until it gets back to a state in which the
4999@code{error} token is acceptable. (This means that the subexpressions
5000already parsed are discarded, back to the last complete @code{stmnts}.) At
5001this point the @code{error} token can be shifted. Then, if the old
5002look-ahead token is not acceptable to be shifted next, the parser reads
5003tokens and discards them until it finds a token which is acceptable. In
5004this example, Bison reads and discards input until the next newline
5005so that the fourth rule can apply.
5006
5007The choice of error rules in the grammar is a choice of strategies for
5008error recovery. A simple and useful strategy is simply to skip the rest of
5009the current input line or current statement if an error is detected:
5010
5011@example
5012stmnt: error ';' /* on error, skip until ';' is read */
5013@end example
5014
5015It is also useful to recover to the matching close-delimiter of an
5016opening-delimiter that has already been parsed. Otherwise the
5017close-delimiter will probably appear to be unmatched, and generate another,
5018spurious error message:
5019
5020@example
5021primary: '(' expr ')'
5022 | '(' error ')'
5023 @dots{}
5024 ;
5025@end example
5026
5027Error recovery strategies are necessarily guesses. When they guess wrong,
5028one syntax error often leads to another. In the above example, the error
5029recovery rule guesses that an error is due to bad input within one
5030@code{stmnt}. Suppose that instead a spurious semicolon is inserted in the
5031middle of a valid @code{stmnt}. After the error recovery rule recovers
5032from the first error, another syntax error will be found straightaway,
5033since the text following the spurious semicolon is also an invalid
5034@code{stmnt}.
5035
5036To prevent an outpouring of error messages, the parser will output no error
5037message for another syntax error that happens shortly after the first; only
5038after three consecutive input tokens have been successfully shifted will
5039error messages resume.
5040
5041Note that rules which accept the @code{error} token may have actions, just
5042as any other rules can.
5043
5044@findex yyerrok
5045You can make error messages resume immediately by using the macro
5046@code{yyerrok} in an action. If you do this in the error rule's action, no
5047error messages will be suppressed. This macro requires no arguments;
5048@samp{yyerrok;} is a valid C statement.
5049
5050@findex yyclearin
5051The previous look-ahead token is reanalyzed immediately after an error. If
5052this is unacceptable, then the macro @code{yyclearin} may be used to clear
5053this token. Write the statement @samp{yyclearin;} in the error rule's
5054action.
5055
5056For example, suppose that on a parse error, an error handling routine is
5057called that advances the input stream to some point where parsing should
5058once again commence. The next symbol returned by the lexical scanner is
5059probably correct. The previous look-ahead token ought to be discarded
5060with @samp{yyclearin;}.
5061
5062@vindex YYRECOVERING
5063The macro @code{YYRECOVERING} stands for an expression that has the
5064value 1 when the parser is recovering from a syntax error, and 0 the
5065rest of the time. A value of 1 indicates that error messages are
5066currently suppressed for new syntax errors.
5067
342b8b6e 5068@node Context Dependency
bfa74976
RS
5069@chapter Handling Context Dependencies
5070
5071The Bison paradigm is to parse tokens first, then group them into larger
5072syntactic units. In many languages, the meaning of a token is affected by
5073its context. Although this violates the Bison paradigm, certain techniques
5074(known as @dfn{kludges}) may enable you to write Bison parsers for such
5075languages.
5076
5077@menu
5078* Semantic Tokens:: Token parsing can depend on the semantic context.
5079* Lexical Tie-ins:: Token parsing can depend on the syntactic context.
5080* Tie-in Recovery:: Lexical tie-ins have implications for how
5081 error recovery rules must be written.
5082@end menu
5083
5084(Actually, ``kludge'' means any technique that gets its job done but is
5085neither clean nor robust.)
5086
342b8b6e 5087@node Semantic Tokens
bfa74976
RS
5088@section Semantic Info in Token Types
5089
5090The C language has a context dependency: the way an identifier is used
5091depends on what its current meaning is. For example, consider this:
5092
5093@example
5094foo (x);
5095@end example
5096
5097This looks like a function call statement, but if @code{foo} is a typedef
5098name, then this is actually a declaration of @code{x}. How can a Bison
5099parser for C decide how to parse this input?
5100
5101The method used in GNU C is to have two different token types,
5102@code{IDENTIFIER} and @code{TYPENAME}. When @code{yylex} finds an
5103identifier, it looks up the current declaration of the identifier in order
5104to decide which token type to return: @code{TYPENAME} if the identifier is
5105declared as a typedef, @code{IDENTIFIER} otherwise.
5106
5107The grammar rules can then express the context dependency by the choice of
5108token type to recognize. @code{IDENTIFIER} is accepted as an expression,
5109but @code{TYPENAME} is not. @code{TYPENAME} can start a declaration, but
5110@code{IDENTIFIER} cannot. In contexts where the meaning of the identifier
5111is @emph{not} significant, such as in declarations that can shadow a
5112typedef name, either @code{TYPENAME} or @code{IDENTIFIER} is
5113accepted---there is one rule for each of the two token types.
5114
5115This technique is simple to use if the decision of which kinds of
5116identifiers to allow is made at a place close to where the identifier is
5117parsed. But in C this is not always so: C allows a declaration to
5118redeclare a typedef name provided an explicit type has been specified
5119earlier:
5120
5121@example
5122typedef int foo, bar, lose;
5123static foo (bar); /* @r{redeclare @code{bar} as static variable} */
5124static int foo (lose); /* @r{redeclare @code{foo} as function} */
5125@end example
5126
5127Unfortunately, the name being declared is separated from the declaration
5128construct itself by a complicated syntactic structure---the ``declarator''.
5129
9ecbd125 5130As a result, part of the Bison parser for C needs to be duplicated, with
14ded682
AD
5131all the nonterminal names changed: once for parsing a declaration in
5132which a typedef name can be redefined, and once for parsing a
5133declaration in which that can't be done. Here is a part of the
5134duplication, with actions omitted for brevity:
bfa74976
RS
5135
5136@example
5137initdcl:
5138 declarator maybeasm '='
5139 init
5140 | declarator maybeasm
5141 ;
5142
5143notype_initdcl:
5144 notype_declarator maybeasm '='
5145 init
5146 | notype_declarator maybeasm
5147 ;
5148@end example
5149
5150@noindent
5151Here @code{initdcl} can redeclare a typedef name, but @code{notype_initdcl}
5152cannot. The distinction between @code{declarator} and
5153@code{notype_declarator} is the same sort of thing.
5154
5155There is some similarity between this technique and a lexical tie-in
5156(described next), in that information which alters the lexical analysis is
5157changed during parsing by other parts of the program. The difference is
5158here the information is global, and is used for other purposes in the
5159program. A true lexical tie-in has a special-purpose flag controlled by
5160the syntactic context.
5161
342b8b6e 5162@node Lexical Tie-ins
bfa74976
RS
5163@section Lexical Tie-ins
5164@cindex lexical tie-in
5165
5166One way to handle context-dependency is the @dfn{lexical tie-in}: a flag
5167which is set by Bison actions, whose purpose is to alter the way tokens are
5168parsed.
5169
5170For example, suppose we have a language vaguely like C, but with a special
5171construct @samp{hex (@var{hex-expr})}. After the keyword @code{hex} comes
5172an expression in parentheses in which all integers are hexadecimal. In
5173particular, the token @samp{a1b} must be treated as an integer rather than
5174as an identifier if it appears in that context. Here is how you can do it:
5175
5176@example
5177@group
5178%@{
5179int hexflag;
5180%@}
5181%%
5182@dots{}
5183@end group
5184@group
5185expr: IDENTIFIER
5186 | constant
5187 | HEX '('
5188 @{ hexflag = 1; @}
5189 expr ')'
5190 @{ hexflag = 0;
5191 $$ = $4; @}
5192 | expr '+' expr
5193 @{ $$ = make_sum ($1, $3); @}
5194 @dots{}
5195 ;
5196@end group
5197
5198@group
5199constant:
5200 INTEGER
5201 | STRING
5202 ;
5203@end group
5204@end example
5205
5206@noindent
5207Here we assume that @code{yylex} looks at the value of @code{hexflag}; when
5208it is nonzero, all integers are parsed in hexadecimal, and tokens starting
5209with letters are parsed as integers if possible.
5210
342b8b6e
AD
5211The declaration of @code{hexflag} shown in the prologue of the parser file
5212is needed to make it accessible to the actions (@pxref{Prologue, ,The Prologue}).
75f5aaea 5213You must also write the code in @code{yylex} to obey the flag.
bfa74976 5214
342b8b6e 5215@node Tie-in Recovery
bfa74976
RS
5216@section Lexical Tie-ins and Error Recovery
5217
5218Lexical tie-ins make strict demands on any error recovery rules you have.
5219@xref{Error Recovery}.
5220
5221The reason for this is that the purpose of an error recovery rule is to
5222abort the parsing of one construct and resume in some larger construct.
5223For example, in C-like languages, a typical error recovery rule is to skip
5224tokens until the next semicolon, and then start a new statement, like this:
5225
5226@example
5227stmt: expr ';'
5228 | IF '(' expr ')' stmt @{ @dots{} @}
5229 @dots{}
5230 error ';'
5231 @{ hexflag = 0; @}
5232 ;
5233@end example
5234
5235If there is a syntax error in the middle of a @samp{hex (@var{expr})}
5236construct, this error rule will apply, and then the action for the
5237completed @samp{hex (@var{expr})} will never run. So @code{hexflag} would
5238remain set for the entire rest of the input, or until the next @code{hex}
5239keyword, causing identifiers to be misinterpreted as integers.
5240
5241To avoid this problem the error recovery rule itself clears @code{hexflag}.
5242
5243There may also be an error recovery rule that works within expressions.
5244For example, there could be a rule which applies within parentheses
5245and skips to the close-parenthesis:
5246
5247@example
5248@group
5249expr: @dots{}
5250 | '(' expr ')'
5251 @{ $$ = $2; @}
5252 | '(' error ')'
5253 @dots{}
5254@end group
5255@end example
5256
5257If this rule acts within the @code{hex} construct, it is not going to abort
5258that construct (since it applies to an inner level of parentheses within
5259the construct). Therefore, it should not clear the flag: the rest of
5260the @code{hex} construct should be parsed with the flag still in effect.
5261
5262What if there is an error recovery rule which might abort out of the
5263@code{hex} construct or might not, depending on circumstances? There is no
5264way you can write the action to determine whether a @code{hex} construct is
5265being aborted or not. So if you are using a lexical tie-in, you had better
5266make sure your error recovery rules are not of this kind. Each rule must
5267be such that you can be sure that it always will, or always won't, have to
5268clear the flag.
5269
ec3bc396
AD
5270@c ================================================== Debugging Your Parser
5271
342b8b6e 5272@node Debugging
bfa74976 5273@chapter Debugging Your Parser
ec3bc396
AD
5274
5275Developing a parser can be a challenge, especially if you don't
5276understand the algorithm (@pxref{Algorithm, ,The Bison Parser
5277Algorithm}). Even so, sometimes a detailed description of the automaton
5278can help (@pxref{Understanding, , Understanding Your Parser}), or
5279tracing the execution of the parser can give some insight on why it
5280behaves improperly (@pxref{Tracing, , Tracing Your Parser}).
5281
5282@menu
5283* Understanding:: Understanding the structure of your parser.
5284* Tracing:: Tracing the execution of your parser.
5285@end menu
5286
5287@node Understanding
5288@section Understanding Your Parser
5289
5290As documented elsewhere (@pxref{Algorithm, ,The Bison Parser Algorithm})
5291Bison parsers are @dfn{shift/reduce automata}. In some cases (much more
5292frequent than one would hope), looking at this automaton is required to
5293tune or simply fix a parser. Bison provides two different
5294representation of it, either textually or graphically (as a @sc{vcg}
5295file).
5296
5297The textual file is generated when the options @option{--report} or
5298@option{--verbose} are specified, see @xref{Invocation, , Invoking
5299Bison}. Its name is made by removing @samp{.tab.c} or @samp{.c} from
5300the parser output file name, and adding @samp{.output} instead.
5301Therefore, if the input file is @file{foo.y}, then the parser file is
5302called @file{foo.tab.c} by default. As a consequence, the verbose
5303output file is called @file{foo.output}.
5304
5305The following grammar file, @file{calc.y}, will be used in the sequel:
5306
5307@example
5308%token NUM STR
5309%left '+' '-'
5310%left '*'
5311%%
5312exp: exp '+' exp
5313 | exp '-' exp
5314 | exp '*' exp
5315 | exp '/' exp
5316 | NUM
5317 ;
5318useless: STR;
5319%%
5320@end example
5321
5322@command{bison} reports that @samp{calc.y contains 1 useless nonterminal
5323and 1 useless rule} and that @samp{calc.y contains 7 shift/reduce
5324conflicts}. When given @option{--report=state}, in addition to
5325@file{calc.tab.c}, it creates a file @file{calc.output} with contents
5326detailed below. The order of the output and the exact presentation
5327might vary, but the interpretation is the same.
5328
5329The first section includes details on conflicts that were solved thanks
5330to precedence and/or associativity:
5331
5332@example
5333Conflict in state 8 between rule 2 and token '+' resolved as reduce.
5334Conflict in state 8 between rule 2 and token '-' resolved as reduce.
5335Conflict in state 8 between rule 2 and token '*' resolved as shift.
5336@exdent @dots{}
5337@end example
5338
5339@noindent
5340The next section lists states that still have conflicts.
5341
5342@example
5343State 8 contains 1 shift/reduce conflict.
5344State 9 contains 1 shift/reduce conflict.
5345State 10 contains 1 shift/reduce conflict.
5346State 11 contains 4 shift/reduce conflicts.
5347@end example
5348
5349@noindent
5350@cindex token, useless
5351@cindex useless token
5352@cindex nonterminal, useless
5353@cindex useless nonterminal
5354@cindex rule, useless
5355@cindex useless rule
5356The next section reports useless tokens, nonterminal and rules. Useless
5357nonterminals and rules are removed in order to produce a smaller parser,
5358but useless tokens are preserved, since they might be used by the
5359scanner (note the difference between ``useless'' and ``not used''
5360below):
5361
5362@example
5363Useless nonterminals:
5364 useless
5365
5366Terminals which are not used:
5367 STR
5368
5369Useless rules:
5370#6 useless: STR;
5371@end example
5372
5373@noindent
5374The next section reproduces the exact grammar that Bison used:
5375
5376@example
5377Grammar
5378
5379 Number, Line, Rule
5380 0 5 $axiom -> exp $
5381 1 5 exp -> exp '+' exp
5382 2 6 exp -> exp '-' exp
5383 3 7 exp -> exp '*' exp
5384 4 8 exp -> exp '/' exp
5385 5 9 exp -> NUM
5386@end example
5387
5388@noindent
5389and reports the uses of the symbols:
5390
5391@example
5392Terminals, with rules where they appear
5393
5394$ (0) 0
5395'*' (42) 3
5396'+' (43) 1
5397'-' (45) 2
5398'/' (47) 4
5399error (256)
5400NUM (258) 5
5401
5402Nonterminals, with rules where they appear
5403
5404$axiom (8)
5405 on left: 0
5406exp (9)
5407 on left: 1 2 3 4 5, on right: 0 1 2 3 4
5408@end example
5409
5410@noindent
5411@cindex item
5412@cindex pointed rule
5413@cindex rule, pointed
5414Bison then proceeds onto the automaton itself, describing each state
5415with it set of @dfn{items}, also known as @dfn{pointed rules}. Each
5416item is a production rule together with a point (marked by @samp{.})
5417that the input cursor.
5418
5419@example
5420state 0
5421
5422 $axiom -> . exp $ (rule 0)
5423
5424 NUM shift, and go to state 1
5425
5426 exp go to state 2
5427@end example
5428
5429This reads as follows: ``state 0 corresponds to being at the very
5430beginning of the parsing, in the initial rule, right before the start
5431symbol (here, @code{exp}). When the parser returns to this state right
5432after having reduced a rule that produced an @code{exp}, the control
5433flow jumps to state 2. If there is no such transition on a nonterminal
5434symbol, and the lookahead is a @code{NUM}, then this token is shifted on
5435the parse stack, and the control flow jumps to state 1. Any other
5436lookahead triggers a parse error.''
5437
5438@cindex core, item set
5439@cindex item set core
5440@cindex kernel, item set
5441@cindex item set core
5442Even though the only active rule in state 0 seems to be rule 0, the
5443report lists @code{NUM} as a lookahead symbol because @code{NUM} can be
5444at the beginning of any rule deriving an @code{exp}. By default Bison
5445reports the so-called @dfn{core} or @dfn{kernel} of the item set, but if
5446you want to see more detail you can invoke @command{bison} with
5447@option{--report=itemset} to list all the items, include those that can
5448be derived:
5449
5450@example
5451state 0
5452
5453 $axiom -> . exp $ (rule 0)
5454 exp -> . exp '+' exp (rule 1)
5455 exp -> . exp '-' exp (rule 2)
5456 exp -> . exp '*' exp (rule 3)
5457 exp -> . exp '/' exp (rule 4)
5458 exp -> . NUM (rule 5)
5459
5460 NUM shift, and go to state 1
5461
5462 exp go to state 2
5463@end example
5464
5465@noindent
5466In the state 1...
5467
5468@example
5469state 1
5470
5471 exp -> NUM . (rule 5)
5472
5473 $default reduce using rule 5 (exp)
5474@end example
5475
5476@noindent
5477the rule 5, @samp{exp: NUM;}, is completed. Whatever the lookahead
5478(@samp{$default}), the parser will reduce it. If it was coming from
5479state 0, then, after this reduction it will return to state 0, and will
5480jump to state 2 (@samp{exp: go to state 2}).
5481
5482@example
5483state 2
5484
5485 $axiom -> exp . $ (rule 0)
5486 exp -> exp . '+' exp (rule 1)
5487 exp -> exp . '-' exp (rule 2)
5488 exp -> exp . '*' exp (rule 3)
5489 exp -> exp . '/' exp (rule 4)
5490
5491 $ shift, and go to state 3
5492 '+' shift, and go to state 4
5493 '-' shift, and go to state 5
5494 '*' shift, and go to state 6
5495 '/' shift, and go to state 7
5496@end example
5497
5498@noindent
5499In state 2, the automaton can only shift a symbol. For instance,
5500because of the item @samp{exp -> exp . '+' exp}, if the lookahead if
5501@samp{+}, it will be shifted on the parse stack, and the automaton
5502control will jump to state 4, corresponding to the item @samp{exp -> exp
5503'+' . exp}. Since there is no default action, any other token than
5504those listed above will trigger a parse error.
5505
5506The state 3 is named the @dfn{final state}, or the @dfn{accepting
5507state}:
5508
5509@example
5510state 3
5511
5512 $axiom -> exp $ . (rule 0)
5513
5514 $default accept
5515@end example
5516
5517@noindent
5518the initial rule is completed (the start symbol and the end
5519of input were read), the parsing exits successfully.
5520
5521The interpretation of states 4 to 7 is straightforward, and is left to
5522the reader.
5523
5524@example
5525state 4
5526
5527 exp -> exp '+' . exp (rule 1)
5528
5529 NUM shift, and go to state 1
5530
5531 exp go to state 8
5532
5533state 5
5534
5535 exp -> exp '-' . exp (rule 2)
5536
5537 NUM shift, and go to state 1
5538
5539 exp go to state 9
5540
5541state 6
5542
5543 exp -> exp '*' . exp (rule 3)
5544
5545 NUM shift, and go to state 1
5546
5547 exp go to state 10
5548
5549state 7
5550
5551 exp -> exp '/' . exp (rule 4)
5552
5553 NUM shift, and go to state 1
5554
5555 exp go to state 11
5556@end example
5557
5558As was announced in beginning of the report, @samp{State 8 contains 1
5559shift/reduce conflict}:
5560
5561@example
5562state 8
5563
5564 exp -> exp . '+' exp (rule 1)
5565 exp -> exp '+' exp . (rule 1)
5566 exp -> exp . '-' exp (rule 2)
5567 exp -> exp . '*' exp (rule 3)
5568 exp -> exp . '/' exp (rule 4)
5569
5570 '*' shift, and go to state 6
5571 '/' shift, and go to state 7
5572
5573 '/' [reduce using rule 1 (exp)]
5574 $default reduce using rule 1 (exp)
5575@end example
5576
5577Indeed, there are two actions associated to the lookahead @samp{/}:
5578either shifting (and going to state 7), or reducing rule 1. The
5579conflict means that either the grammar is ambiguous, or the parser lacks
5580information to make the right decision. Indeed the grammar is
5581ambiguous, as, since we did not specify the precedence of @samp{/}, the
5582sentence @samp{NUM + NUM / NUM} can be parsed as @samp{NUM + (NUM /
5583NUM)}, which corresponds to shifting @samp{/}, or as @samp{(NUM + NUM) /
5584NUM}, which corresponds to reducing rule 1.
5585
5586Because in LALR(1) parsing a single decision can be made, Bison
5587arbitrarily chose to disable the reduction, see @ref{Shift/Reduce, ,
5588Shift/Reduce Conflicts}. Discarded actions are reported in between
5589square brackets.
5590
5591Note that all the previous states had a single possible action: either
5592shifting the next token and going to the corresponding state, or
5593reducing a single rule. In the other cases, i.e., when shifting
5594@emph{and} reducing is possible or when @emph{several} reductions are
5595possible, the lookahead is required to select the action. State 8 is
5596one such state: if the lookahead is @samp{*} or @samp{/} then the action
5597is shifting, otherwise the action is reducing rule 1. In other words,
5598the first two items, corresponding to rule 1, are not eligible when the
5599lookahead is @samp{*}, since we specified that @samp{*} has higher
5600precedence that @samp{+}. More generally, some items are eligible only
5601with some set of possible lookaheads. When run with
5602@option{--report=lookahead}, Bison specifies these lookaheads:
5603
5604@example
5605state 8
5606
5607 exp -> exp . '+' exp [$, '+', '-', '/'] (rule 1)
5608 exp -> exp '+' exp . [$, '+', '-', '/'] (rule 1)
5609 exp -> exp . '-' exp (rule 2)
5610 exp -> exp . '*' exp (rule 3)
5611 exp -> exp . '/' exp (rule 4)
5612
5613 '*' shift, and go to state 6
5614 '/' shift, and go to state 7
5615
5616 '/' [reduce using rule 1 (exp)]
5617 $default reduce using rule 1 (exp)
5618@end example
5619
5620The remaining states are similar:
5621
5622@example
5623state 9
5624
5625 exp -> exp . '+' exp (rule 1)
5626 exp -> exp . '-' exp (rule 2)
5627 exp -> exp '-' exp . (rule 2)
5628 exp -> exp . '*' exp (rule 3)
5629 exp -> exp . '/' exp (rule 4)
5630
5631 '*' shift, and go to state 6
5632 '/' shift, and go to state 7
5633
5634 '/' [reduce using rule 2 (exp)]
5635 $default reduce using rule 2 (exp)
5636
5637state 10
5638
5639 exp -> exp . '+' exp (rule 1)
5640 exp -> exp . '-' exp (rule 2)
5641 exp -> exp . '*' exp (rule 3)
5642 exp -> exp '*' exp . (rule 3)
5643 exp -> exp . '/' exp (rule 4)
5644
5645 '/' shift, and go to state 7
5646
5647 '/' [reduce using rule 3 (exp)]
5648 $default reduce using rule 3 (exp)
5649
5650state 11
5651
5652 exp -> exp . '+' exp (rule 1)
5653 exp -> exp . '-' exp (rule 2)
5654 exp -> exp . '*' exp (rule 3)
5655 exp -> exp . '/' exp (rule 4)
5656 exp -> exp '/' exp . (rule 4)
5657
5658 '+' shift, and go to state 4
5659 '-' shift, and go to state 5
5660 '*' shift, and go to state 6
5661 '/' shift, and go to state 7
5662
5663 '+' [reduce using rule 4 (exp)]
5664 '-' [reduce using rule 4 (exp)]
5665 '*' [reduce using rule 4 (exp)]
5666 '/' [reduce using rule 4 (exp)]
5667 $default reduce using rule 4 (exp)
5668@end example
5669
5670@noindent
5671Observe that state 11 contains conflicts due to the lack of precedence
5672of @samp{/} wrt @samp{+}, @samp{-}, and @samp{*}, but also because the
5673associativity of @samp{/} is not specified.
5674
5675
5676@node Tracing
5677@section Tracing Your Parser
bfa74976
RS
5678@findex yydebug
5679@cindex debugging
5680@cindex tracing the parser
5681
5682If a Bison grammar compiles properly but doesn't do what you want when it
5683runs, the @code{yydebug} parser-trace feature can help you figure out why.
5684
3ded9a63
AD
5685There are several means to enable compilation of trace facilities:
5686
5687@table @asis
5688@item the macro @code{YYDEBUG}
5689@findex YYDEBUG
5690Define the macro @code{YYDEBUG} to a nonzero value when you compile the
5691parser. This is compliant with POSIX Yacc. You could use
5692@samp{-DYYDEBUG=1} as a compiler option or you could put @samp{#define
5693YYDEBUG 1} in the prologue of the grammar file (@pxref{Prologue, , The
5694Prologue}).
5695
5696@item the option @option{-t}, @option{--debug}
5697Use the @samp{-t} option when you run Bison (@pxref{Invocation,
5698,Invoking Bison}). This is POSIX compliant too.
5699
5700@item the directive @samp{%debug}
5701@findex %debug
5702Add the @code{%debug} directive (@pxref{Decl Summary, ,Bison
5703Declaration Summary}). This is a Bison extension, which will prove
5704useful when Bison will output parsers for languages that don't use a
5705preprocessor. Useless POSIX and Yacc portability matter to you, this is
5706the preferred solution.
5707@end table
5708
5709We suggest that you always enable the debug option so that debugging is
5710always possible.
bfa74976 5711
02a81e05 5712The trace facility outputs messages with macro calls of the form
e2742e46 5713@code{YYFPRINTF (stderr, @var{format}, @var{args})} where
02a81e05 5714@var{format} and @var{args} are the usual @code{printf} format and
4947ebdb
PE
5715arguments. If you define @code{YYDEBUG} to a nonzero value but do not
5716define @code{YYFPRINTF}, @code{<stdio.h>} is automatically included
e4e1a4dc 5717and @code{YYPRINTF} is defined to @code{fprintf}.
bfa74976
RS
5718
5719Once you have compiled the program with trace facilities, the way to
5720request a trace is to store a nonzero value in the variable @code{yydebug}.
5721You can do this by making the C code do it (in @code{main}, perhaps), or
5722you can alter the value with a C debugger.
5723
5724Each step taken by the parser when @code{yydebug} is nonzero produces a
5725line or two of trace information, written on @code{stderr}. The trace
5726messages tell you these things:
5727
5728@itemize @bullet
5729@item
5730Each time the parser calls @code{yylex}, what kind of token was read.
5731
5732@item
5733Each time a token is shifted, the depth and complete contents of the
5734state stack (@pxref{Parser States}).
5735
5736@item
5737Each time a rule is reduced, which rule it is, and the complete contents
5738of the state stack afterward.
5739@end itemize
5740
5741To make sense of this information, it helps to refer to the listing file
704a47c4
AD
5742produced by the Bison @samp{-v} option (@pxref{Invocation, ,Invoking
5743Bison}). This file shows the meaning of each state in terms of
5744positions in various rules, and also what each state will do with each
5745possible input token. As you read the successive trace messages, you
5746can see that the parser is functioning according to its specification in
5747the listing file. Eventually you will arrive at the place where
5748something undesirable happens, and you will see which parts of the
5749grammar are to blame.
bfa74976
RS
5750
5751The parser file is a C program and you can use C debuggers on it, but it's
5752not easy to interpret what it is doing. The parser function is a
5753finite-state machine interpreter, and aside from the actions it executes
5754the same code over and over. Only the values of variables show where in
5755the grammar it is working.
5756
5757@findex YYPRINT
5758The debugging information normally gives the token type of each token
5759read, but not its semantic value. You can optionally define a macro
5760named @code{YYPRINT} to provide a way to print the value. If you define
5761@code{YYPRINT}, it should take three arguments. The parser will pass a
5762standard I/O stream, the numeric code for the token type, and the token
5763value (from @code{yylval}).
5764
5765Here is an example of @code{YYPRINT} suitable for the multi-function
5766calculator (@pxref{Mfcalc Decl, ,Declarations for @code{mfcalc}}):
5767
5768@smallexample
5769#define YYPRINT(file, type, value) yyprint (file, type, value)
5770
5771static void
13863333 5772yyprint (FILE *file, int type, YYSTYPE value)
bfa74976
RS
5773@{
5774 if (type == VAR)
5775 fprintf (file, " %s", value.tptr->name);
5776 else if (type == NUM)
5777 fprintf (file, " %d", value.val);
5778@}
5779@end smallexample
5780
ec3bc396
AD
5781@c ================================================= Invoking Bison
5782
342b8b6e 5783@node Invocation
bfa74976
RS
5784@chapter Invoking Bison
5785@cindex invoking Bison
5786@cindex Bison invocation
5787@cindex options for invoking Bison
5788
5789The usual way to invoke Bison is as follows:
5790
5791@example
5792bison @var{infile}
5793@end example
5794
5795Here @var{infile} is the grammar file name, which usually ends in
5796@samp{.y}. The parser file's name is made by replacing the @samp{.y}
5797with @samp{.tab.c}. Thus, the @samp{bison foo.y} filename yields
5798@file{foo.tab.c}, and the @samp{bison hack/foo.y} filename yields
02a81e05 5799@file{hack/foo.tab.c}. It's is also possible, in case you are writing
79282c6c 5800C++ code instead of C in your grammar file, to name it @file{foo.ypp}
234a3be3
AD
5801or @file{foo.y++}. Then, the output files will take an extention like
5802the given one as input (repectively @file{foo.tab.cpp} and @file{foo.tab.c++}).
5803This feature takes effect with all options that manipulate filenames like
5804@samp{-o} or @samp{-d}.
5805
5806For example :
5807
5808@example
5809bison -d @var{infile.yxx}
5810@end example
84163231 5811@noindent
234a3be3
AD
5812will produce @file{infile.tab.cxx} and @file{infile.tab.hxx}. and
5813
5814@example
5815bison -d @var{infile.y} -o @var{output.c++}
5816@end example
84163231 5817@noindent
234a3be3
AD
5818will produce @file{output.c++} and @file{outfile.h++}.
5819
bfa74976
RS
5820
5821@menu
13863333 5822* Bison Options:: All the options described in detail,
bfa74976
RS
5823 in alphabetical order by short options.
5824* Option Cross Key:: Alphabetical list of long options.
5825* VMS Invocation:: Bison command syntax on VMS.
5826@end menu
5827
342b8b6e 5828@node Bison Options
bfa74976
RS
5829@section Bison Options
5830
5831Bison supports both traditional single-letter options and mnemonic long
5832option names. Long option names are indicated with @samp{--} instead of
5833@samp{-}. Abbreviations for option names are allowed as long as they
5834are unique. When a long option takes an argument, like
5835@samp{--file-prefix}, connect the option name and the argument with
5836@samp{=}.
5837
5838Here is a list of options that can be used with Bison, alphabetized by
5839short option. It is followed by a cross key alphabetized by long
5840option.
5841
89cab50d
AD
5842@c Please, keep this ordered as in `bison --help'.
5843@noindent
5844Operations modes:
5845@table @option
5846@item -h
5847@itemx --help
5848Print a summary of the command-line options to Bison and exit.
bfa74976 5849
89cab50d
AD
5850@item -V
5851@itemx --version
5852Print the version number of Bison and exit.
bfa74976 5853
89cab50d
AD
5854@need 1750
5855@item -y
5856@itemx --yacc
89cab50d
AD
5857Equivalent to @samp{-o y.tab.c}; the parser output file is called
5858@file{y.tab.c}, and the other outputs are called @file{y.output} and
5859@file{y.tab.h}. The purpose of this option is to imitate Yacc's output
5860file name conventions. Thus, the following shell script can substitute
e0c471a9 5861for Yacc:
bfa74976 5862
89cab50d
AD
5863@example
5864bison -y $*
5865@end example
5866@end table
5867
5868@noindent
5869Tuning the parser:
5870
5871@table @option
cd5bd6ac
AD
5872@item -S @var{file}
5873@itemx --skeleton=@var{file}
5874Specify the skeleton to use. You probably don't need this option unless
5875you are developing Bison.
5876
89cab50d
AD
5877@item -t
5878@itemx --debug
4947ebdb
PE
5879In the parser file, define the macro @code{YYDEBUG} to 1 if it is not
5880already defined, so that the debugging facilities are compiled.
ec3bc396 5881@xref{Tracing, ,Tracing Your Parser}.
89cab50d
AD
5882
5883@item --locations
d8988b2f 5884Pretend that @code{%locations} was specified. @xref{Decl Summary}.
89cab50d
AD
5885
5886@item -p @var{prefix}
5887@itemx --name-prefix=@var{prefix}
d8988b2f
AD
5888Pretend that @code{%name-prefix="@var{prefix}"} was specified.
5889@xref{Decl Summary}.
bfa74976
RS
5890
5891@item -l
5892@itemx --no-lines
5893Don't put any @code{#line} preprocessor commands in the parser file.
5894Ordinarily Bison puts them in the parser file so that the C compiler
5895and debuggers will associate errors with your source file, the
5896grammar file. This option causes them to associate errors with the
95e742f7 5897parser file, treating it as an independent source file in its own right.
bfa74976 5898
931c7513
RS
5899@item -n
5900@itemx --no-parser
d8988b2f 5901Pretend that @code{%no-parser} was specified. @xref{Decl Summary}.
931c7513 5902
89cab50d
AD
5903@item -k
5904@itemx --token-table
d8988b2f 5905Pretend that @code{%token-table} was specified. @xref{Decl Summary}.
89cab50d 5906@end table
bfa74976 5907
89cab50d
AD
5908@noindent
5909Adjust the output:
bfa74976 5910
89cab50d
AD
5911@table @option
5912@item -d
d8988b2f
AD
5913@itemx --defines
5914Pretend that @code{%defines} was specified, i.e., write an extra output
6deb4447
AD
5915file containing macro definitions for the token type names defined in
5916the grammar and the semantic value type @code{YYSTYPE}, as well as a few
5917@code{extern} variable declarations. @xref{Decl Summary}.
931c7513 5918
342b8b6e 5919@item --defines=@var{defines-file}
d8988b2f 5920Same as above, but save in the file @var{defines-file}.
342b8b6e 5921
89cab50d
AD
5922@item -b @var{file-prefix}
5923@itemx --file-prefix=@var{prefix}
d8988b2f
AD
5924Pretend that @code{%verbose} was specified, i.e, specify prefix to use
5925for all Bison output file names. @xref{Decl Summary}.
bfa74976 5926
ec3bc396
AD
5927@item -r @var{things}
5928@itemx --report=@var{things}
5929Write an extra output file containing verbose description of the comma
5930separated list of @var{things} among:
5931
5932@table @code
5933@item state
5934Description of the grammar, conflicts (resolved and unresolved), and
5935LALR automaton.
5936
5937@item lookahead
5938Implies @code{state} and augments the description of the automaton with
5939each rule's lookahead set.
5940
5941@item itemset
5942Implies @code{state} and augments the description of the automaton with
5943the full set of items for each state, instead of its core only.
5944@end table
5945
5946For instance, on the following grammar
5947
bfa74976
RS
5948@item -v
5949@itemx --verbose
6deb4447
AD
5950Pretend that @code{%verbose} was specified, i.e, write an extra output
5951file containing verbose descriptions of the grammar and
d8988b2f 5952parser. @xref{Decl Summary}.
bfa74976 5953
d8988b2f
AD
5954@item -o @var{filename}
5955@itemx --output=@var{filename}
5956Specify the @var{filename} for the parser file.
bfa74976 5957
d8988b2f
AD
5958The other output files' names are constructed from @var{filename} as
5959described under the @samp{-v} and @samp{-d} options.
342b8b6e
AD
5960
5961@item -g
5962Output a VCG definition of the LALR(1) grammar automaton computed by
5963Bison. If the grammar file is @file{foo.y}, the VCG output file will
5964be @file{foo.vcg}.
5965
5966@item --graph=@var{graph-file}
5967The behaviour of @var{--graph} is the same than @samp{-g}. The only
5968difference is that it has an optionnal argument which is the name of
5969the output graph filename.
bfa74976
RS
5970@end table
5971
342b8b6e 5972@node Option Cross Key
bfa74976
RS
5973@section Option Cross Key
5974
5975Here is a list of options, alphabetized by long option, to help you find
5976the corresponding short option.
5977
5978@tex
5979\def\leaderfill{\leaders\hbox to 1em{\hss.\hss}\hfill}
5980
5981{\tt
5982\line{ --debug \leaderfill -t}
5983\line{ --defines \leaderfill -d}
5984\line{ --file-prefix \leaderfill -b}
342b8b6e 5985\line{ --graph \leaderfill -g}
ff51d159 5986\line{ --help \leaderfill -h}
bfa74976
RS
5987\line{ --name-prefix \leaderfill -p}
5988\line{ --no-lines \leaderfill -l}
931c7513 5989\line{ --no-parser \leaderfill -n}
d8988b2f 5990\line{ --output \leaderfill -o}
931c7513 5991\line{ --token-table \leaderfill -k}
bfa74976
RS
5992\line{ --verbose \leaderfill -v}
5993\line{ --version \leaderfill -V}
5994\line{ --yacc \leaderfill -y}
5995}
5996@end tex
5997
5998@ifinfo
5999@example
6000--debug -t
342b8b6e 6001--defines=@var{defines-file} -d
bfa74976 6002--file-prefix=@var{prefix} -b @var{file-prefix}
342b8b6e 6003--graph=@var{graph-file} -d
ff51d159 6004--help -h
931c7513 6005--name-prefix=@var{prefix} -p @var{name-prefix}
bfa74976 6006--no-lines -l
931c7513 6007--no-parser -n
d8988b2f 6008--output=@var{outfile} -o @var{outfile}
931c7513 6009--token-table -k
bfa74976
RS
6010--verbose -v
6011--version -V
8c9a50be 6012--yacc -y
bfa74976
RS
6013@end example
6014@end ifinfo
6015
342b8b6e 6016@node VMS Invocation
bfa74976
RS
6017@section Invoking Bison under VMS
6018@cindex invoking Bison under VMS
6019@cindex VMS
6020
6021The command line syntax for Bison on VMS is a variant of the usual
6022Bison command syntax---adapted to fit VMS conventions.
6023
6024To find the VMS equivalent for any Bison option, start with the long
6025option, and substitute a @samp{/} for the leading @samp{--}, and
6026substitute a @samp{_} for each @samp{-} in the name of the long option.
6027For example, the following invocation under VMS:
6028
6029@example
6030bison /debug/name_prefix=bar foo.y
6031@end example
6032
6033@noindent
6034is equivalent to the following command under POSIX.
6035
6036@example
6037bison --debug --name-prefix=bar foo.y
6038@end example
6039
6040The VMS file system does not permit filenames such as
6041@file{foo.tab.c}. In the above example, the output file
6042would instead be named @file{foo_tab.c}.
6043
342b8b6e 6044@node Table of Symbols
bfa74976
RS
6045@appendix Bison Symbols
6046@cindex Bison symbols, table of
6047@cindex symbols in Bison, table of
6048
6049@table @code
3ded9a63
AD
6050@item @@$
6051In an action, the location of the left-hand side of the rule.
6052 @xref{Locations, , Locations Overview}.
6053
6054@item @@@var{n}
6055In an action, the location of the @var{n}-th symbol of the right-hand
6056side of the rule. @xref{Locations, , Locations Overview}.
6057
6058@item $$
6059In an action, the semantic value of the left-hand side of the rule.
6060@xref{Actions}.
6061
6062@item $@var{n}
6063In an action, the semantic value of the @var{n}-th symbol of the
6064right-hand side of the rule. @xref{Actions}.
6065
bfa74976
RS
6066@item error
6067A token name reserved for error recovery. This token may be used in
6068grammar rules so as to allow the Bison parser to recognize an error in
6069the grammar without halting the process. In effect, a sentence
6070containing an error may be recognized as valid. On a parse error, the
6071token @code{error} becomes the current look-ahead token. Actions
6072corresponding to @code{error} are then executed, and the look-ahead
6073token is reset to the token that originally caused the violation.
6074@xref{Error Recovery}.
6075
6076@item YYABORT
6077Macro to pretend that an unrecoverable syntax error has occurred, by
6078making @code{yyparse} return 1 immediately. The error reporting
ceed8467
AD
6079function @code{yyerror} is not called. @xref{Parser Function, ,The
6080Parser Function @code{yyparse}}.
bfa74976
RS
6081
6082@item YYACCEPT
6083Macro to pretend that a complete utterance of the language has been
13863333 6084read, by making @code{yyparse} return 0 immediately.
bfa74976
RS
6085@xref{Parser Function, ,The Parser Function @code{yyparse}}.
6086
6087@item YYBACKUP
6088Macro to discard a value from the parser stack and fake a look-ahead
6089token. @xref{Action Features, ,Special Features for Use in Actions}.
6090
3ded9a63 6091@item YYDEBUG
ec3bc396
AD
6092Macro to define to equip the parser with tracing code. @xref{Tracing,
6093,Tracing Your Parser}.
3ded9a63 6094
bfa74976
RS
6095@item YYERROR
6096Macro to pretend that a syntax error has just been detected: call
6097@code{yyerror} and then perform normal error recovery if possible
6098(@pxref{Error Recovery}), or (if recovery is impossible) make
6099@code{yyparse} return 1. @xref{Error Recovery}.
6100
6101@item YYERROR_VERBOSE
6102Macro that you define with @code{#define} in the Bison declarations
6103section to request verbose, specific error message strings when
6104@code{yyerror} is called.
6105
6106@item YYINITDEPTH
6107Macro for specifying the initial size of the parser stack.
6108@xref{Stack Overflow}.
6109
c656404a
RS
6110@item YYLEX_PARAM
6111Macro for specifying an extra argument (or list of extra arguments) for
6112@code{yyparse} to pass to @code{yylex}. @xref{Pure Calling,, Calling
6113Conventions for Pure Parsers}.
6114
bfa74976
RS
6115@item YYLTYPE
6116Macro for the data type of @code{yylloc}; a structure with four
847bf1f5 6117members. @xref{Location Type, , Data Types of Locations}.
bfa74976 6118
931c7513
RS
6119@item yyltype
6120Default value for YYLTYPE.
6121
bfa74976
RS
6122@item YYMAXDEPTH
6123Macro for specifying the maximum size of the parser stack.
6124@xref{Stack Overflow}.
6125
c656404a
RS
6126@item YYPARSE_PARAM
6127Macro for specifying the name of a parameter that @code{yyparse} should
6128accept. @xref{Pure Calling,, Calling Conventions for Pure Parsers}.
6129
bfa74976
RS
6130@item YYRECOVERING
6131Macro whose value indicates whether the parser is recovering from a
6132syntax error. @xref{Action Features, ,Special Features for Use in Actions}.
6133
f9a8293a
AD
6134@item YYSTACK_USE_ALLOCA
6135Macro used to control the use of @code{alloca}. If defined to @samp{0},
6136the parser will not use @code{alloca} but @code{malloc} when trying to
6137grow its internal stacks. Do @emph{not} define @code{YYSTACK_USE_ALLOCA}
6138to anything else.
6139
bfa74976
RS
6140@item YYSTYPE
6141Macro for the data type of semantic values; @code{int} by default.
6142@xref{Value Type, ,Data Types of Semantic Values}.
6143
6144@item yychar
13863333
AD
6145External integer variable that contains the integer value of the current
6146look-ahead token. (In a pure parser, it is a local variable within
6147@code{yyparse}.) Error-recovery rule actions may examine this variable.
6148@xref{Action Features, ,Special Features for Use in Actions}.
bfa74976
RS
6149
6150@item yyclearin
6151Macro used in error-recovery rule actions. It clears the previous
6152look-ahead token. @xref{Error Recovery}.
6153
6154@item yydebug
6155External integer variable set to zero by default. If @code{yydebug}
6156is given a nonzero value, the parser will output information on input
ec3bc396 6157symbols and parser action. @xref{Tracing, ,Tracing Your Parser}.
bfa74976
RS
6158
6159@item yyerrok
6160Macro to cause parser to recover immediately to its normal mode
6161after a parse error. @xref{Error Recovery}.
6162
6163@item yyerror
6164User-supplied function to be called by @code{yyparse} on error. The
6165function receives one argument, a pointer to a character string
13863333
AD
6166containing an error message. @xref{Error Reporting, ,The Error
6167Reporting Function @code{yyerror}}.
bfa74976
RS
6168
6169@item yylex
704a47c4
AD
6170User-supplied lexical analyzer function, called with no arguments to get
6171the next token. @xref{Lexical, ,The Lexical Analyzer Function
6172@code{yylex}}.
bfa74976
RS
6173
6174@item yylval
6175External variable in which @code{yylex} should place the semantic
6176value associated with a token. (In a pure parser, it is a local
6177variable within @code{yyparse}, and its address is passed to
6178@code{yylex}.) @xref{Token Values, ,Semantic Values of Tokens}.
6179
6180@item yylloc
13863333
AD
6181External variable in which @code{yylex} should place the line and column
6182numbers associated with a token. (In a pure parser, it is a local
6183variable within @code{yyparse}, and its address is passed to
bfa74976 6184@code{yylex}.) You can ignore this variable if you don't use the
13863333
AD
6185@samp{@@} feature in the grammar actions. @xref{Token Positions,
6186,Textual Positions of Tokens}.
bfa74976
RS
6187
6188@item yynerrs
13863333
AD
6189Global variable which Bison increments each time there is a parse error.
6190(In a pure parser, it is a local variable within @code{yyparse}.)
6191@xref{Error Reporting, ,The Error Reporting Function @code{yyerror}}.
bfa74976
RS
6192
6193@item yyparse
6194The parser function produced by Bison; call this function to start
6195parsing. @xref{Parser Function, ,The Parser Function @code{yyparse}}.
6196
6deb4447
AD
6197@item %debug
6198Equip the parser for debugging. @xref{Decl Summary}.
6199
6200@item %defines
6201Bison declaration to create a header file meant for the scanner.
6202@xref{Decl Summary}.
6203
676385e2
PH
6204@item %dprec
6205Bison declaration to assign a precedence to a rule that is used at parse
6206time to resolve reduce/reduce conflicts. @xref{GLR Parsers}.
6207
d8988b2f 6208@item %file-prefix="@var{prefix}"
676385e2 6209Bison declaration to set the prefix of the output files. @xref{Decl
d8988b2f
AD
6210Summary}.
6211
676385e2
PH
6212@item %glr-parser
6213Bison declaration to produce a GLR parser. @xref{GLR Parsers}.
6214
8c9a50be 6215@c @item %source-extension
f9a8293a
AD
6216@c Bison declaration to specify the generated parser output file extension.
6217@c @xref{Decl Summary}.
6218@c
8c9a50be 6219@c @item %header-extension
f9a8293a
AD
6220@c Bison declaration to specify the generated parser header file extension
6221@c if required. @xref{Decl Summary}.
6222
bfa74976
RS
6223@item %left
6224Bison declaration to assign left associativity to token(s).
6225@xref{Precedence Decl, ,Operator Precedence}.
6226
676385e2
PH
6227@item %merge
6228Bison declaration to assign a merging function to a rule. If there is a
6229reduce/reduce conflict with a rule having the same merging function, the
6230function is applied to the two semantic values to get a single result.
6231@xref{GLR Parsers}.
6232
d8988b2f
AD
6233@item %name-prefix="@var{prefix}"
6234Bison declaration to rename the external symbols. @xref{Decl Summary}.
6235
6236@item %no-lines
931c7513
RS
6237Bison declaration to avoid generating @code{#line} directives in the
6238parser file. @xref{Decl Summary}.
6239
bfa74976 6240@item %nonassoc
14ded682 6241Bison declaration to assign non-associativity to token(s).
bfa74976
RS
6242@xref{Precedence Decl, ,Operator Precedence}.
6243
d8988b2f
AD
6244@item %output="@var{filename}"
6245Bison declaration to set the name of the parser file. @xref{Decl
6246Summary}.
6247
bfa74976
RS
6248@item %prec
6249Bison declaration to assign a precedence to a specific rule.
6250@xref{Contextual Precedence, ,Context-Dependent Precedence}.
6251
d8988b2f 6252@item %pure-parser
bfa74976
RS
6253Bison declaration to request a pure (reentrant) parser.
6254@xref{Pure Decl, ,A Pure (Reentrant) Parser}.
6255
6256@item %right
6257Bison declaration to assign right associativity to token(s).
6258@xref{Precedence Decl, ,Operator Precedence}.
6259
6260@item %start
704a47c4
AD
6261Bison declaration to specify the start symbol. @xref{Start Decl, ,The
6262Start-Symbol}.
bfa74976
RS
6263
6264@item %token
6265Bison declaration to declare token(s) without specifying precedence.
6266@xref{Token Decl, ,Token Type Names}.
6267
d8988b2f 6268@item %token-table
931c7513
RS
6269Bison declaration to include a token name table in the parser file.
6270@xref{Decl Summary}.
6271
bfa74976 6272@item %type
704a47c4
AD
6273Bison declaration to declare nonterminals. @xref{Type Decl,
6274,Nonterminal Symbols}.
bfa74976
RS
6275
6276@item %union
6277Bison declaration to specify several possible data types for semantic
6278values. @xref{Union Decl, ,The Collection of Value Types}.
6279@end table
6280
3ded9a63
AD
6281@sp 1
6282
bfa74976
RS
6283These are the punctuation and delimiters used in Bison input:
6284
6285@table @samp
6286@item %%
6287Delimiter used to separate the grammar rule section from the
75f5aaea 6288Bison declarations section or the epilogue.
bfa74976
RS
6289@xref{Grammar Layout, ,The Overall Layout of a Bison Grammar}.
6290
6291@item %@{ %@}
89cab50d 6292All code listed between @samp{%@{} and @samp{%@}} is copied directly to
342b8b6e 6293the output file uninterpreted. Such code forms the prologue of the input
75f5aaea 6294file. @xref{Grammar Outline, ,Outline of a Bison
89cab50d 6295Grammar}.
bfa74976
RS
6296
6297@item /*@dots{}*/
6298Comment delimiters, as in C.
6299
6300@item :
89cab50d
AD
6301Separates a rule's result from its components. @xref{Rules, ,Syntax of
6302Grammar Rules}.
bfa74976
RS
6303
6304@item ;
6305Terminates a rule. @xref{Rules, ,Syntax of Grammar Rules}.
6306
6307@item |
6308Separates alternate rules for the same result nonterminal.
6309@xref{Rules, ,Syntax of Grammar Rules}.
6310@end table
6311
342b8b6e 6312@node Glossary
bfa74976
RS
6313@appendix Glossary
6314@cindex glossary
6315
6316@table @asis
6317@item Backus-Naur Form (BNF)
6318Formal method of specifying context-free grammars. BNF was first used
89cab50d
AD
6319in the @cite{ALGOL-60} report, 1963. @xref{Language and Grammar,
6320,Languages and Context-Free Grammars}.
bfa74976
RS
6321
6322@item Context-free grammars
6323Grammars specified as rules that can be applied regardless of context.
6324Thus, if there is a rule which says that an integer can be used as an
6325expression, integers are allowed @emph{anywhere} an expression is
89cab50d
AD
6326permitted. @xref{Language and Grammar, ,Languages and Context-Free
6327Grammars}.
bfa74976
RS
6328
6329@item Dynamic allocation
6330Allocation of memory that occurs during execution, rather than at
6331compile time or on entry to a function.
6332
6333@item Empty string
6334Analogous to the empty set in set theory, the empty string is a
6335character string of length zero.
6336
6337@item Finite-state stack machine
6338A ``machine'' that has discrete states in which it is said to exist at
6339each instant in time. As input to the machine is processed, the
6340machine moves from state to state as specified by the logic of the
6341machine. In the case of the parser, the input is the language being
6342parsed, and the states correspond to various stages in the grammar
6343rules. @xref{Algorithm, ,The Bison Parser Algorithm }.
6344
676385e2
PH
6345@item Generalized LR (GLR)
6346A parsing algorithm that can handle all context-free grammars, including those
6347that are not LALR(1). It resolves situations that Bison's usual LALR(1)
6348algorithm cannot by effectively splitting off multiple parsers, trying all
6349possible parsers, and discarding those that fail in the light of additional
6350right context. @xref{Generalized LR Parsing, ,Generalized LR Parsing}.
6351
bfa74976
RS
6352@item Grouping
6353A language construct that is (in general) grammatically divisible;
13863333 6354for example, `expression' or `declaration' in C.
bfa74976
RS
6355@xref{Language and Grammar, ,Languages and Context-Free Grammars}.
6356
6357@item Infix operator
6358An arithmetic operator that is placed between the operands on which it
6359performs some operation.
6360
6361@item Input stream
6362A continuous flow of data between devices or programs.
6363
6364@item Language construct
6365One of the typical usage schemas of the language. For example, one of
6366the constructs of the C language is the @code{if} statement.
6367@xref{Language and Grammar, ,Languages and Context-Free Grammars}.
6368
6369@item Left associativity
6370Operators having left associativity are analyzed from left to right:
6371@samp{a+b+c} first computes @samp{a+b} and then combines with
6372@samp{c}. @xref{Precedence, ,Operator Precedence}.
6373
6374@item Left recursion
89cab50d
AD
6375A rule whose result symbol is also its first component symbol; for
6376example, @samp{expseq1 : expseq1 ',' exp;}. @xref{Recursion, ,Recursive
6377Rules}.
bfa74976
RS
6378
6379@item Left-to-right parsing
6380Parsing a sentence of a language by analyzing it token by token from
6381left to right. @xref{Algorithm, ,The Bison Parser Algorithm }.
6382
6383@item Lexical analyzer (scanner)
6384A function that reads an input stream and returns tokens one by one.
6385@xref{Lexical, ,The Lexical Analyzer Function @code{yylex}}.
6386
6387@item Lexical tie-in
6388A flag, set by actions in the grammar rules, which alters the way
6389tokens are parsed. @xref{Lexical Tie-ins}.
6390
931c7513 6391@item Literal string token
14ded682 6392A token which consists of two or more fixed characters. @xref{Symbols}.
931c7513 6393
bfa74976 6394@item Look-ahead token
89cab50d
AD
6395A token already read but not yet shifted. @xref{Look-Ahead, ,Look-Ahead
6396Tokens}.
bfa74976
RS
6397
6398@item LALR(1)
6399The class of context-free grammars that Bison (like most other parser
6400generators) can handle; a subset of LR(1). @xref{Mystery Conflicts, ,
6401Mysterious Reduce/Reduce Conflicts}.
6402
6403@item LR(1)
6404The class of context-free grammars in which at most one token of
6405look-ahead is needed to disambiguate the parsing of any piece of input.
6406
6407@item Nonterminal symbol
6408A grammar symbol standing for a grammatical construct that can
6409be expressed through rules in terms of smaller constructs; in other
6410words, a construct that is not a token. @xref{Symbols}.
6411
6412@item Parse error
6413An error encountered during parsing of an input stream due to invalid
6414syntax. @xref{Error Recovery}.
6415
6416@item Parser
6417A function that recognizes valid sentences of a language by analyzing
6418the syntax structure of a set of tokens passed to it from a lexical
6419analyzer.
6420
6421@item Postfix operator
6422An arithmetic operator that is placed after the operands upon which it
6423performs some operation.
6424
6425@item Reduction
6426Replacing a string of nonterminals and/or terminals with a single
89cab50d
AD
6427nonterminal, according to a grammar rule. @xref{Algorithm, ,The Bison
6428Parser Algorithm }.
bfa74976
RS
6429
6430@item Reentrant
6431A reentrant subprogram is a subprogram which can be in invoked any
6432number of times in parallel, without interference between the various
6433invocations. @xref{Pure Decl, ,A Pure (Reentrant) Parser}.
6434
6435@item Reverse polish notation
6436A language in which all operators are postfix operators.
6437
6438@item Right recursion
89cab50d
AD
6439A rule whose result symbol is also its last component symbol; for
6440example, @samp{expseq1: exp ',' expseq1;}. @xref{Recursion, ,Recursive
6441Rules}.
bfa74976
RS
6442
6443@item Semantics
6444In computer languages, the semantics are specified by the actions
6445taken for each instance of the language, i.e., the meaning of
6446each statement. @xref{Semantics, ,Defining Language Semantics}.
6447
6448@item Shift
6449A parser is said to shift when it makes the choice of analyzing
6450further input from the stream rather than reducing immediately some
6451already-recognized rule. @xref{Algorithm, ,The Bison Parser Algorithm }.
6452
6453@item Single-character literal
6454A single character that is recognized and interpreted as is.
6455@xref{Grammar in Bison, ,From Formal Rules to Bison Input}.
6456
6457@item Start symbol
6458The nonterminal symbol that stands for a complete valid utterance in
6459the language being parsed. The start symbol is usually listed as the
13863333 6460first nonterminal symbol in a language specification.
bfa74976
RS
6461@xref{Start Decl, ,The Start-Symbol}.
6462
6463@item Symbol table
6464A data structure where symbol names and associated data are stored
6465during parsing to allow for recognition and use of existing
6466information in repeated uses of a symbol. @xref{Multi-function Calc}.
6467
6468@item Token
6469A basic, grammatically indivisible unit of a language. The symbol
6470that describes a token in the grammar is a terminal symbol.
6471The input of the Bison parser is a stream of tokens which comes from
6472the lexical analyzer. @xref{Symbols}.
6473
6474@item Terminal symbol
89cab50d
AD
6475A grammar symbol that has no rules in the grammar and therefore is
6476grammatically indivisible. The piece of text it represents is a token.
6477@xref{Language and Grammar, ,Languages and Context-Free Grammars}.
bfa74976
RS
6478@end table
6479
342b8b6e 6480@node Copying This Manual
f2b5126e 6481@appendix Copying This Manual
f9a8293a 6482
f2b5126e
PB
6483@menu
6484* GNU Free Documentation License:: License for copying this manual.
6485@end menu
f9a8293a 6486
f2b5126e
PB
6487@include fdl.texi
6488
342b8b6e 6489@node Index
bfa74976
RS
6490@unnumbered Index
6491
6492@printindex cp
6493
bfa74976 6494@bye