$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: christopher diggins (cdiggins_at_[hidden])
Date: 2004-12-23 18:53:54
I realize that there is of course already the boost::spirit library for
parsing, but I have recently released another recursive descent parsing
library with a substantially different design. The YARD parser requires
grammar productions to be defined as meta-functions and does not use
operator overloading. The code base is quite a bit smaller, and I personally
find the library easier to use than Spirit (of course I am very biased). The
home page at http://yard-parser.sf.net/ . Would there be any interest in
this of library for Boost? TIA
-- Christopher Diggins http://www.cdiggins.com http://www.heron-language.com