# Polka
Polka is the bytecode that runs on the [Myriad](https://crates.io/crates/myriad-rs). It compiles from [Abrase](https://github.com/KHN190/Abrase) language.
The crate defines bytecode layout and instruction sets alone.
> Published as `polka-rs` (`polka` name was taken). The Rust import
> path stays `polka` — add to your `Cargo.toml` as
> `polka = { package = "polka-rs", version = "0.1.0" }` and keep
> `use polka::*;` unchanged.
See the [main repo](https://github.com/KHN190/Abrase) for the full language,
runtime, and examples.
## License
MIT