polka-rs 0.2.0

Bytecode schema for the Myriad runtime (Abrase language).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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