Soul Parsing Framework version 2.1 released

"Seppo Laakko" <seppo.laakko@pp.inet.fi>
Sat, 6 Apr 2013 21:14:20 +0300

          From comp.compilers

Related articles
Soul Parsing Framework version 2.1 released seppo.laakko@pp.inet.fi (Seppo Laakko) (2013-04-06)
| List of all articles for this month |

From: "Seppo Laakko" <seppo.laakko@pp.inet.fi>
Newsgroups: comp.compilers
Date: Sat, 6 Apr 2013 21:14:20 +0300
Organization: Compilers Central
Keywords: tools, available
Posted-Date: 06 Apr 2013 14:17:12 EDT

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


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.