Ejemplo n.º 1
0
 public void Digit(Lexer obj, char c)
 {
     obj.Number_Digit(c);
 }