Download: parrot-0.0.11.2.tar.gz
Dependencies
Annotate this POD
Scheme::Parser - The Scheme token parser
use Scheme::Parser qw(parse); my @code = parse($tokens);
The parser reads a list of tokens and turns it into a tree structure.
Jeffrey Goff, drforr@hargray.com
Scheme, Scheme::Tokenizer, Scheme::Generator