hoaproject / Regex

The Hoa\Regex library.
https://hoa-project.net/
310 stars 17 forks source link

Skip internal option setting #11

Closed Hywan closed 9 years ago

Hywan commented 9 years ago

Should fix https://github.com/hoaproject/Regex/issues/10.

Since it is a laborious task to manage internal option setting, I propose to just skip them for now. In this case, regular expressions are going to be parsed normally, but the generation is not going to take into account this information.

Thoughts?