Пример #1
0
 private void AddRes(string text, LexType tp, int col, int row)
 {
     res.Add(new Lexem()
     {
         LexemText = text, LexemType = tp, ColNum = col, RowNum = row
     });
     status = LexType.None;
 }