Beispiel #1
0
 public Scanner(TextReader reader)
 {
     _reader  = reader;
     currType = CharType.Whitespace;
 }