$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2005-07-19 09:15:57
"David Abrahams" <dave_at_[hidden]> wrote
> "Andy Little" <andy_at_[hidden]> writes:
>> Oops sorry for trying to put words in someone elses mouth.
>
> I didn't mind. I don't know what I was trying to say. I obviously
> don't remember how the grammar works; I thought statements
> strictly appeared at function scope.
FWIW I wrote a web page once upon a time to help me through the grammar. Its
available here:
http://www.servocomm.freeserve.co.uk/Cpp/grammar/index.html
Alphabet list at top brings up required alphabetical non-terminal group
in left pane. Click on particular non-terminal to bring up associated production
in right pane. Clicking any non-terminal left or right pane moves its production
into view in right hand pane.
regards
Andy Little