$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2004-09-29 10:30:54
I think the general approach to parsing something as complex as C++
would be to use a parser like Spirit and not do it with regular
expressions.
There is at least one example of a C++ lexer in the Repository section
----- Original Message -----
From: Foster, Gareth <gareth.foster_at_[hidden]>
Date: Wed, 29 Sep 2004 14:12:52 +0100
Subject: [Boost-users] Boost:regex and C++ Parsing
[snip]
Secondly, are there any efforts anywhere to parse C++ for other
keywords by this approach?
[snip]
-- Caleb Epstein caleb.epstein_at_[hidden]