ammar / regexp_parser

A regular expression parser library for Ruby
MIT License
143 stars 22 forks source link

Release 2.3.1 syntax? #22

Closed backus closed 8 years ago

backus commented 8 years ago

The current release doesn't have a syntax file for ruby 2.3.1.

ammar commented 8 years ago

I needed to check the ChangeLog to see if new regexp features have been added 2.3.1. Looks like it's just bug fixes.

Will be committing this shortly too.

mbj commented 8 years ago

@ammar Thx! Can you get us a release?

ammar commented 8 years ago

@mbj Yes. I wanted to include a fix for the broken \h and \Hthat @backus reported in #21 in the release. I just committed a fix for that.

mbj commented 8 years ago

@ammar Cool. Thx. Sorry for all this "pressure", I hope its alright for you.

ammar commented 8 years ago

@mbj No worries at all. Truly happy to help and sorry I couldn't get to it sooner. It's been on my TODO list for too long, so thanks for the "pressure"

ammar commented 8 years ago

And I forgot to mention that 0.3.4 is now released

mbj commented 8 years ago

@ammar Thx. I can assure you the "pressure" will be ongoing ;)