# $Id: README 10933 2006-01-06 01:43:24Z particle $

The directory 'examples' provides examples of proper,
and sometimes hillarious, programs for Parrot. 
Most of these examples are tested by test scripts in 't/examples'.

benchmarks - Contains benchmarks. Run them with 'make testbench'
     
c          - Examples in C

compilers  - Examples for parrot compilers

io         - Examples how PIR and PASM programs talk with the world

japh       - Say 'Just another Parrot hacker' in various ways

library    - Examples on how to use PIR libraries

mops       - Million ops per second

nci        - Native call interface

pasm       - Examples in Parrot Assembler, PASM

past       - Examples in Leo's Parrot Abstract Syntax Tree, PAST

pge       - Parrot grammar engine

pir       - Examples in Parrot Intermediat Representation, PIR

sdl       - SDL

shootout  - PIR for the great computer languages shootout at http://shootout.alioth.debian.org/

streams   - Examples for the streams library

subs      - calling subroutines in PIR and PASM
