]> git.saurik.com Git - bison.git/commit - examples/extexi
Extract calc++ from the documentation.
authorAkim Demaille <akim@epita.fr>
Tue, 5 Jul 2005 07:21:30 +0000 (07:21 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Jul 2005 07:21:30 +0000 (07:21 +0000)
commit1c59e0a1212dd654259d9aca83838c77c8dab53e
tree3d3f7dfd30ed63c32b31ce3df73a9fe4741f8fe2
parent8a0adb01838b1b432849f34305ed0144f4716b5c
Extract calc++ from the documentation.
* doc/bison.texinfo (Calc++): Add the extraction marks.
* examples/extexi: New, from the aborted GNU Programming 2E.
Separate the different paragraph of a file with empty lines.
* examples/Makefile: Use it to extract the whole calc++ example.
ChangeLog
doc/bison.texinfo
examples/calc++/Makefile
examples/calc++/calc++-driver.cc
examples/calc++/calc++-driver.hh
examples/calc++/calc++-parser.yy
examples/calc++/calc++-scanner.ll
examples/calc++/calc++.cc
examples/extexi [new file with mode: 0644]