Skip to content

v0.10.4

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 13:20
f61060f

Created on: 25.06.2021 - 13:20:06

New Features

  • Implemented Names (simple, indexed, parenthesis, attribute, selected).
  • Added NullLiteral.
  • Added AllName.
  • Implementations for ProtectedType and ProtectedTypeBody.
  • Added Attribute and AttributeSpecification.

Changes

  • Renamed UseStatement to UseClause.
  • Made RangeExpression as BinaryExpression.
  • Split RangeExpression into AscendingRangeExpression and DecendingRangeExpression

Bug Fixes

  • tbd