Skip to content
  • Mark OLESEN's avatar
    ENH: additional boolToken token type · 990d00d4
    Mark OLESEN authored
    - not used by the ISstream parser, but suitable for other parsing
      methods where true/false concept should be distinguishable from
      integer values.
    
      Only constructed via the token::boolean() static method, not
      directly assignable.
      This avoids any potential ambiguities with label.
    990d00d4