# `js-regexp`
[](https://travis-ci.org/qkniep/regexpp-rs)
[](https://codecov.io/gh/qkniep/regexpp-rs)

[](LICENSE)
Rust port of [regexpp](https://github.com/mysticatea/regexpp) (ECMAScript regular expression parser).
This crate is being developed mainly as an efficient validator of ECMAScript regular expressions for
the [deno_lint](https://github.com/denoland/deno_lint) project.
## Using the Library
```rust
let mut validator = EcmaRegexValidator::new(EcmaVersion::ES2018);
```
## Performance
TBA
## License
Released under the [MIT License](LICENSE).