summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* c++: by default, use const std::string for file namesAkim Demaille2020-06-271-19/+38
* doc: use dot/'•' rather than point/'.'Akim Demaille2020-06-231-77/+77
* api.header.include: document it, and fix its default valueAkim Demaille2020-06-091-21/+75
* cex: reformat the s/r and r/r reportsAkim Demaille2020-06-071-6/+6
* Merge maint into HEADAkim Demaille2020-06-031-6/+9
|\
| * build: check -Wmissing-prototypesAkim Demaille2020-06-011-5/+9
* | bison: add command line option to map file prefixesJoshua Watt2020-05-241-0/+4
* | style: spell fixesAkim Demaille2020-05-232-21/+20
* | examples: don't promote unchecked function callsAkim Demaille2020-05-161-1/+3
|/
* c++: provide yy::parser::symbol_type::nameAkim Demaille2020-05-101-0/+8
* doc: fix the generation of the man pageAkim Demaille2020-05-081-4/+4
* doc: complete the table of symbolsAkim Demaille2020-05-081-2/+14
* doc: clarify the glossary item about kindsAkim Demaille2020-05-071-4/+13
* doc: document yypstate_expected_tokensAkim Demaille2020-05-061-0/+19
* doc: restructure the push parser documentationAkim Demaille2020-05-061-52/+38
* all: fix the interface of yyexpected_tokensAkim Demaille2020-05-061-9/+14
* doc: beware of timestamp issues on HaikuAkim Demaille2020-05-041-9/+23
* java: demonstrate push parsersAkim Demaille2020-05-031-5/+6
* doc: clarify what a location isAkim Demaille2020-05-031-2/+7
* doc: java supports push parsers since 3.0 (2013-07-25)Akim Demaille2020-05-021-9/+6
* doc: document the exit statusAkim Demaille2020-05-011-4/+25
* doc: document YYEOF, YYUNDEF and YYerrorAkim Demaille2020-04-291-0/+45
* error: rename the error token from YYERRCODE to YYerrorAkim Demaille2020-04-281-4/+4
* c++: always define symbol_nameAkim Demaille2020-04-261-1/+3
* all: prefer YYERRCODE to YYERRORAkim Demaille2020-04-261-2/+2
* style: minor fixesAkim Demaille2020-04-251-7/+7
* examples: bistromathic: shorten token descriptionAkim Demaille2020-04-241-1/+1
* examples: bistromathic: demonstrate internationalizationAkim Demaille2020-04-241-3/+11
* c++: give public access to the symbol kindAkim Demaille2020-04-181-0/+11
* doc: token_kind_type in C++Akim Demaille2020-04-171-23/+52
* doc: updates for 3.6Akim Demaille2020-04-161-34/+30
* doc: spell checkAkim Demaille2020-04-131-12/+15
* java: promote YYEOF rather that Lexer.EOFAkim Demaille2020-04-131-1/+1
* doc: java: SymbolKind, etc.Akim Demaille2020-04-131-16/+56
* doc: c++: document parser::contextAkim Demaille2020-04-131-14/+122
* doc: promote YYEOFAkim Demaille2020-04-131-36/+23
* doc: use "code", not "number", for token (and symbol) kindsAkim Demaille2020-04-121-19/+19
* doc: promote yytoken_kind_t, not yytokentypeAkim Demaille2020-04-121-49/+89
* doc: document yypcontext_t, and api.symbol.prefixAkim Demaille2020-04-121-34/+145
* java: document new featuresAkim Demaille2020-04-061-0/+67
* doc: refer to the token kind rather than the token typeAkim Demaille2020-04-051-119/+117
* style: rename yysyntax_error_arguments as yy_syntax_error_argumentsAkim Demaille2020-04-051-2/+2
* c: rename yyparse_context_t as yypcontext_tAkim Demaille2020-04-041-4/+4
* doc: c++: promote api.token.rawAkim Demaille2020-03-231-4/+15
* 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