예제 #1
0
 private void QueueNext()
 {
     while (_tokenQueue.Count == 0)
     {
         ConsumeWhiteSpace();
         _lexMethod = _lexMethod();
     }
 }
예제 #2
0
 private void QueueNext()
 {
     while (_tokenQueue.Count == 0)
     {
         ConsumeWhiteSpace();
         _lexMethod = _lexMethod();
     }
 }