Sorry for #231. I'm still getting a hang of publishing packages and open source in general.
This PR modifies the parsing grammar to allow escaped hyphens inside character classes. All tests pass and I've even added a new one.
For the time being, I can npm install https://github.com/just1ngray/regexp-tree and it's working for my purposes. Just thought I'd create a PR in case it'd help anyone else.
Sorry for #231. I'm still getting a hang of publishing packages and open source in general.
This PR modifies the parsing grammar to allow escaped hyphens inside character classes. All tests pass and I've even added a new one.
For the time being, I can
npm install https://github.com/just1ngray/regexp-tree
and it's working for my purposes. Just thought I'd create a PR in case it'd help anyone else.