1个不稳定版本
0.0.1 | 2023年9月19日 |
---|
#11 in #lower-level
14KB
Parrots - ParrotLib for Rust
Parrots 是 ParrotLib 库的移植,为低级语言提供高级工具。
什么是 ParrotLib?
ParrotLib 是一个中间库,用于编译 Parrot 源代码时使用。
Parrot 编译器 (parrotc) 将 .p
源文件转换为所选的低级语言(在本例中为 Rust)。
虽然它被用作将其他语言转换为 Rust 的工具,但它也是一个简单的库,可以帮助使用 Rust 完成工作。
安装
要安装 Parrots,只需将此行添加到您的 [dependencies]
列表(在 Cargo.toml 中)
parrots = "VERSION"
其中 VERSION
是当前 Parrots 版本。
Parrot 编译器
要开始编写 Parrot 代码,请参阅 parrotc