Skip to content

Commit

Permalink
Merge pull request #96 from /issues/95
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo authored Jun 29, 2024
2 parents 3f48481 + 12c184a commit 3b636b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/TreeConstructor/TreeConstructor.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Tokenizer
public import Tokenizer

public struct TreeConstructor: ~Copyable {
private var mode: InsertionMode
Expand All @@ -9,7 +9,7 @@ public struct TreeConstructor: ~Copyable {
}

extension TreeConstructor: TokenSink {
mutating func process(_ token: consuming Token) {
public mutating func process(_ token: consuming Token) {
switch self.mode {
case .initial:
switch token {
Expand Down

0 comments on commit 3b636b9

Please sign in to comment.