Crate iregex_syntax

Source
Expand description

This library provides a parser for POSIX Extended Regular Expressions (iregex). Once parsed into an abstract syntax tree (Ast), regular expressions can then be compiled into a finite automaton running on Unicode scalar values (char type) using the iregex-automata library.

Structs§

Enums§

Functions§