YY_CAST
# define YY_CAST(Type, Val) static_cast<Type> (Val)
# define YY_CAST(Type, Val) ((Type) (Val))