Skip to content

Commit 12ef33b

Browse files
committed
Update PatternConverter
1 parent 46b9a0f commit 12ef33b

File tree

2 files changed

+709
-140
lines changed

2 files changed

+709
-140
lines changed

Sources/_RegexParser/Regex/Printing/PrettyPrinter.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ public struct PrettyPrinter {
3232

3333
// The indentation level
3434
fileprivate var indentLevel = 0
35+
36+
// The current default quantification behavior
37+
public var quantificationBehavior: AST.Quantification.Kind = .eager
3538
}
3639

3740
// MARK: - Raw interface

0 commit comments

Comments
 (0)