summaryrefslogtreecommitdiff
path: root/doc/bison.texi
Commit message (Expand)AuthorAgeFilesLines
* doc: minor fixesAkim Demaille2015-01-161-4/+4
* doc: liby's main arms the internationalizationAkim Demaille2015-01-121-3/+17
* c++: locations: complete the API and fix commentsAkim Demaille2015-01-051-4/+9
* %union: fix the support for named %unionAkim Demaille2015-01-041-4/+28
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* doc: fix missing xrefAkim Demaille2014-12-311-1/+3
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* doc: specify documentation encodingPaul Eggert2014-01-031-0/+2
* diagnostics: "-Werror -Wno-error=foo" must not emit errorsAkim Demaille2013-10-161-8/+14
* java: rename YYMORE as YYPUSH_MORE for consistency with CAkim Demaille2013-06-241-2/+2
* java: add push-parser supportDennis Heimbigner2013-06-131-1/+69
* muscle: check more cases of %define variables with code valuesAkim Demaille2013-04-181-41/+43
* muscle: check the kind of api.prefix, api.location.typeAkim Demaille2013-04-161-13/+14
* muscle: enforce definition syntax for keyword variablesAkim Demaille2013-04-151-5/+5
* muscle: factor the kind check in M4Akim Demaille2013-04-151-1/+1
* api.token.prefix: use code valuesAkim Demaille2013-04-111-6/+6
* c++: fix several issues with locationsAkim Demaille2013-04-111-7/+11
* api.value.type: use keyword/brace valuesAkim Demaille2013-04-091-8/+8
* api.value.type: diagnose guaranteed failure with --yaccAkim Demaille2013-04-091-0/+5
* doc: style changesAkim Demaille2013-04-091-8/+4
* doc: display locations in error as recommended by GNU Coding StandardsAkim Demaille2013-04-091-4/+2
* doc: api.value.type unionAkim Demaille2013-04-091-34/+106
* doc: move the section about "%union" where types are discussedAkim Demaille2013-04-091-94/+120
* doc: deprecate #define YYSTYPE in favor of %define api.value.typeAkim Demaille2013-04-091-34/+58
* api.value.type: implement proper support, check, and documentAkim Demaille2013-04-091-3/+79
* api.namespace: demonstrate and use {...} values instead of "..." valuesAkim Demaille2013-04-051-4/+4
* diagnostics: no longer include the yacc category in -WallAkim Demaille2013-03-041-1/+3
* style: formatting changes in the docAkim Demaille2013-02-221-2/+2
* style: no longer use backquotesAkim Demaille2013-02-181-7/+7
* doc: use %empty instead of /* empty */Akim Demaille2013-02-181-29/+30
* doc: introduce %empty and -Wempty-ruleAkim Demaille2013-02-181-16/+70
* doc: use @group to improve page breakingAkim Demaille2013-02-051-0/+18
* variants: avoid type punning issueTheophile Ranquet2013-02-011-8/+0
* warnings: introduce -WprecedenceValentin Tolmer2013-01-301-0/+61
* grammar: record used associativity and print useless onesValentin Tolmer2013-01-301-1/+1
* examples: please clangTheophile Ranquet2013-01-211-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* carets: document default activationTheophile Ranquet2013-01-111-1/+15
* doc: use deffn to declare the list of %define variablesAkim Demaille2012-12-311-50/+43
* doc: minor completion and fixesAkim Demaille2012-12-311-2/+14
* java: stype is obsoleted by api.value.typeAkim Demaille2012-12-311-6/+6
* YYLEX_PARAM: drop supportAkim Demaille2012-12-261-7/+0
* c: improve the definition of public typesAkim Demaille2012-12-261-1/+1
* doc: update variant usageAkim Demaille2012-12-261-28/+26
* doc: style fixesAkim Demaille2012-12-141-5/+5
* Merge remote-tracking branch 'origin/maint'Theophile Ranquet2012-12-101-81/+228
|\
| * doc: explain how mid-rule actions are translatedAkim Demaille2012-12-091-4/+118
| * doc: various minor improvements and fixesAkim Demaille2012-12-091-92/+136
* | Merge remote-tracking branch 'origin/maint'Theophile Ranquet2012-12-061-0/+50
|\ \ | |/
| * doc: document caretsTheophile Ranquet2012-12-051-0/+50