Skip to content

Kroha v1.1

Compare
Choose a tag to compare
@vorotynsky vorotynsky released this 07 Sep 21:17
· 41 commits to master since this release
09b6c68

Features

Backend:

  • Extract common things to Kroha.Backend.Common.
  • Type system config for backends. A backend can define allowed registers, types, sizes and allowed casts.

Error handling:

  • User friendly errors.
  • Same operations can throw many errors.
  • Exit status code

Fixes

  • Global scope behaviour. Now declarations available before definitions.