----- Original Message -----
From: "David Abrahams" <[EMAIL PROTECTED]>

> > The problems are not insurmountable though (with an
"is_valid_expression").
> > You aren't dealing with entire language at this point, only an
> > expression.
>
> And which parts of the language does that fail to drag in?  Not many.

Variable declarations specifically--that removes quite a few problems from
the parser implementation.  But, also, declarations and definitions of all
types, exception handling try and catch blocks, statements, etc..  I.e. it
leaves out most of the stuff that makes the parser complicated.  The
difficult part of the semantic analysis would still be lookup and
overloading, IMHO.

Paul Mensonides

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to