Skip to content

0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@michal-kapala michal-kapala released this 09 Jan 21:10
· 157 commits to main since this release

0.1.0

Initial release with support for runtime features:

  • operators
  • global and system variables
  • API calls

Binary expressions and function calls are type-checked at runtime, resulting in either an argument type conversion or a type error.

The current runtime support for API calls is limited and documented in the support tracker.