[ANN] YARD Parsing Library Release 2.1 at SourceForge.net

  • Thread starter christopher diggins
  • Start date
C

christopher diggins

The latest YARD parser version ( 2.1 ) has been released on SourceForge.net
at http://www.sourceforge.net/projects/yard-parser/ . The new documentation
is at http://www.ootl.org/yard/

The YARD parser library, generates recursive descent parsers at compile-time
from meta-functions which approximate an extended BNF.

A small example of the YARD parser at work can be found at
http://www.ootl.org/yard/examples/simple_example.hpp.htm

An example of a detailed grammar for parsing C++ can be found at:
http://www.ootl.org/yard/cpp_grammar.hpp.htm
 
C

christopher diggins

christopher diggins said:
The latest YARD parser version ( 2.1 ) has been released on
SourceForge.net at http://www.sourceforge.net/projects/yard-parser/ . The
new documentation is at http://www.ootl.org/yard/

The YARD parser library, generates recursive descent parsers at
compile-time from meta-functions which approximate an extended BNF.

A small example of the YARD parser at work can be found at
http://www.ootl.org/yard/examples/simple_example.hpp.htm

An example of a detailed grammar for parsing C++ can be found at:
http://www.ootl.org/yard/cpp_grammar.hpp.htm

I found a big problem with latest release, I am accidentally using microsoft
extensions. I will be fixing that ASAP.
 
C

christopher diggins

I've just released version 2.2.1 of the YARD parser which fixes the
Microsoft specific extensions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,969
Messages
2,570,161
Members
46,710
Latest member
bernietqt

Latest Threads

Top