summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: update GLR sectionsAkim Demaille2020-07-141-43/+11
* cex: display shifts before reductionsAkim Demaille2020-07-141-21/+21
* doc: makeinfo wants @arrow{}, not @arrowAkim Demaille2020-07-121-14/+14
* cex: prefer → to ::=Akim Demaille2020-07-111-14/+14
* examples: add license headersAkim Demaille2020-07-081-2/+221
* cex: give more details about -Wcex and -rcexAkim Demaille2020-07-041-74/+235
* dot: also use a dot in the outputAkim Demaille2020-07-035-15/+15
* doc: improve a sentenceAkim Demaille2020-07-021-2/+2
* doc: clarify that the pcontext interface is *.c onlyAkim Demaille2020-06-301-8/+10
* doc: use color in the cex examplesAkim Demaille2020-06-301-12/+58
* doc: repair the references to the BibliographyAkim Demaille2020-06-301-25/+62
* doc: cex documentationVincent Imbimbo2020-06-301-8/+75
* doc: update Doxygen template fileAkim Demaille2020-06-301-14/+19
* yacc.c: push: don't clear the parser state when accepting/rejectingAkim Demaille2020-06-291-0/+4
* java: rename package as api.packageAkim Demaille2020-06-281-3/+4
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-23/+21
* doc: parse.assert in C++ requires RTTIAkim Demaille2020-06-271-1/+4
* 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