Exemplo n.º 1
0
 public Lexer(string path, string text)
 {
     _path = path;
     _buffer = new TextBuffer(text);
     _value = new StringBuilder();
 }
Exemplo n.º 2
0
 public Lexer(string path, string text)
 {
     _path   = path;
     _buffer = new TextBuffer(text);
     _value  = new StringBuilder();
 }