Crate rslint_regex[][src]

Expand description

This crate provides a RegEx parser which targets the RegEx syntax specified by EcmaScript

Structs

A class matching multiple characters or ranges of characters

A grouped pattern which can later be referred to

The actual parser that is responsible for parsing regex.

The structure that represents a regular expression.

Enums

The tree structure that is used to represent parsed RegEx patterns.

Traits

A visitor trait for Regex

A visitor trait for Regex which visits all nodes regardless of function overrides.

Functions

Type Definitions