parrotcode: The Scheme token parser | |
Contents | Language Implementations | Scheme |
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
|