Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
294 B
Text
6 lines
294 B
Text
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/
|