Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 635 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 635 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.1] - 09/03/2021

Support for:

  • ExprStatements
  • IfStatements
  • ForStatements
  • ReturnStatements
  • AssignmentStatements

[0.2.1] - 05/03/2021

  • Added support for ForStatements

[0.2.0] - 04/03/2021

  • Flattening module partially works. (only if statements supported)
  • Some helper functions added

[0.1.0] - 23/02/2021

  • Initial release minimal viable product