>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


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to