public void RightAssociative(params object[] p)
 {
     configurator.RightAssociative(ParamsToTerminalArray(p));
 }