NAME
Language::Homespring - Perl interpreter for "Homespring"
SYNOPSIS
use Language::Homespring;
my $hs = new Language::Homespring();
$hs->parse("bear hatchery Hello,. World ..\n powers");
DESCRIPTION
This module is a basic parser for the Homespring language. At the moment it can only parse programs into trees. The interpreter (and Language::Homespring::Salmon class) need writing.
AUTHOR
Copyright (C) 2003 Cal Henderson <cal@iamcal.com>
Homespring is Copyright (C) 2003 Jeff Binder
SEE ALSO
http://home.fuse.net/obvious/hs.html