On Jun 23, 2009, at 07:57 , Cetin Sert wrote:
Why is there some C?/C++? code in that .y file?
It has the look of a production grammar with the reduction actions stripped out (but whatever they used didn't strip the %{ initializer block). I would say that, for starters, you want to strip or modify the %{ block, and possibly remove/replace the empty { } actions in the grammar. More I can't say; I know yacc, not happy.
-- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [email protected] system administrator [openafs,heimdal,too many hats] [email protected] electrical and computer engineering, carnegie mellon university KF8NH
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
