Lines Matching refs:cindex

384 @cindex introduction
484 @cindex context-free grammar
485 @cindex grammar, context-free
496 @cindex BNF
497 @cindex Backus-Naur form
504 @cindex LALR grammars
505 @cindex IELR grammars
506 @cindex LR grammars
518 @cindex GLR parsing
519 @cindex generalized LR (GLR) parsing
520 @cindex ambiguous grammars
521 @cindex nondeterministic parsing
537 @cindex symbols (abstract)
538 @cindex token
539 @cindex syntactic grouping
540 @cindex grouping, syntactic
594 @cindex start symbol
615 @cindex Bison grammar
616 @cindex grammar, Bison
617 @cindex formal grammar
659 @cindex semantic value
660 @cindex value, semantic
702 @cindex semantic actions
703 @cindex actions, semantic
732 @cindex GLR parsing
733 @cindex generalized LR (GLR) parsing
735 @cindex conflicts
736 @cindex shift/reduce conflicts
737 @cindex reduce/reduce conflicts
788 @cindex GLR parsing, unambiguous grammars
789 @cindex generalized LR (GLR) parsing, unambiguous grammars
792 @cindex conflicts
793 @cindex reduce/reduce conflicts
794 @cindex shift/reduce conflicts
981 @cindex GLR parsing, ambiguous grammars
982 @cindex generalized LR (GLR) parsing, ambiguous grammars
985 @cindex conflicts
986 @cindex reduce/reduce conflicts
1150 @cindex deferred semantic actions
1157 @cindex GLR parsers and @code{yychar}
1159 @cindex GLR parsers and @code{yylval}
1161 @cindex GLR parsers and @code{yylloc}
1172 @cindex GLR parsers and @code{yyclearin}
1184 @cindex GLR parsers and @code{YYERROR}
1198 @cindex @code{inline}
1199 @cindex GLR parsers and @code{inline}
1228 @cindex location
1229 @cindex textual location
1230 @cindex location, textual
1258 @cindex Bison parser
1259 @cindex Bison utility
1260 @cindex lexical analyzer, purpose
1261 @cindex parser
1319 @cindex stages in using Bison
1320 @cindex using Bison
1362 @cindex grammar file
1363 @cindex file format
1364 @cindex format of grammar file
1365 @cindex layout of Bison grammar
1407 @cindex simple examples
1408 @cindex examples, simple
1434 @cindex reverse polish notation
1435 @cindex polish notation calculator
1436 @cindex @code{rpcalc}
1437 @cindex calculator, simple
1690 @cindex writing a lexical analyzer
1691 @cindex lexical analyzer, writing
1767 @cindex controlling function
1768 @cindex main function in simple example
1786 @cindex error reporting routine
1818 @cindex running Bison (introduction)
1848 @cindex compiling the parser
1893 @cindex infix notation calculator
1894 @cindex @code{calc}
1895 @cindex calculator, infix notation
1996 @cindex error recovery, simple
2039 @cindex location tracking calculator
2040 @cindex @code{ltcalc}
2041 @cindex calculator, location tracking
2251 @cindex multi-function calculator
2252 @cindex @code{mfcalc}
2253 @cindex calculator, multi-function
2404 @cindex symbol table example
2692 @cindex exercises
2731 @cindex comment
2766 @cindex declarations section
2767 @cindex Prologue
2768 @cindex declarations
2819 @cindex Prologue Alternatives
3129 @cindex Bison declarations (introduction)
3130 @cindex declarations, Bison (introduction)
3139 @cindex grammar rules section
3140 @cindex rules section for grammar
3151 @cindex additional C code section
3152 @cindex epilogue
3153 @cindex C code, section for additional
3176 @cindex nonterminal symbol
3177 @cindex terminal symbol
3178 @cindex token type
3179 @cindex symbol
3214 @cindex character token
3215 @cindex literal token
3216 @cindex single-character literal
3240 @cindex string token
3241 @cindex literal string token
3242 @cindex multicharacter literal
3324 @cindex rule syntax
3325 @cindex grammar rule syntax
3326 @cindex syntax of grammar rules
3364 @cindex braced code
3427 @cindex recursive rule
3444 @cindex left recursion
3445 @cindex right recursion
3470 @cindex mutual recursion
3500 @cindex defining language semantics
3501 @cindex language semantics, defining
3524 @cindex semantic value type
3525 @cindex value type, semantic
3526 @cindex data types of semantic values
3527 @cindex default data type
3578 @cindex action
3655 @cindex default action
3696 @cindex action data types
3697 @cindex data types in actions
3741 @cindex actions in mid-rule
3742 @cindex mid-rule actions
3838 @cindex discarded symbols, mid-rule actions
3839 @cindex error recovery, mid-rule actions
4051 @cindex location
4052 @cindex textual location
4053 @cindex location, textual
4070 @cindex data type of locations
4071 @cindex default location type
4100 @cindex location actions
4101 @cindex actions, location
4185 @cindex GLR parsers and @code{YYLLOC_DEFAULT}
4262 @cindex named references
4355 @cindex declarations, Bison
4356 @cindex Bison declarations
4392 @cindex version requirement
4393 @cindex requiring a version of Bison
4406 @cindex declaring token type names
4407 @cindex token type names, declaring
4408 @cindex declaring literal string tokens
4493 @cindex precedence declarations
4494 @cindex declaring operator precedence
4495 @cindex operator precedence, declaring
4555 @cindex declaring value types
4556 @cindex value types, declaring
4636 @cindex declaring value types, nonterminals
4637 @cindex value types, nonterminals, declaring
4691 @cindex freeing discarded symbols
4790 @cindex actions in mid-rule
4791 @cindex mid-rule actions
4810 @cindex discarded symbols
4840 @cindex printing semantic values
4904 @cindex suppressing conflict warnings
4905 @cindex preventing warnings about conflicts
4906 @cindex warnings, preventing
4907 @cindex conflicts, suppressing warnings of
4965 @cindex declaring the start symbol
4966 @cindex start symbol, declaring
4967 @cindex default start symbol
4980 @cindex reentrant parser
4981 @cindex pure parser
5021 @cindex push parser
5022 @cindex push parser
5131 @cindex Bison declaration summary
5132 @cindex declaration summary
5133 @cindex summary, Bison declaration
5250 @cindex Header guard
5666 @cindex Prologue
5867 @cindex C-language interface
5868 @cindex interface
6061 @cindex lexical analyzer
6297 @cindex error reporting function
6299 @cindex parse error
6300 @cindex syntax error
6384 @cindex summary, action features
6385 @cindex action features summary
6536 @cindex internationalization
6537 @cindex i18n
6538 @cindex NLS
6539 @cindex gettext
6540 @cindex bison-po
6559 @cindex bison-i18n.m4
6620 @cindex Bison parser algorithm
6621 @cindex algorithm of parser
6622 @cindex shifting
6623 @cindex reduction
6624 @cindex parser stack
6625 @cindex stack, parser
6689 @cindex lookahead token
6750 @cindex conflicts
6751 @cindex shift/reduce conflicts
6752 @cindex dangling @code{else}
6753 @cindex @code{else}, dangling
6854 @cindex operator precedence
6855 @cindex precedence of operators
6908 @cindex associativity
7022 @cindex context-dependent precedence
7023 @cindex unary operator precedence
7024 @cindex precedence, context-dependent
7025 @cindex precedence, unary operator
7103 @cindex finite-state machine
7104 @cindex parser state
7105 @cindex state (of parser)
7129 @cindex reduce/reduce conflict
7130 @cindex conflicts, reduce/reduce
7318 @cindex Mysterious Conflicts
7355 @cindex LR
7356 @cindex LALR
7371 @cindex IELR
7372 @cindex canonical LR
7455 @cindex Mysterious Conflict
7456 @cindex LALR
7457 @cindex IELR
7458 @cindex canonical LR
7524 @cindex GLR with LALR
7559 @cindex delayed syntax error detection
7560 @cindex LAC
7582 @cindex default reductions
7598 @cindex delayed yylex invocations
7599 @cindex consistent states
7600 @cindex defaulted states
7625 @cindex delayed syntax error detection
7636 @cindex LAC
7683 @cindex LAC
7684 @cindex lookahead correction
7791 @cindex unreachable states
7833 @cindex GLR parsing
7834 @cindex generalized LR (GLR) parsing
7835 @cindex ambiguous grammars
7836 @cindex nondeterministic parsing
7915 @cindex memory exhaustion
7916 @cindex memory management
7917 @cindex stack overflow
7918 @cindex parser stack overflow
7919 @cindex overflow of parser stack
7947 @cindex default stack limit
7969 @cindex error recovery
7970 @cindex recovery from errors
8194 @cindex lexical tie-in
8389 @cindex token, useless
8390 @cindex useless token
8391 @cindex nonterminal, useless
8392 @cindex useless nonterminal
8393 @cindex rule, useless
8394 @cindex useless rule
8464 @cindex item
8465 @cindex pointed rule
8466 @cindex rule, pointed
8491 @cindex core, item set
8492 @cindex item set core
8493 @cindex kernel, item set
8494 @cindex item set core
8558 @cindex accepting state
8757 @cindex dot
8877 @cindex xml
8925 @cindex debugging
8926 @cindex tracing the parser
9231 @cindex invoking Bison
9232 @cindex Bison invocation
9233 @cindex options for invoking Bison
9959 @cindex exceptions
11099 @cindex frequently asked questions
11100 @cindex questions
11317 @cindex abstract syntax tree
11318 @cindex AST
11503 @cindex Bison symbols, table of
11504 @cindex symbols in Bison, table of
12040 @cindex glossary
12308 @c LocalWords: yyerror pxref LR yylval cindex dfn LALR samp gpl BNF xref yypush