Lines Matching refs:syntax
1 regex-syntax
6 …](https://crates.io/crates/regex-syn…
12 https://docs.rs/regex-syntax
18 is a faithful abstract syntax of a regular expression, and can convert regular
19 expressions back to their concrete syntax while mostly preserving its original
24 its equivalent concrete syntax, the result is unlikely to resemble the original
25 concrete syntax that produced the `Hir`.
57 in the compiler or the standard library. (Since `regex-syntax` has zero
70 [in the "Crate features" section of the documentation](https://docs.rs/regex-syntax/*/#crate-featur…
97 Stated differently, the coupling between `regex` and `regex-syntax` exists only
98 at the level of the concrete syntax.