$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dejan Jelovic (djelovic_at_[hidden])
Date: 2001-05-22 05:01:55
Ooops. Sorry about sending this. I wanted to send it to another mailing list.
----- Original Message -----
From: Dejan Jelovic
To: boost_at_[hidden]
Sent: Tuesday, May 22, 2001 9:54 AM
Subject: recursive descent parser using template meta-programming
Here's a recursive descent parser done using template meta-programming. You write constructs using something very close to BNF directly in the C++ code.