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
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