Re: Custom behavior defined in the imported module

2006-03-25 Thread Paul McGuire
"Kent Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Paul McGuire wrote: > > The alternatives I've come up with for the user to enable this packrat parse > > mode are: > > > > 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement class, > > to modify the Parse

Re: Custom behavior defined in the imported module

2006-03-25 Thread Paul McGuire
"Kent Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Paul McGuire wrote: > > The alternatives I've come up with for the user to enable this packrat parse > > mode are: > > > > 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement class, > > to modify the Parse

Re: Custom behavior defined in the imported module

2006-03-25 Thread Paul McGuire
"Kent Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Paul McGuire wrote: > > The alternatives I've come up with for the user to enable this packrat parse > > mode are: > > > > 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement class, > > to modify the Parse

Re: Custom behavior defined in the imported module

2006-03-25 Thread Kent Johnson
Paul McGuire wrote: > The alternatives I've come up with for the user to enable this packrat parse > mode are: > > 1. Add a staticmethod enablePackrat() to the pyparsing ParserElement class, > to modify the ParserElement defintion of the internal (non-packrat) parse() > method. This method essent