Example #1
0
 public static bool Consume(Parser parser)
 {
     return(Primary.Consume(parser));
 }