Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 950 Bytes

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 950 Bytes

Changelog

[0.1.4] - 2024-02-05

Fixed

  • fix the syntax error generated by import lists
  • fix while statement and element redeclaration marks

[0.1.3] - 2024-02-01

Significant changes in API.

Changed

  • Syntax events do not contain any information, except for Enter events that carry identifier of the Modelica production
  • only one function is exposed. parse() takes the string input and returns the ParsedModelica object
  • errors are now represented with a dedicated type called SyntaxError

[0.1.2] - 2024-01-26

Minor ergonomic improvements to syntax events.

Changed

  • Both Enter and Exit events now carry their own indices
  • Empty productions are no longer discarded

[0.1.1] - 2024-01-01

Minor ergonomic improvements to syntax events.

Fixed

  • Correct assignment of closing tokens in Exit syntax events

[0.1.0] - 2023-12-29

Initial version.