ethanpailes / ethanpailes/remake
Add support for char class literals.
Open
enhancement
good first issue
help wanted
- Dominant language
- Rust
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It is useful to support char classes as distinct from general regular expressions because there are a number of operations defined on them that are not define on regex in general. In particular, you can take the union, intersection and negation of char classes. Those operations are technically possible on regex, but seem less useful and would certainly require more work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.