Flow v0.1.0 - Initial Release 🎉
We're excited to announce the first release of Flow, a modern programming language with seamless Java interoperability!
🚀 What's Included
Rust Crates (available on crates.io):
- Complete compiler toolchain (lexer, parser, AST, analyzer)
- JIT execution engine powered by Cranelift
- Java bytecode transpiler for JVM interoperability
- LSP server for editor support
- CLI tool for running Flow programs
- Standard library with core functionality
Java Runtime (available via JitPack):
- Native JNI bindings for Java integration
- Seamless interop between Flow and Java code
📦 Installation
Rust:
cargo install flow_cli