pyparsing v0.1.1 Release Notes

    • 🎉 initial development iterations:
      • added Dict, Group
      • added helper methods oneOf, delimitedList
      • added helpers quotedString (and double and single), restOfLine, cStyleComment
      • added MatchFirst as an alternative to the slower Or
      • added UML class diagram
      • fixed various logic bugs