Skip to content
  • Mark OLESEN's avatar
    ENH: additional ITstream access/manipulate methods · 43f8b477
    Mark OLESEN authored
    - simplifies iteration of ITstream using nRemainingTokens() and skip()
      methods or directly as a list of tokens.
    
      The currentToken() method returns const or non-const access to
      the token at the current tokenIndex.
    
      The peekToken(label) method provides failsafe read access to tokens
      at given locations.
    
    ENH: add primitiveEntry construct with moving a single token
    43f8b477