Example #1
0
 protected AbstractLexer(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }
Example #2
0
 protected AbstractLexer(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }
Example #3
0
 protected LexerBase(SourceText text)
 {
     this.TextWindow = new SlidingTextWindow(text);
 }