Skip to content

v0.3.2

Compare
Choose a tag to compare
@mtshiba mtshiba released this 30 Aug 14:42
· 3757 commits to main since this release

A highlight in this release is that variable-length and keyword arguments are now available for function calls.

What's Changed

  • Allow multiple REPL server at once by @ytoml in #86
  • Translate the Japanese documents into English and some text corrections #87 by @GreasySlug in #88
  • Fix a type inference bug for dependent procedural methods by @mtshiba in #89
  • [WIP] Added normal tuple type structure and parser by @GreasySlug in #67
  • Tuple type checking by @mtshiba in #90
  • Implement access to array/tuple elements by @mtshiba in #91
  • Make debug log outputs neater by @ytoml in #93
  • Implement variable-length/keyword arguments by @mtshiba in #94
  • Update tyvar.rs by @mtshiba in #96
  • Added badges to check if a document has been updated by @GreasySlug in #97
  • Fixed vanishing function definition by @ytoml in #99

Full Changelog: v0.3.1...v0.3.2