Overview

A Rust port of regexpp, the ECMAScript regular expression parser. Originally developed for efficient validation of ECMAScript regular expressions in the deno_lint project.

The crate provides strict parsing of ECMAScript regex patterns, validating syntax according to the ECMAScript specification. It includes support for various ECMAScript versions.

Key Features

  • ECMAScript regex syntax validation
  • Support for ES2018 and later
  • Used in Deno lint project
  • MIT licensed