$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dejan Jelovic (djelovic_at_[hidden])
Date: 2001-05-22 02:54:48
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.