YaYacc is C++ parser generator. It's consists from the following components:
GradSoft/YaYacc.h - the title file of syntactical analyzer interface.
This is Administration Guide for version 1.0 of the package. Current version of YaYacc is always available on our website: http://www.gradsoft.com.ua/eng
<project_root>
<project_root>.
./configure [options]
(options list is accessible via . /configure -- help).
make
make install
make uninstall
yayacc executables is installed in $prefix/bin. So, you can start
it from command line by typing yayacc.
Generated programs include string:
#include <GradSoft/YaYacc.h>
This mean, that on time of compilation of generated programs subdirectory GradSoft with file YaYacc.h must be avialable in C++ include directory.
Of course, before using it is necessary to read Programming Guide ;)