www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Pegged Master - Semantic Actions - dmd 2.060

Hi Mr. Sigaud,

I seem to have run into some issues with "Semantic Actions"... I 
can't get it working, neither from following the 
tutorial-description nor from attempting to compile the official 
xml example.

rdmd.exe --main pegged\examples\xml.d
pegged\examples\xml.d(59): Error: found ')' instead of statement
pegged\examples\xml.d(59): Error: found ')' instead of statement

If I remove:
{opening} {closing}

then it works just fine... otherwise, thanks for an amazing piece 
of engineering!
Nov 05 2012