parrots 0.0.1

ParrotLib for Rust
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 37.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dylanopen

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