ports/devel/bisoncpp/files/patch-documentation-manual-grammar-polymorphic.yo
Gabor Pali 9205cdd2b3 The program bisonc++ creates a C++ parser function and -class having a
cleaner setup than the code generated by Alain Coetmeur's bison++.
Furthermore, since bisonc++ more closely follows current-day ideas about
C++ programming its code is easier to read.

WWW: http://bisoncpp.sourceforge.net/

Approved by:	tabthorpe
2009-03-09 16:23:46 +00:00

11 lines
656 B
Text

--- documentation/manual/grammar/polymorphic.yo.orig 2007-10-18 13:15:45.000000000 +0200
+++ documentation/manual/grammar/polymorphic.yo 2009-03-05 16:11:43.000000000 +0100
@@ -1,7 +1,6 @@
Below the way Bisonc++ may use a polymorphic semantic value is discussed. The
approach discussed below is a direct result of an suggestion initially made by
-Dallas A. Clement in September 2007. All sources of the example discussed
-below are found in the link(here)(poly).
+Dallas A. Clement in September 2007.
One may wonder why a tt(union) is still used by Bisonc++ as bf(C++) offers
inherently superior approaches to combine multiple types in one type. The