$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Carl Daniel (cpdaniel_at_[hidden])
Date: 2002-02-26 20:19:06
From: "Kevin S. Van Horn" <kevin.vanhorn_at_[hidden]>
> Doees anyone know of a C++-friendly version of yacc, or, better yet, a
> version of yacc that produces a generic algorithm (e.g., take as input a
> pair of InputIterators)?
How about ANTLR? (www.antlr.org) It's not exactly a YACC flavor, but the development methodology using it is about the
same as Yacc+Lex. The current version is writtin in Java, but can generate C++ parsers/scanners.
-cd