mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 21:03:04 +00:00
examples: add a simple Flex+Bison example in C
Suggested by Askar Safin. http://lists.gnu.org/archive/html/bug-bison/2018-12/msg00003.html * examples/c/lexcalc/Makefile, examples/c/lexcalc/README.md, * examples/c/lexcalc/lexcalc.test, examples/c/lexcalc/local.mk, * examples/c/lexcalc/parse.y, examples/c/lexcalc/scan.l: New.
This commit is contained in:
3
NEWS
3
NEWS
@@ -142,7 +142,8 @@ GNU Bison NEWS
|
||||
README and a Makefile. Not only can they be used to toy with Bison, they
|
||||
can also be starting points for your own grammars.
|
||||
|
||||
There is now a Java example.
|
||||
There is now a Java example, and a simple example in C based on Flex and
|
||||
Bison (examples/c/lexcalc/).
|
||||
|
||||
** Changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user