Ejemplo n.º 1
0
 public SchemaParser(string src)
 {
     lexer = new PeekableLexer(src, 0, 1); // Peek(0), Peek(1)
     t     = lexer.Peek(0);
 }