help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undeclared value type for nonterminals when using multiple value typ


From: John Levine
Subject: Re: Undeclared value type for nonterminals when using multiple value types
Date: 13 Oct 2009 05:18:39 -0000

>What is the default data type for nonterminals when using multiple data types
> (%union)? In other words can I have nonterminals with undefined data 
>types (no %type<..>) when using %union?

There's no default.  So long as you don't attempt to use the values,
you'll be OK.  If you do try to use one, it'll complain.

R's,
John




reply via email to

[Prev in Thread] Current Thread [Next in Thread]