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.
1 parent cdff26b commit 4bd8a5dCopy full SHA for 4bd8a5d
Sources/_StringProcessing/Compiler.swift
@@ -44,9 +44,6 @@ class Compiler {
44
__consuming func emitViaList() throws -> MEProgram {
45
// TODO: Handle global options
46
let dslList = DSLList(tree: tree)
47
- for (n, el) in dslList.nodes.enumerated() {
48
- print("\(n): \(el)")
49
- }
50
var codegen = ByteCodeGen(
51
options: options,
52
compileOptions:
0 commit comments