Summary
Version 0.4 of the YARD Recursive-Descent Parser has been released.
Advertisement
The YARD (Yet Another Recursive Descent Parser) Library has released version 0.4, and has new documentation available at http://www.ootl.org/yard.
The YARD library is now more compact and efficient than ever and has being tested extensively on GCC 3.4 which has considerably improved its portability.
The YARD library provides an extended BNF type notation for specifying R-D parsers at compile-time as types, using metaprogramming techniques.
Some examples of the YARD library in action can be viewed online at:
http://www.ootl.org/yard/tests/yard_test.hpp.htm.