Skip to content

v4.0.0

Compare
Choose a tag to compare
@spiltcoffee spiltcoffee released this 29 Mar 09:42

4.0.0 (2019-03-29)

Bug Fixes

  • grammar: added single, currency, datetime types (3b5dc54), closes #79
  • grammar: fixed multi iteration qualified identifiers (e97f4bc), closes #77
  • grammar: fixed multi line strings, variant lists (7225c5f), closes #80 #81
  • grammar: fixed underscores being included in identifiers (82f73ac), closes #78
  • grammar: renamed several constructs (4d82531), closes #86

BREAKING CHANGES

  • grammar: HexStringValue -> BinaryStringValue
  • grammar: StringList -> VariantList
  • grammar: QualifiedValue -> IdentifierValue
  • grammar: QualifiedList -> IdentifierList