Re: [Oorexx-devel] Regular expression progress

2010-05-08 Thread Gil Barmwater
Wow! I saw the first post and Mark's reply and meant to respond but... So now here goes. Let me start by saying I had no idea this would be as extensive as it has turned out. You are now so far beyond my level of understanding that, at best, all I can possibly contribute (code-wise) is any

Re: [Oorexx-devel] Regular expression progress

2010-05-08 Thread Rony G. Flatscher
Indeed, your progress has been great, witnessing the commits and analyzing the test cases and comparing them to the Java specs (and now seeing you are going beyond it to add additional useful features, making the regex package even more powerful). There is one particular feature which I think

Re: [Oorexx-devel] Regular expression progress

2010-05-08 Thread Rick McGuire
On Sat, May 8, 2010 at 12:19 PM, Gil Barmwater gbarmwa...@alum.rpi.edu wrote: Wow!  I saw the first post and Mark's reply and meant to respond but... So now here goes.  Let me start by saying I had no idea this would be as extensive as it has turned out.  You are now so far beyond my level of

Re: [Oorexx-devel] Regular expression progress

2010-05-08 Thread Rick McGuire
On Sat, May 8, 2010 at 12:37 PM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: Indeed, your progress has been great, witnessing the commits and analyzing the test cases and comparing them to the Java specs (and now seeing you are going beyond it to add additional useful features, making

Re: [Oorexx-devel] Regular expression progress

2010-05-08 Thread Rony G. Flatscher
One caveat though: regular expressions are very powerful, but (since a lot of Perlish style (PCRE) in the form of cryptic letters at certain positions meaning something specific, shines through) hard to learn and hard to keep the acquired knowledge, if one does not use them for a longer

Re: [Oorexx-devel] Regular expression progress

2010-05-08 Thread Rony G. Flatscher
On 08.05.2010 22:48, Rony G. Flatscher wrote: One caveat though: regular expressions are very powerful, but (since a lot of Perlish style (PCRE) in the form of cryptic letters at certain positions meaning something specific, shines through) hard to learn and hard to keep the acquired

[Oorexx-devel] Regular expression progress

2010-05-05 Thread Rick McGuire
The regular expression incubator project is moving along at a fairly good pace. Most of the basics are now implemented and have unit tests, so many of the standard expression types should be working now. Stuff I have yet to finish are: 1) Unit tests for lookarounds 2) Non-capturing groups 3)

Re: [Oorexx-devel] Regular expression progress

2010-05-05 Thread Mark Miesfeld
On Wed, May 5, 2010 at 9:20 AM, Rick McGuire object.r...@gmail.com wrote: The regular expression incubator project is moving along at a fairly good pace. That's great. I'd love if people would start trying this out, or even better, start writing tests cases for this. .. filters on the