Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 800 Bytes

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 800 Bytes

0.0.4+1

  • Implement a basic static test framework to help us testing the static part of our language
  • Provide some basic tests for the existing features
  • Fix some few issues identified by the tests

0.0.4

  • Type resolution order fixed
  • Initial syntatic tree implementation
  • Basic literal implementations:
    • bools
    • Basic strings
    • unit
  • Let declarations
  • Basic support for function calling

0.0.3+1

  • Remove included paths information from pinto main script

0.0.3

  • Provide basic LSP implementation through pinto_server
  • Add resolve error for invalid import

0.0.2

  • Fix class generation for case where a type parameter is not directly used in any of the variants

0.0.1

  • Basic resolver and parser
  • Basic binary that vomits the compiled file into stdout