summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-02-10 14:32:16 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-02-10 17:44:23 +0100
commit40fc6887651d7dfe69ff41cb071d353370ef0e5b (patch)
treec8e473f827a5d7a82315320210604a742ae16cb5 /NEWS
parent30f61b0549536b37bcd6495f01774a912643e343 (diff)
downloadbison-40fc6887651d7dfe69ff41cb071d353370ef0e5b.tar.gz
examples: add a simple infix calculator in C
Currently we have no simple example: rpcalc in reverse Polish, mfcalc has functions, and lexcalc is using lex. * examples/c/calc/Makefile, examples/c/calc/calc.y, * examples/c/calc/calc.test, examples/c/calc/local.mk: New.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 39db9104..fab5148c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ GNU Bison NEWS
When given -fsyntax-only, the diagnostics are reported, but no output is
generated.
+** Documentation
+
+ A new example in C shows an simple infix calculator with a hand-written
+ scanner (examples/c/calc).
+
* Noteworthy changes in release 3.3.2 (2019-02-03) [stable]
** Bug fixes