sometimes, if I define a lot of nonterminal, each with its
own type, I got strange errors
type <obj> a1 a2 a3 a4... this is ok
when I do
type <obj> a1
type <obj> a2
type <obj> a3
..
..
this will sometimes give me yacc errors complaining
that some of those non-terminal is not typed
Logged In: YES
user_id=482413
Jimmy, is it possible to attach some example of such grammar to
demonstrate this problem? Thanks.