blob: 3cbf857e3fc973ccfebe5dc32e48f257ff9857a6 (
plain) (
blame)
1
2
3
4
5
6
|
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/
|