NAME

GOBO::Parsers::Parser

SYNOPSIS

my $p = GOBO::Parser->new;
$p->parse($file);
$g = $p->graph;

DESCRIPTION

Base class for all parsers. Parsers take formats (e.g. GOBO::Parsers::OBOParser) and generate objects, typically some combination of GOBO::Node and GOBO::Statement objects