We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7a03c9 + 2c386ef commit 40c177fCopy full SHA for 40c177f
Sources/_RegexParser/Regex/Printing/PrettyPrinter.swift
@@ -40,6 +40,9 @@ public struct PrettyPrinter {
40
41
// The indentation level
42
fileprivate var indentLevel = 0
43
+
44
+ // The current default quantification behavior
45
+ public var quantificationBehavior: AST.Quantification.Kind = .eager
46
}
47
48
// MARK: - Raw interface
0 commit comments