bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Improve documentation


From: Akim Demaille
Subject: [PATCH 0/4] Improve documentation
Date: Sun, 10 Feb 2019 16:48:50 +0100

Some of the examples are showing their age, let's modernize them.
Also, let's provide an intermediate level example in C.  While at it,
improve the management of the examples.

Akim Demaille (4):
  examples: fix annoying off-by-one errors
  examples: add a simple infix calculator in C
  doc: modernize the examples
  doc: a single space before closing comments

 NEWS                        |   5 +
 TODO                        |   8 +
 doc/bison.texi              | 311 ++++++++++++++++++------------------
 examples/c/README.md        |  21 ++-
 examples/c/calc/Makefile    |  28 ++++
 examples/c/calc/calc.test   |  37 +++++
 examples/c/calc/calc.y      |  93 +++++++++++
 examples/c/calc/local.mk    |  32 ++++
 examples/c/lexcalc/Makefile |   2 +-
 examples/c/local.mk         |   1 +
 examples/extexi             |   6 +-
 examples/local.mk           |   8 +-
 12 files changed, 385 insertions(+), 167 deletions(-)
 create mode 100644 examples/c/calc/Makefile
 create mode 100644 examples/c/calc/calc.test
 create mode 100644 examples/c/calc/calc.y
 create mode 100644 examples/c/calc/local.mk

-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]