public void GetCommandList()
 {
     while (_lexer.LookAheadToken().Type != Token.EType.EOF)
     {
         GetCommand();
     }
 }