Crates.io | parrots |
lib.rs | parrots |
version | 0.0.1 |
source | src |
created_at | 2023-09-19 16:56:38.803513 |
updated_at | 2023-09-19 16:56:38.803513 |
description | ParrotLib for Rust |
homepage | |
repository | |
max_upload_size | |
id | 977067 |
size | 37,398 |
Parrots is a port of the ParrotLib library that provides high-level tools to lower-level languages.
ParrotLib is an intermediate library that is used when compiling Parrot source code.
The Parrot compiler (parrotc) converts .p
source files into a chosen lower-level language (in this case Rust).
While used as a tool to convert other languages into Rust, it is also useful as a simple library to help get stuff done with Rust.
To install Parrots, simply add this line to your [dependencies]
list (in Cargo.toml):
parrots = "VERSION"
Where VERSION
is the current Parrots version.
To get started writing Parrot code, see parrotc