Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 256 Bytes

CHANGES.md

File metadata and controls

9 lines (6 loc) · 256 Bytes

0.3.1

  • Fix parsing of zero-component tuples.

0.3.0

  • Use components for all TupleExpression nodes. Earlier versions incorrectly stored tuple components under the elements key.
  • Fix parsing of decimal literals without integer part.