parrots

Crates.ioparrots
lib.rsparrots
version0.0.1
sourcesrc
created_at2023-09-19 16:56:38.803513
updated_at2023-09-19 16:56:38.803513
descriptionParrotLib for Rust
homepage
repository
max_upload_size
id977067
size37,398
Dylan Rogers (dylanopen)

documentation

README

Parrots - ParrotLib for Rust

Parrots is a port of the ParrotLib library that provides high-level tools to lower-level languages.

What is ParrotLib?

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.

Installation

To install Parrots, simply add this line to your [dependencies] list (in Cargo.toml):

parrots = "VERSION"

Where VERSION is the current Parrots version.

Parrot compiler

To get started writing Parrot code, see parrotc

Commit count: 0

cargo fmt