# $Id: README 22793 2007-11-11 12:53:48Z bernhard $

=head1 NAME

Scheme - an implementation of Scheme on Parrot

=head1 Description

Compile Scheme to PASM.

=head1 Implementation

Lexing is done in Scheme::Tokenizer.
Parsing is done Scheme::Parser,
PIR is generated in Scheme::Generator.
Scheme.pm pulls it all together.

=head1 SEE ALSO

=over 4

=item L<../LANGUAGES.STATUS.pod>

=item L<http://www.schemers.org/>

=item L<http://www.schemers.org/Documents/Standards/R5RS/>

=item L<http://en.wikipedia.org/wiki/Scheme_%28programming_language%29>

=item L<http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html>

=back
