summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: formatting changesAkim Demaille2018-11-281-60/+54
* doc: formatting changesAkim Demaille2018-11-261-65/+57
* allow %expect and %expect-rr modifiers on individual rulesPaul Hilfinger2018-11-211-2/+65
* doc: calc++: remove ancient fix for flexJannick2018-11-211-6/+0
* doc: calc++: ignore \r in the scanerJannick2018-11-211-1/+1
* build: minor fixes in doc/Akim Demaille2018-11-061-10/+10
* doc: -Wzero-as-null-pointer-constant was added to GCC 4.7Akim Demaille2018-11-031-1/+1
* examples: #include <cstring> in calc++Adam Sampson2018-11-021-0/+1
* build: don't depend on the libc to generate bison.helpAkim Demaille2018-10-291-5/+8
* doc: fix distcheckAkim Demaille2018-10-271-1/+1
* doc: spell checkAkim Demaille2018-10-261-1/+1
* doc: some improvementsAkim Demaille2018-10-261-28/+58
* doc: minor fixesAkim Demaille2018-10-251-10/+13
* doc: mention earlier how to disable the generation of location.hhAkim Demaille2018-10-241-4/+5
* c++: std::to_string is available in C++11Akim Demaille2018-10-241-42/+22
* doc: an introductory example for C++Akim Demaille2018-10-241-4/+225
* c++: make operator() an alias to the parse functionAkim Demaille2018-10-241-2/+4
* flex: work around more warningsAkim Demaille2018-10-231-0/+12
* c++: minor changesAkim Demaille2018-10-221-1/+1
* c++: prefer a perfect forwarding version of variant's emplaceAkim Demaille2018-10-201-3/+8
* c++: prefer 'emplace' to 'build'Akim Demaille2018-10-201-6/+6
* %printer: promote yyo rather than yyoutputAkim Demaille2018-10-201-12/+13
* doc: improve the C++ sectionAkim Demaille2018-10-201-30/+42
* doc: reorder C++ sectionsAkim Demaille2018-10-201-85/+85
* git: don't ignore auxiliary Texinfo filesAkim Demaille2018-10-201-10/+12
* C++: let %require "3.2" disable the generation of obsolete filesAkim Demaille2018-10-161-52/+11
* doc: do not advertise %ntermAkim Demaille2018-10-151-2/+2
* generate the default semantic actionAkim Demaille2018-10-141-5/+4
* doc: spell checkAkim Demaille2018-10-091-12/+17
* doc: document api.*.file and the likeAkim Demaille2018-10-091-12/+177
* build: fix distcheckAkim Demaille2018-10-071-3/+1
* doc: restore spello made on purposeAkim Demaille2018-10-061-3/+3
* spelling: troubleshootingJosh Soref2018-10-051-3/+3
* spelling: transparentJosh Soref2018-10-051-1/+1
* spelling: diagnosticsJosh Soref2018-10-051-1/+1
* spelling: detailedJosh Soref2018-10-051-1/+1
* doc: clean up the C++ sectionAkim Demaille2018-09-261-58/+52
* doc: work around Flex's use of 'register'Akim Demaille2018-09-221-3/+7
* news: c++: move semanticsAkim Demaille2018-09-221-3/+0
* c++: introduce api.value.automoveAkim Demaille2018-09-221-0/+60
* doc: fix typoAkim Demaille2018-09-191-1/+1
* style: use midrule only, not mid-ruleAkim Demaille2018-09-191-66/+66
* doc: document older compiler issuesPaul Eggert2018-09-181-5/+16
* doc: work around Flex's use of 'register'Akim Demaille2018-09-181-5/+12
* doc: formatting changesAkim Demaille2018-09-151-19/+17
* build: work around warnings in FlexAkim Demaille2018-09-081-12/+30
* build: work around warnings in Flex 2.5.35Akim Demaille2018-09-081-2/+2
* examples: calc++: a Makefile and a READMEAkim Demaille2018-08-251-13/+11
* examples: calc++: minor improvementsAkim Demaille2018-08-241-54/+40
* examples: calc++: make sure the file name in location is setAkim Demaille2018-08-241-13/+7