Ejemplo n.º 1
0
 public static void Register(PascalTokenType type)
 {
     ConvertTo[type.Index] = type;
 }
Ejemplo n.º 2
0
 public PascalLeafToken(string text, PascalTokenType tokenType)
 {
     _text = text;
     _type = tokenType;
 }