summaryrefslogtreecommitdiff
path: root/devel/bisoncpp/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.05.00Gabor Pali2013-11-2813-16/+239
| | | | | - Add support for staging, use shebangfix, switch to GCC 4.7 - Give up maintainership
* - Update to 4.01.00Gabor Pali2012-12-045-73/+18
| | | | | | - Trim Makefile header Feature safe: yes
* - Update to 2.09.03Gabor Pali2011-11-152-12/+8
| | | | | | | - Switch to GCC 4.6 (requested by: gerald) - Add license information Feature safe: yes
* - Update to 2.7.0Gabor Pali2010-06-051-5/+5
|
* - Update to 2.4.8Gabor Pali2009-11-175-29/+74
|
* The program bisonc++ creates a C++ parser function and -class having aGabor Pali2009-03-095-0/+87
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