Skip to content
  • Mark OLESEN's avatar
    ENH: code simplification, improvements for reading dictionary variables · 6b5492e3
    Mark OLESEN authored
    - Now accept '/' when reading variables without requiring
      a surrounding '{}'
    
    - fix some degenerate parsing cases when the first character is
      already bad.
    
      Eg, $"abc" would have previously parsed as a <$"> variable, even
      although a double quote is not a valid variable character.
    
      Now emits a warning and parses as a '$' token and a string token.
    6b5492e3