pinto 0.1.1 copy "pinto: ^0.1.1" to clipboard
pinto: ^0.1.1 copied to clipboard

The pint° programming language

0.1.1 #

  • Implement structs
  • Implement function parameters
  • Implement basic subtyping

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