Hi all,
Soul Parsing Framework version 2.1 is released:
http://sourceforge.net/projects/soulparsing/
The recent tool is called soul++.
It generates C++11 source code.
When the generated C++ class is compiled and linked with
soul++ parsing libraries, it forms a top down recursive descent kind of
parser.
The supported platforms are Windows (VS 2012 or mingw_w64 4.7.0)
and Linux (GNU g++ 4.7.2).
Chances are good that it compiles and works for
all platforms and compilers that support C++11 and
boost filesystem library although this is not tested.
Regards,
Seppo Laakko