🎉 Milestone 2 Release: Ballerina Native Interpreter
We're excited to announce Milestone 2!
Changes since milestone 1:
- Support for union type descriptors
- Support for module level type descriptors
- Support for type cast expressions
- Support for binary bitwise expressions
- Support for singleton types
- Initial support for static code analysis
- Initial support for packages
Get started:
Download the release zip from the Release page and run Ballerina programs:
Create a new package:
- Unix/Linux/macOS:
./bal new <path to bal package> - Windows:
bal.exe new <path to bal file>
Run the Ballerina package:
- Unix/Linux/macOS:
./bal run <path to bal file or project> - Windows:
bal.exe run <path to bal file or project>
Resources:
• Release: https://github.com/ballerina-platform/ballerina-lang-go/releases/tag/v0.2.0
• Subset 2 examples: https://github.com/ballerina-platform/ballerina-lang-go/tree/main/corpus/bal/subset2
Full Changelog: v0.1.0...v0.2.0