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