summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* cex: provide the user with a means to change the timeoutAkim Demaille2022-09-161-0/+17
* doc: define the syntax of named referencesAkim Demaille2022-09-121-1/+6
* doc: fix the description of the syntax of %token and %leftAkim Demaille2022-09-101-5/+17
* maint: don’t use \] in BREs and EREsPaul Eggert2022-07-311-1/+1
* maint: don’t get fdl.texi from GnulibPaul Eggert2022-07-312-1/+505
* doc: explain why location's "column" are defined vaguelyAkim Demaille2022-06-151-2/+37
* doc: improve calling-convention docPaul Eggert2022-01-151-12/+43
* package: bump copyrights to 2022Paul Eggert2022-01-153-3/+3
* doc: add indexesAkim Demaille2021-12-191-0/+3
* tests: address portability issues about strdupAkim Demaille2021-11-061-1/+8
* yacc: declare yyerror/yylex only when POSIXLY_CORRECTAkim Demaille2021-09-111-1/+4
* style: rename stmtMerge as stmt_mergeAkim Demaille2021-08-291-9/+9
* yacc: comply with recent POSIX updates: declare yyerror and yylexAkim Demaille2021-08-091-18/+41
* doc: avoid #define YYDEBUG in C++Akim Demaille2021-08-071-4/+10
* doc: more pointers to the examplesAkim Demaille2021-08-061-7/+10
* doc: refer to the examplesAkim Demaille2021-08-041-9/+25
* doc: glr: document typed mergersAkim Demaille2021-08-041-2/+44
* doc: fix spelloAkim Demaille2021-08-031-8/+7
* doc: update Doxygen template fileAkim Demaille2021-08-031-57/+124
* doc: a bit of editingAkim Demaille2021-08-031-69/+71
* d: minor clean upAkim Demaille2021-07-251-5/+4
* d: update documentationAdela Vais2021-04-111-20/+87
* doc: fix documented function nameJoshua Watt2021-02-251-1/+2
* doc: printing locationsAkim Demaille2021-02-091-13/+51
* graph: output foo.gv by default, instead of *.dotAkim Demaille2021-02-021-8/+1
* yacc: remove support for YYPRINTAkim Demaille2021-02-011-52/+1
* c++: make it clear that #define YYSTYPE is not supportedAkim Demaille2021-02-011-32/+24
* Update URLs to prefer https: to http:Paul Eggert2021-01-295-31/+31
* package: bump copyrights to 2021Akim Demaille2021-01-163-12/+12
* c: add support for YYNOMEMAkim Demaille2021-01-161-19/+35
* doc: spell checkAkim Demaille2021-01-161-5/+5
* d: remove support for parse.error verboseAdela Vais2021-01-071-1/+1
* d: add internationalisation supportAdela Vais2021-01-061-0/+60
* c++: I'm tired of Flex's warningsAkim Demaille2021-01-031-0/+8
* c++: rename semantic_type as value_typeAkim Demaille2020-12-261-9/+9
* d: remove unnecessary methods from the Lexer interfaceAdela Vais2020-12-211-10/+0
* d: create alias Position for YYPositionAdela Vais2020-12-211-8/+8
* d: create alias Location for YYLocationAdela Vais2020-12-211-11/+11
* d: create alias Symbol for YYParse.SymbolAdela Vais2020-12-211-3/+3
* d: change YYLocation's type from class to structAdela Vais2020-11-201-2/+2
* d: change the return value of yylex from TokenKind to YYParser.SymbolAdela Vais2020-11-201-3/+3
* gnulib: updateAkim Demaille2020-11-201-3/+3
* d: add support for lookahead correctionAdela Vais2020-11-181-1/+1
* d: change the name of the custom error message function to reportSyntaxErrorAdela Vais2020-11-181-2/+2
* Merge branch 'maint'Akim Demaille2020-11-131-0/+6
|\
| * yacc.c: provide the Bison version as an integral macroAkim Demaille2020-11-111-0/+6
| * doc: fix incorrect section titleAkim Demaille2020-11-011-4/+4
| * doc: minor grammar fixes in counterexamples sectionNick Gasson2020-10-281-5/+6
* | d: add the custom error message featureAdela Vais2020-11-071-1/+36
* | doc: fix typoAkim Demaille2020-11-071-3/+4