NAME
Scheme::Parser - The Scheme token parser
SYNOPSIS
use Scheme::Parser; my $tree = Scheme::Parser::parse($tokenizer);
DESCRIPTION
The parser reads a list of tokens and turns it into a tree structure. The Nodes of the tree are hash references with either the attribute value or the attribute children. children is an array reference with subbnodes.
AUTHOR
Jeffrey Goff, drforr@hargray.com