hi i have that code
and this function gives me static overflow when i run the problem and stopped to work can anyone tell me why is this happening
public bool declaration_List()
{
// sc.token();
if (declaration_List())
{
if (declaration())
return (true);
}
else
return (false);
if (declaration())
{
return (true);
}
else
return (false);
}