![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Rule Based Game Enginesby TheoPetersen (Priest) |
on Feb 22, 2001 at 23:41 UTC ( #60295=note: print w/replies, xml ) | Need Help?? |
There are some good thoughts on this in Plugin based Perl app.
I recommend the first approach, mostly since I took it myself;
I use Parse::RecDescent for the parsing, though keep an
eye out for its upcoming faster replacement. The rules parsed by
my grammar allow for external modules that I require
on the fly.
In Section
Seekers of Perl Wisdom
|
|