Implement a regular expression parser equivalent to [@eslint-community/regexpp](https://github.com/eslint-community/regexpp). Todo: - [ ] Consider how to handle [Maneren's branch](https://github.com/Maneren/oxc/tree/regex) - [ ] Check if any part can be integrated - [ ] See if the remaining issues can be shared in this repository - [ ] Document the rules requiring the implementation of the parser as pending Ref: https://github.com/web-infra-dev/oxc/issues/611
Implement a regular expression parser equivalent to @eslint-community/regexpp.
Todo:
Ref: #611