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

Re: regular expressions, stack and nesting

2009-03-22 Thread Chris Rebert
2009/3/22 Aaron Brady castiro...@gmail.com: 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.

Re: regular expressions, stack and nesting

2009-03-22 Thread Aaron Brady
On Mar 22, 12:18 pm, Chris Rebert c...@rebertia.com wrote: 2009/3/22 Aaron Brady castiro...@gmail.com: 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