Skip to content

Commit 40c177f

Browse files
authored
Merge pull request #359 from Azoy/update-patternconverter
Update PatternConverter
2 parents b7a03c9 + 2c386ef commit 40c177f

File tree

2 files changed

+726
-140
lines changed

2 files changed

+726
-140
lines changed

Sources/_RegexParser/Regex/Printing/PrettyPrinter.swift

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

4141
// The indentation level
4242
fileprivate var indentLevel = 0
43+
44+
// The current default quantification behavior
45+
public var quantificationBehavior: AST.Quantification.Kind = .eager
4346
}
4447

4548
// MARK: - Raw interface

0 commit comments

Comments
 (0)