xevian has asked for the wisdom of the Perl Monks concerning the following question:
The problem I get is this:# store it my $parser = new Parse::RecDescent( GetGrammar() ); store( $parser, $PARSER_LOCATION ); ... # retrieve it later my $parser = retrieve( $PARSER_LOCATION );
I'm not sure exactly what is happening now... but it doesn't seem that storing the instantiated parser is working. Has anyone tried this / know if what I'm trying to do is possible / feasible?Unknown starting rule (Parse::RecDescent::namespace000001::rule) calle +d
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: freezing RecDescent
by samtregar (Abbot) on May 04, 2005 at 17:40 UTC | |
by xevian (Sexton) on May 04, 2005 at 17:54 UTC |