summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: simplify the cross referencesAkim Demaille2020-02-151-22/+14
* doc: document token internationalizationAkim Demaille2020-02-151-23/+97
* doc: simplify uses of referencesAkim Demaille2020-02-131-27/+22
* java: beware not to alias the locations of the various symbolsAkim Demaille2020-02-111-3/+6
* build: prefer %D% and %C% to hard coded valuesAkim Demaille2020-02-101-43/+43
* parse.error: document and diagnose the incompatibility with %token-tableAkim Demaille2020-02-102-26/+29
* doc: spell checkAkim Demaille2020-02-101-5/+7
* doc: formatting changesAkim Demaille2020-02-101-29/+27
* doc: work around problems with PDF generationAkim Demaille2020-02-101-26/+29
* doc: formatting changesAkim Demaille2020-02-101-10/+7
* doc: clearly state that %yacc only makes sense with yacc.cAkim Demaille2020-02-091-9/+11
* traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-041-8/+16
* doc: document new features of parse.errorAkim Demaille2020-02-021-16/+115
* doc: simplify uses of @refAkim Demaille2020-01-271-398/+330
* doc: don't pretend trigonometry is part of arithmeticsAkim Demaille2020-01-271-5/+5
* doc: update Doxygen templateAkim Demaille2020-01-271-186/+368
* package: bump copyrights to 2020Akim Demaille2020-01-053-3/+3
* gitignore: updateAkim Demaille2020-01-051-0/+1
* doc: YYERROR_VERBOSE is no longer supportedAkim Demaille2020-01-041-9/+0
* doc: clean up the description of YYDEBUGAkim Demaille2019-12-291-25/+25
* doc: formatting changesAkim Demaille2019-12-141-29/+28
* doc: clearly deprecate YYPRINTAkim Demaille2019-12-071-19/+18
* doc: formatting changesAkim Demaille2019-12-071-45/+42
* glr.c: obey the parse.assert %define variableAkim Demaille2019-12-071-1/+4
* doc: don't promote dangling aliasesAkim Demaille2019-11-181-1/+15
* diagnostics: complain about undeclared string tokensAkim Demaille2019-11-171-3/+50
* doc: promote %nterm over %typeAkim Demaille2019-11-161-40/+43
* doc: formatting changesAkim Demaille2019-11-161-105/+90
* doc: work around warnings when Flex C output is compiled in C++Akim Demaille2019-11-161-9/+19
* doc: work around Texinfo 6.7 bugAkim Demaille2019-11-101-0/+17
* doc: formatting changesAkim Demaille2019-11-091-24/+22
* doc: use upper case for tokensAkim Demaille2019-11-091-1/+1
* doc: type-face fixesAkim Demaille2019-11-071-64/+64
* c++: expose the type used to store line and column numbersAkim Demaille2019-11-061-23/+27
* c++: fix old cast warningsAkim Demaille2019-11-021-1/+3
* style: pacify syntax-checkAkim Demaille2019-10-221-1/+1
* doc: spell checkAkim Demaille2019-10-101-10/+9
* Use “least” types for integers in Yacc tablesPaul Eggert2019-10-071-5/+5
* * doc/bison.texi (Table of Symbols): Mention memory exhaustion.Paul Eggert2019-10-031-1/+2
* Simplify mfcalc error handlingPaul Eggert2019-10-031-13/+7
* Prefer signed to unsigned integersPaul Eggert2019-10-021-17/+25
* git: update ignoresAkim Demaille2019-09-221-0/+2
* api.token.raw: document itAkim Demaille2019-09-141-0/+36
* lalr1.cc: add LAC supportAdrian Vogelsgesang2019-08-091-2/+2
* doc: fix inaccuracies wrt --define and --force-defineAkim Demaille2019-07-071-3/+8
* doc: put diagnostics related options togetherAkim Demaille2019-07-071-131/+148
* doc: move -y's documentation into "Tuning the Parser"Akim Demaille2019-07-071-32/+32
* doc: document colorized diagnosticsAkim Demaille2019-07-071-7/+47
* remove "experimental" warningsAkim Demaille2019-06-221-37/+18
* java: fix support for api.prefixAkim Demaille2019-06-191-1/+1