Re: regular expressions, stack and nesting

2009-03-22 Thread Aaron Brady
On Mar 22, 12:18 pm, Chris Rebert wrote: > 2009/3/22 Aaron Brady : > > > Hi, > > > Every so often the group gets a request for parsing an expression.  I > > think it would be significantly easier to do if regular expressions > > could modify a stack.  However, since you might nearly as well write

Re: regular expressions, stack and nesting

2009-03-22 Thread Chris Rebert
2009/3/22 Aaron Brady : > Hi, > > Every so often the group gets a request for parsing an expression.  I > think it would be significantly easier to do if regular expressions > could modify a stack.  However, since you might nearly as well write > Python, maybe there is a compromise. If you need to

regular expressions, stack and nesting

2009-03-22 Thread Aaron Brady
Hi, Every so often the group gets a request for parsing an expression. I think it would be significantly easier to do if regular expressions could modify a stack. However, since you might nearly as well write Python, maybe there is a compromise. Could the Secret Labs' regular expression engine